aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-06-25 16:31:48 -0400
committerJiri Kosina <jkosina@suse.cz>2008-10-14 17:50:54 -0400
commit980a3da6acdd577ee3ae192e868dc52fe4b7f2e5 (patch)
tree420ca3c79bdca00967afe3683ff8acf11196174c /include
parent949f8fef77186c7361d22e1ea6f42c76ceda42b0 (diff)
HID: move samsung quirks
Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hid.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 3a639bff4ab2..5b47feecc101 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -269,12 +269,6 @@ struct hid_item {
269#define HID_QUIRK_FULLSPEED_INTERVAL 0x10000000 269#define HID_QUIRK_FULLSPEED_INTERVAL 0x10000000
270 270
271/* 271/*
272 * Separate quirks for runtime report descriptor fixup
273 */
274
275#define HID_QUIRK_RDESC_SAMSUNG_REMOTE 0x00000040
276
277/*
278 * This is the global environment of the parser. This information is 272 * This is the global environment of the parser. This information is
279 * persistent for main-items. The global environment can be saved and 273 * persistent for main-items. The global environment can be saved and
280 * restored with PUSH/POP statements. 274 * restored with PUSH/POP statements.