Exported hidinput_hid_event, so as to be able to call it from device-
specific drivers.
Signed-off-by: Stephane Chatty <chatty@xxxxxxx>
diff -rupN a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c
--- a/drivers/hid/hid-input.c 2009-05-09 02:14:14.000000000 +0200
+++ b/drivers/hid/hid-input.c 2009-05-16 16:10:39.000000000 +0200
@@ -653,6 +653,7 @@ void hidinput_hid_event(struct hid_devic
if ((field->flags & HID_MAIN_ITEM_RELATIVE) && (usage->type ==
EV_KEY))
input_event(input, usage->type, usage->code, 0);
}
+EXPORT_SYMBOL_GPL(hidinput_hid_event);
void hidinput_report_event(struct hid_device *hid, struct
hid_report *report)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html