diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-18 00:24:27 +0000 |
commit | b9558d5f86c471a125abf1fb3a3882fb053b1f8c (patch) | |
tree | 707b53ec64e740a7da87d5f36485e3cd9b1c794e /drivers/usb/hid.h | |
parent | b3ac367c7a3e6047abe74817db27e34e759f279f (diff) |
Merge with Linux 2.3.41.
Diffstat (limited to 'drivers/usb/hid.h')
-rw-r--r-- | drivers/usb/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/hid.h b/drivers/usb/hid.h index ab652442f..e53135f1e 100644 --- a/drivers/usb/hid.h +++ b/drivers/usb/hid.h @@ -30,7 +30,6 @@ * Vojtech Pavlik, Ucitelska 1576, Prague 8, 182 00 Czech Republic */ -#include <linux/config.h> #include <linux/types.h> #include <linux/malloc.h> #include <linux/list.h> @@ -164,6 +163,7 @@ struct hid_item { #define HID_USAGE 0x0000ffff +#define HID_GD_POINTER 0x00010001 #define HID_GD_MOUSE 0x00010002 #define HID_GD_JOYSTICK 0x00010004 #define HID_GD_GAMEPAD 0x00010005 |