Quote:
Originally Posted by coplate
zxczxc,
I'm almost done with a kernel module that can make the usb hot swappable. and wanted to get your ideas.
In the KindleLazy, you open both event 2 and event3 ( kbd and mouse ).
One option in my module could make both of those events available at the same device, or split them into kbd/mouse devices.
Anyone have thoughts on that?
|
Hi, I check both keyboard and mouse events simply because the wireless presenter I use has some 'mouse' butttons and some 'keyboard' buttons, and so it appears as separate input devices.
Ideally I just would just want to check for a specific button press, and not care about what device it is coming from.
So I'm not sure what to tell you with regards to your module, maybe I misunderstand something, sorry.
Hot swappable would be great
Thanks for your work!