View Single Post
Old 08-03-2016, 06:36 PM   #23
lucida
Enthusiast
lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.
 
Posts: 30
Karma: 118906
Join Date: Jul 2016
Device: PW3
Quote:
Originally Posted by coplate View Post
This is great, I'm super excited by this.

I don't know what kind of HID device this is for sure, but something like this would be great ( Presentation remote )

http://targus.com/ca/targus-presentation-remote

https://ubuntuincident.wordpress.com...orks-on-linux/

http://www.shallowsky.com/linux/remote-presenter.html

I don't have any of these but looks like these remotes are HID keyboard devices -- and additional HID mice if they have cursor control. To get buttons work, load hid modules, get key code with "evtest" utility and respond accordingly.
The code should be very much like the one in "wifiremote" android side and it's fairly straightforward.

Current "mouseturn" relies on mousedev and /dev/input/mice interface so it requires little extra work for end users, however, it wouldn't work with evdev.
lucida is offline   Reply With Quote