]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
HID: support for Petalynx Maxter remote control
authorJiri Kosina <jkosina@suse.cz>
Mon, 18 Jun 2007 11:30:11 +0000 (13:30 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 9 Jul 2007 12:13:33 +0000 (14:13 +0200)
commit92d9e6e607eb7f8f1d2a43935f45cf300cf6fdf8
tree52a583569ad4262ea354941e604f464770ee7756
parent5fce620c0c7caa9e8d9588e8dcc66c52c456851a
HID: support for Petalynx Maxter remote control

Petalynx Maxter remote control [1] 0x18b1/0x0037 emits 0xfa and 0xfc from
consumer page (reserved in HUT 1.12) for back and more keys. It also emits
a few usages from LOGIVENDOR page, which need adding.

Also, this device has broken report descriptor - the reported maximum is too
low - it doesn't contain the range for 'back' and 'more' keys, so we need to
bump it up before the report descriptor is being parsed.

Besides all this, it also requires NOGET quirk.

This patch does so.

[1] http://www.elmak.pl/index.php?option=com_phpshop&page=shop.browse&category_id=14&ext=opis&lang=en

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c
drivers/hid/usbhid/hid-core.c
drivers/hid/usbhid/hid-quirks.c
include/linux/hid.h