Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb remote no longer work correctly on FreeBSD 10 #4

Open
GoogleCodeExporter opened this issue Dec 3, 2015 · 0 comments
Open

usb remote no longer work correctly on FreeBSD 10 #4

GoogleCodeExporter opened this issue Dec 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I am using a noname USB remote control with my HTPC. It was working perfectly 
on FreeBSD 9.2 and r209 of uhidd.

After I upgraded to FreeBSD 10 and the latest trunk version of uhidd I've got a 
problem. Half of the buttons work as expected, but other half now behaves 
strangely.

For example, when I press the play button (and release it):

KeyPress event, serial 47, synthetic NO, window 0x1c00001,
    root 0x299, subw 0x0, time 295413843, (958,495), root:(960,540),
    state 0x0, keycode 135 (keysym 0x70, p), same_screen YES,
    XKeysymToKeycode returns keycode: 33
    XLookupString gives 1 bytes: (70) "p"
    XmbLookupString gives 1 bytes: (70) "p"
    XFilterEvent returns: False

KeyRelease event, serial 47, synthetic NO, window 0x1c00001,
    root 0x299, subw 0x0, time 295413884, (958,495), root:(960,540),
    state 0x0, keycode 135 (keysym 0x70, p), same_screen YES,
    XKeysymToKeycode returns keycode: 33
    XLookupString gives 1 bytes: (70) "p"
    XFilterEvent returns: False

And then another KeyPress, then KeyRelease, and so on indefinitely. Only the 
time field changes. I have to hit Ctrl-C in xev.

I am not holding the button pressed, just a short press and release.

Other keys like arrows or enter give one Press and one Release as it was on 
FreeBSD 9.2.

I start uhidd like this (with other flags the remote won't work at all):
uhidd_enable="YES"
uhidd_flags="-ou"

The remote is identified as:
ukbd0: <www.irfmedia.com W-01RN USBV3.1, class 0/0, rev 2.00/29.82, addr 2> on 
usbus2

I tried to downgrade to r209 but it didnt help. Everything else in the system, 
except upgrading to 10.0, is the same (uhidd.conf, xmodmap).

Can you help me please?



Original issue reported on code.google.com by [email protected] on 6 Feb 2014 at 6:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant