HID: Support Samsung IR remote
authorRobert Schedel <r.schedel@yahoo.de>
Tue, 25 Dec 2007 23:57:40 +0000 (00:57 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 28 Jan 2008 13:51:22 +0000 (14:51 +0100)
commitfe56caa97e626cc6d6e18adbd5ccd1a9aa9a4fcf
treeceeb0dc577e292633dac2a17b28c4e46e7984eb8
parentb0e668240949f69e84d69f998aa9af759e8be635
HID: Support Samsung IR remote

Samsung USB remotes (0419:0001) are rejected by kernel 2.6.23, because the
report descriptor from the remote contains a 48 bit HID report field. HID 1.11
states: Fields may span at most 4 bytes.

This patch, based on 2.6.23, fixes this by modifying the internal report
descriptor in hid-quirks.c. Additional user space support (e.g. LIRC) is
required to fetch the information from the hiddev interface.

The burden to reconstruct the data is moved into userspace (lirc through hiddev).
There is no need to set HID_QUIRK_HIDDEV quirk, as the device has also output
applications, which trigger the creation of hiddev device automatically.

Signed-off-by: Robert Schedel <r.schedel@yahoo.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-quirks.c
include/linux/hid.h