Hi folks,
taking a look at hidp.c I think one difference between the hid kernel module
hidp is that 1.2 also can use the generic USB hid input system.
In contrary v 1.1 only uses the traditional input system of linux
(input/input.c)
the difference is in hidp_process_data(), "if (session->hid)" is missing in
v1.1
Is this all right so far?
What are the other differences?
I'm wondering to port hidd and hidp to Kernel 2.4.21 (yes I have to since Im
using an embedded system with a very customized kernel), with version 1.1 it
shouldn't be too hard right? Since the traditional input system is used or
might there also be some other problems?
Thanks,
--
Regards,
--Codefritz