# # ChangeLog for uspace/drv/usbhid/hiddev.h in mainline # # Generated by Trac 1.6 # 2024-12-15T23:50:53Z Thu, 10 Mar 2011 19:07:11 GMT Lubos Slovak [e69f10b] * uspace/drv/uhci-hcd/utils/device_keeper.c (modified) * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/conv.c (modified) * uspace/drv/usbhid/descdump.c (modified) * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/hidreq.c (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/kbdrepeat.c (added) * uspace/drv/usbhid/kbdrepeat.h (added) * uspace/drv/usbhid/main.c (modified) Merged changes from lelian/hidd Thu, 10 Mar 2011 15:24:57 GMT Lubos Slovak [f6d0c7c] * uspace/drv/usbhid/hiddev.h (modified) Comments to hiddev Tue, 08 Mar 2011 20:29:51 GMT Lubos Slovak [5050d9e] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) Report parser integration into HID driver + parsing of report descriptor. Thu, 03 Mar 2011 21:02:09 GMT Lubos Slovak [24d943f] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) Using polling interval from endpoint descriptor Tue, 01 Mar 2011 16:39:31 GMT Lubos Slovak [1c6c4092] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/main.c (modified) Properly destroying HID and KBD device structures. + Do not send ... Sun, 27 Feb 2011 19:45:16 GMT Lubos Slovak [5d4d98b] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) Fixed bug in hiddev (compiles now). Sun, 27 Feb 2011 19:22:53 GMT Lubos Slovak [2391aaf] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/conv.c (modified) * uspace/drv/usbhid/conv.h (modified) * uspace/drv/usbhid/descdump.h (modified) * uspace/drv/usbhid/hiddev.c (added) * uspace/drv/usbhid/hiddev.h (added) * uspace/drv/usbhid/hidreq.c (added) * uspace/drv/usbhid/hidreq.h (added) * uspace/drv/usbhid/kbddev.c (added) * uspace/drv/usbhid/kbddev.h (moved) * uspace/drv/usbhid/main.c (modified) Huge refactoring of USB HID driver. - Created generic USB HID ...