# # ChangeLog for uspace/drv/usbhid/kbdrepeat.c in mainline # # Generated by Trac 1.6 # 2025-02-13T22:35:28Z Fri, 18 Mar 2011 17:17:04 GMT Lubos Slovak [00b13408] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/kbdrepeat.c (modified) Fixed destroying of KBD structure when polling ended. The structure ... Thu, 10 Mar 2011 14:13:15 GMT Lubos Slovak [7309799] * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbdrepeat.c (modified) Comments of kbdrepeat functions + minor changes to comments in kbddev. Thu, 10 Mar 2011 13:42:14 GMT Lubos Slovak [17ada7a] * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbdrepeat.c (modified) Comments + minor changes. - Doxygen comments to all functions in ... 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. - ...