diff options
author | Josenivaldo Benito Junior <jrbenito@benito.qsl.br> | 2012-04-11 02:29:04 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-13 20:15:57 +0400 |
commit | 212da74da783ba9d4459799f4aaecd5de217a312 (patch) | |
tree | 7677b4455e3300dc15bc5fa093903c4666d13597 /drivers/hid/Makefile | |
parent | dc3c78e43469063c5bf4b744214508f94c4129f9 (diff) | |
download | linux-212da74da783ba9d4459799f4aaecd5de217a312.tar.xz |
HID: Aureal Remote Control Device Driver
Devices like Aureal Cy se W-01RN USB_V3.1 and some derived hardware
have a bogus HID Report Descriptor. According to that report descriptor,
the maximum logical value for key events is 1 and not 101 (101 keys).
This quirk fixes this wrong Report Descriptor.
Signed-off-by: Josenivaldo Benito Junior <jrbenito@benito.qsl.br>
Signed-off-by: Franco Catrin <fcatrin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 22f1d16cd79c..5363f170d027 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -36,6 +36,7 @@ endif obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o obj-$(CONFIG_HID_ACRUX) += hid-axff.o obj-$(CONFIG_HID_APPLE) += hid-apple.o +obj-$(CONFIG_HID_AUREAL) += hid-aureal.o obj-$(CONFIG_HID_BELKIN) += hid-belkin.o obj-$(CONFIG_HID_CHERRY) += hid-cherry.o obj-$(CONFIG_HID_CHICONY) += hid-chicony.o |