FS#15216 - [kernel26] Gotveiw USB IR Remote does not work
Attached to Project:
Arch Linux
Opened by Max Kurilov (lavelas) - Monday, 22 June 2009, 19:22 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 04 October 2009, 22:54 GMT
Opened by Max Kurilov (lavelas) - Monday, 22 June 2009, 19:22 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 04 October 2009, 22:54 GMT
|
Details
Description:
I have a Gotview IR remote that should work as a USB HID device. There were no corresponding nodes created at /dev/inpput when I pluged it in. I found there is more than one device with idVendor=0x0419 idProduct=0x0001. Also there was patch against 2.6.25 for hid_samsung.c which suppresses hidinput for all Samsung IR (0419:0001) in favor of hiddev (see http://markmail.org/message/geapncudwndrvxrn). There is another bug report about similar device (see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/326986). The devices differentiates by HID descriptor size. My device has two separate subdevices, one with 65 byte descriptor, the other 135 bytes and I have the same issue described at last bug report. Robert Schedel send me another patch against 2.6.30 which solved my problems with hidinput and key stuck. Additional info: kernel 2.6.29-ARCH Files attached: lsusb output for the device dmesg messages with HID_DEBUG enabled Robert Schedel's suggested patch |
This task depends upon
Closed by Roman Kyrylych (Romashka)
Sunday, 04 October 2009, 22:54 GMT
Reason for closing: Upstream
Additional comments about closing: Probably the patch will appear in vanilla kernel soon (if not is already on 2.6.31)
Sunday, 04 October 2009, 22:54 GMT
Reason for closing: Upstream
Additional comments about closing: Probably the patch will appear in vanilla kernel soon (if not is already on 2.6.31)
Comment by
Roman Kyrylych (Romashka) - Monday,
22 June 2009, 21:26 GMT
Comment by Max Kurilov (lavelas) -
Wednesday, 24 June 2009, 08:25 GMT
please try kernel 2.6.30
hid-input.c from 2.6.29 and 2.6.30 are identical. There is no
chance to get it work with unchanged kernel driver.