diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-24 00:12:35 +0000 |
commit | 482368b1a8e45430672c58c9a42e7d2004367126 (patch) | |
tree | ce2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /drivers/usb/hid-debug.h | |
parent | e4d0251c6f56ab2e191afb70f80f382793e23f74 (diff) |
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'drivers/usb/hid-debug.h')
-rw-r--r-- | drivers/usb/hid-debug.h | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/drivers/usb/hid-debug.h b/drivers/usb/hid-debug.h index 52fc94adb..8aaf4be81 100644 --- a/drivers/usb/hid-debug.h +++ b/drivers/usb/hid-debug.h @@ -67,19 +67,19 @@ static struct hid_usage_entry hid_usage_table[] = { {0, 0x45, "Vbrz"}, {0, 0x46, "Vno"}, {0, 0x80, "SystemControl"}, - {0, 0x81, "System PowerDown"}, - {0, 0x82, "System Sleep"}, - {0, 0x83, "System WakeUp"}, - {0, 0x84, "System ContextMenu"}, - {0, 0x85, "System MainMenu"}, - {0, 0x86, "System AppMenu"}, - {0, 0x87, "System MenuHelp"}, - {0, 0x88, "System MenuExit"}, - {0, 0x89, "System MenuSelect"}, - {0, 0x8a, "System MenuRight"}, - {0, 0x8b, "System MenuLeft"}, - {0, 0x8c, "System MenuUp"}, - {0, 0x8d, "System MenuDown"}, + {0, 0x81, "SystemPowerDown"}, + {0, 0x82, "SystemSleep"}, + {0, 0x83, "SystemWakeUp"}, + {0, 0x84, "SystemContextMenu"}, + {0, 0x85, "SystemMainMenu"}, + {0, 0x86, "SystemAppMenu"}, + {0, 0x87, "SystemMenuHelp"}, + {0, 0x88, "SystemMenuExit"}, + {0, 0x89, "SystemMenuSelect"}, + {0, 0x8a, "SystemMenuRight"}, + {0, 0x8b, "SystemMenuLeft"}, + {0, 0x8c, "SystemMenuUp"}, + {0, 0x8d, "SystemMenuDown"}, {0, 0x90, "D-padUp"}, {0, 0x91, "D-padDown"}, {0, 0x92, "D-padRight"}, @@ -87,6 +87,7 @@ static struct hid_usage_entry hid_usage_table[] = { { 7, 0, "Keyboard" }, { 8, 0, "LED" }, { 9, 0, "Button" }, + { 12, 0, "Hotkey" }, { 13, 0, "Digitizers" }, {0, 0x01, "Digitizer"}, {0, 0x02, "Pen"}, |