# # ChangeLog for uspace/drv/usbhid/Makefile in mainline # # Generated by Trac 1.6 # 2024-12-14T17:13:41Z Fri, 08 Apr 2011 07:04:30 GMT Lubos Slovak [dd10e07] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/generic/hiddev.c (moved) * uspace/drv/usbhid/generic/hiddev.h (moved) * uspace/drv/usbhid/usbhid.c (modified) * uspace/drv/usbhid/usbhid.h (modified) Renamed hidd to hiddev Thu, 07 Apr 2011 20:19:24 GMT Lubos Slovak [61257f4] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/generic/hidd.c (added) * uspace/drv/usbhid/generic/hidd.h (added) * uspace/drv/usbhid/kbd.h (added) * uspace/drv/usbhid/kbd/conv.c (added) * uspace/drv/usbhid/kbd/conv.h (added) * uspace/drv/usbhid/kbd/kbddev.c (added) * uspace/drv/usbhid/kbd/kbddev.h (added) * uspace/drv/usbhid/kbd/kbdrepeat.c (added) * uspace/drv/usbhid/kbd/kbdrepeat.h (added) * uspace/drv/usbhid/kbd/layout.h (added) * uspace/drv/usbhid/kbd/main.c (added) * uspace/drv/usbhid/layout.h (added) * uspace/drv/usbhid/main.c (modified) * uspace/drv/usbhid/usbhid.c (modified) * uspace/drv/usbhid/usbhid.h (modified) * uspace/drv/usbhid/usbhid.ma (modified) Initial implementation of general HID driver. - Should handle: - ... Fri, 01 Apr 2011 15:53:49 GMT Lubos Slovak [966acede] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/usbhid/Makefile (added) * uspace/drv/usbhid/main.c (added) * uspace/drv/usbhid/usbhid.c (added) * uspace/drv/usbhid/usbhid.h (added) * uspace/drv/usbhid/usbhid.ma (added) * uspace/drv/usbkbd/main.c (modified) Added generic HID driver skeleton. Thu, 24 Mar 2011 20:19:52 GMT Lubos Slovak [61825f9] * uspace/drv/usbkbd/Makefile (moved) * uspace/drv/usbkbd/conv.c (moved) * uspace/drv/usbkbd/conv.h (moved) * uspace/drv/usbkbd/hiddev.c (moved) * uspace/drv/usbkbd/hiddev.h (moved) * uspace/drv/usbkbd/hidreq.c (moved) * uspace/drv/usbkbd/hidreq.h (moved) * uspace/drv/usbkbd/kbd.h (moved) * uspace/drv/usbkbd/kbddev.c (moved) * uspace/drv/usbkbd/kbddev.h (moved) * uspace/drv/usbkbd/kbdrepeat.c (moved) * uspace/drv/usbkbd/kbdrepeat.h (moved) * uspace/drv/usbkbd/layout.h (moved) * uspace/drv/usbkbd/main.c (moved) * uspace/drv/usbkbd/usbhid.ma (moved) Renamed usbhid to usbkbd (preparation for dividing to 2 drivers). Thu, 24 Mar 2011 20:13:23 GMT Lubos Slovak [81da2e7f] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/descdump.c (deleted) * uspace/drv/usbhid/descdump.h (deleted) * uspace/drv/usbhid/hidreq.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/kbddev.h (modified) * uspace/drv/usbhid/kbdrepeat.h (modified) Minor refactoring, removed unused files. 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'