# # ChangeLog for uspace/drv/usbhid/Makefile in mainline # # Generated by Trac 1.6 # 2024-12-14T17:18:25Z 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. - ... 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 ... Sun, 27 Feb 2011 00:23:19 GMT Lubos Slovak [c2fa801] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/descparser.c (deleted) * uspace/drv/usbhid/descparser.h (deleted) * uspace/drv/usbhid/hid.h (modified) * uspace/drv/usbhid/main.c (modified) Removed unused code. - Removed HID descriptor parser (completely). ... Fri, 28 Jan 2011 21:17:51 GMT Vojtech Horky [66d5062] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/usbhid/Makefile (moved) * uspace/drv/usbhid/conv.c (moved) * uspace/drv/usbhid/conv.h (moved) * uspace/drv/usbhid/descdump.c (moved) * uspace/drv/usbhid/descdump.h (moved) * uspace/drv/usbhid/descparser.c (moved) * uspace/drv/usbhid/descparser.h (moved) * uspace/drv/usbhid/kbd.h (moved) * uspace/drv/usbhid/layout.h (moved) * uspace/drv/usbhid/main.c (moved) * uspace/drv/usbhid/usbhid.ma (moved) Rename `usbkbd' driver to `usbhid'