[git pull 5/7] HID: add more simulation usages

From: Dmitry Torokhov
Date: Sat Jan 14 2006 - 11:00:37 EST


Input: HID - add more simulation usages

Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>
---

drivers/usb/input/hid-input.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)

Index: work/drivers/usb/input/hid-input.c
===================================================================
--- work.orig/drivers/usb/input/hid-input.c
+++ work/drivers/usb/input/hid-input.c
@@ -135,8 +135,11 @@ static void hidinput_configure_usage(str
case HID_UP_SIMULATION:

switch (usage->hid & 0xffff) {
- case 0xba: map_abs(ABS_RUDDER); break;
+ case 0xba: map_abs(ABS_RUDDER); break;
case 0xbb: map_abs(ABS_THROTTLE); break;
+ case 0xc4: map_abs(ABS_GAS); break;
+ case 0xc5: map_abs(ABS_BRAKE); break;
+ case 0xc8: map_abs(ABS_WHEEL); break;
default: goto ignore;
}
break;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/