diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2006-12-08 01:07:56 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-12-08 01:07:56 -0500 |
commit | bef986502fa398b1785a3979b1aa17cd902d3527 (patch) | |
tree | b59c1afe7b1dfcc001b86e54863f550d7ddc8c34 /drivers/usb/input/hid.h | |
parent | 4bdbd2807deeccc0793d57fb5120d7a53f2c0b3c (diff) | |
parent | c99767974ebd2a719d849fdeaaa1674456f5283f (diff) |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/usb/input/hid.h
Diffstat (limited to 'drivers/usb/input/hid.h')
-rw-r--r-- | drivers/usb/input/hid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/input/hid.h b/drivers/usb/input/hid.h index 8aa9ec08e8ab..76ad68d9edfd 100644 --- a/drivers/usb/input/hid.h +++ b/drivers/usb/input/hid.h | |||
@@ -260,7 +260,8 @@ struct hid_item { | |||
260 | #define HID_QUIRK_POWERBOOK_HAS_FN 0x00001000 | 260 | #define HID_QUIRK_POWERBOOK_HAS_FN 0x00001000 |
261 | #define HID_QUIRK_POWERBOOK_FN_ON 0x00002000 | 261 | #define HID_QUIRK_POWERBOOK_FN_ON 0x00002000 |
262 | #define HID_QUIRK_INVERT_HWHEEL 0x00004000 | 262 | #define HID_QUIRK_INVERT_HWHEEL 0x00004000 |
263 | #define HID_QUIRK_BAD_RELATIVE_KEYS 0x00008000 | 263 | #define HID_QUIRK_POWERBOOK_ISO_KEYBOARD 0x00008000 |
264 | #define HID_QUIRK_BAD_RELATIVE_KEYS 0x00010000 | ||
264 | 265 | ||
265 | /* | 266 | /* |
266 | * This is the global environment of the parser. This information is | 267 | * This is the global environment of the parser. This information is |
@@ -385,6 +386,7 @@ struct hid_control_fifo { | |||
385 | #define HID_IN_RUNNING 3 | 386 | #define HID_IN_RUNNING 3 |
386 | #define HID_RESET_PENDING 4 | 387 | #define HID_RESET_PENDING 4 |
387 | #define HID_SUSPENDED 5 | 388 | #define HID_SUSPENDED 5 |
389 | #define HID_CLEAR_HALT 6 | ||
388 | 390 | ||
389 | struct hid_input { | 391 | struct hid_input { |
390 | struct list_head list; | 392 | struct list_head list; |