denilsonsa / udev-joystick-blacklist

Fix for keyboard/mouse/tablet being detected as joystick in Linux
118 stars 27 forks source link

Add August PCR500 Air Mouse and Keyboard #42

Closed suntonix closed 1 year ago

suntonix commented 5 years ago

The "August PCR500 Air Mouse and Keyboard" (a RF remote control with USB dongle) did not work properly with LibreELEC 8.2.5 running on a Raspberry Pi 3. The air mouse worked as expected but Kodi didn't respond to a keystroke.

idVendor=1d57 idProduct=ad03

output of dmesg:

[  467.650988] usb 1-1.2: new full-speed USB device number 5 using dwc_otg
[  467.770529] usb 1-1.2: New USB device found, idVendor=1d57, idProduct=ad03
[  467.770543] usb 1-1.2: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[  467.770551] usb 1-1.2: Manufacturer: FREEWAY TECHNOLOGY
[  467.800392] input: FREEWAY TECHNOLOGY as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.2/0003:1D57:AD03.0003/input/input2
[  467.859968] hid-generic 0003:1D57:AD03.0003: input,hiddev0,hidraw0: USB HID v1.01 Keyboard [FREEWAY TECHNOLOGY] on usb-3f980000.usb-1.2/input2
[  467.865535] input: FREEWAY TECHNOLOGY as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.3/0003:1D57:AD03.0004/input/input3
[  467.866204] hid-generic 0003:1D57:AD03.0004: input,hidraw1: USB HID v1.01 Mouse [FREEWAY TECHNOLOGY] on usb-3f980000.usb-1.2/input3

output of lsusb:

Bus 001 Device 005: ID 1d57:ad03 Xenta
timbutteriss commented 5 years ago

For the benefit of others my “August PCR450” remote also behaved the same but had the same vendor and product id’s and the above cured my issue too.

denilsonsa commented 1 year ago

Sorry for the long delay, thanks for the contribution.