# # ChangeLog for uspace/drv/usbhid/kbddev.h in mainline # # Generated by Trac 1.6 # 2024-12-23T02:51:05Z 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 10:47:55 GMT Lubos Slovak [dfe53af] * uspace/drv/usbhid/Makefile (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) Auto-repeat of keys. - Added structure usbhid_kbd_repeat_t. - ... Tue, 08 Mar 2011 21:42:51 GMT Lubos Slovak [48d2765] * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/main.c (modified) Doxygen comments, part 1 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. 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 ...