diff options
author | Stefan Achatz <erazor_de@users.sourceforge.net> | 2011-06-01 09:54:17 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-13 06:52:57 -0400 |
commit | 1edd5b42a6631b1b1f147e9018e309bde8d96a05 (patch) | |
tree | f40ddc82488de055948f634ee7c2caef8b8730f8 /drivers/hid/hid-roccat-pyra.h | |
parent | 303f272c1f9f174146fc6c8fe9df614fa3e5825e (diff) |
HID: roccat: correction and cleanup of HID feature reports
Removed analog feature report enums and modified code in roccat_common
to reflect this. Non standard conform Kone got its own copy of the old
code. That helps extracting more generalizations for newer devices.
Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-roccat-pyra.h')
-rw-r--r-- | drivers/hid/hid-roccat-pyra.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/hid/hid-roccat-pyra.h b/drivers/hid/hid-roccat-pyra.h index 14cbbe1621e0..0442d7fa2dcf 100644 --- a/drivers/hid/hid-roccat-pyra.h +++ b/drivers/hid/hid-roccat-pyra.h | |||
@@ -83,15 +83,6 @@ enum pyra_commands { | |||
83 | PYRA_COMMAND_B = 0xb | 83 | PYRA_COMMAND_B = 0xb |
84 | }; | 84 | }; |
85 | 85 | ||
86 | enum pyra_usb_commands { | ||
87 | PYRA_USB_COMMAND_CONTROL = 0x304, | ||
88 | PYRA_USB_COMMAND_SETTINGS = 0x305, | ||
89 | PYRA_USB_COMMAND_PROFILE_SETTINGS = 0x306, | ||
90 | PYRA_USB_COMMAND_PROFILE_BUTTONS = 0x307, | ||
91 | PYRA_USB_COMMAND_INFO = 0x309, | ||
92 | PYRA_USB_COMMAND_B = 0x30b /* writes 3 bytes */ | ||
93 | }; | ||
94 | |||
95 | enum pyra_mouse_report_numbers { | 86 | enum pyra_mouse_report_numbers { |
96 | PYRA_MOUSE_REPORT_NUMBER_HID = 1, | 87 | PYRA_MOUSE_REPORT_NUMBER_HID = 1, |
97 | PYRA_MOUSE_REPORT_NUMBER_AUDIO = 2, | 88 | PYRA_MOUSE_REPORT_NUMBER_AUDIO = 2, |