# # ChangeLog for uspace/drv/usbkbd/kbddev.c in mainline # # Generated by Trac 1.6 # 2025-02-08T18:36:05Z Fri, 01 Apr 2011 13:57:12 GMT Lubos Slovak [7787dd81] * uspace/drv/usbkbd/kbddev.c (modified) * uspace/lib/usb/src/hidparser.c (modified) Merged fix to output report creation (+ change in reseting LED array). Fri, 01 Apr 2011 13:18:42 GMT Matej Klonfar [70a71e5] * uspace/drv/usbkbd/kbddev.c (modified) * uspace/lib/usb/src/hidparser.c (modified) Output API fix Thu, 31 Mar 2011 10:31:10 GMT Lubos Slovak [85fa1e1] * uspace/drv/usbkbd/kbddev.c (modified) * uspace/drv/usbkbd/kbddev.h (modified) * uspace/lib/usb/include/usb/classes/hid/utled.h (added) * uspace/lib/usb/include/usb/classes/hidparser.h (modified) HID parser output report API used to create output reports. + Added ... Fri, 25 Mar 2011 14:29:30 GMT Lubos Slovak [0533b03] * uspace/drv/usbkbd/kbddev.c (modified) Small fixes Fri, 25 Mar 2011 14:22:04 GMT Lubos Slovak [8c40822] * uspace/drv/usbkbd/kbddev.c (modified) * uspace/lib/usb/include/usb/classes/hidparser.h (modified) * uspace/lib/usb/src/hidparser.c (modified) Merged changes from branch maklf (bugfix + paths) Fri, 25 Mar 2011 12:34:54 GMT Lubos Slovak [1cbfd6b] * uspace/drv/usbkbd/kbddev.c (modified) Fixed checking of bool interface. Thu, 24 Mar 2011 23:26:20 GMT Lubos Slovak [0d92638] * uspace/drv/usbkbd/kbddev.c (modified) * uspace/lib/usb/src/hidreport.c (modified) Added boot protocol static descriptor. - The fallback does not work ... Thu, 24 Mar 2011 22:55:29 GMT Lubos Slovak [252e30c] * uspace/drv/usbkbd/conv.h (modified) * uspace/drv/usbkbd/hiddev.c (deleted) * uspace/drv/usbkbd/hiddev.h (deleted) * uspace/drv/usbkbd/kbddev.c (modified) * uspace/drv/usbkbd/kbddev.h (modified) * uspace/drv/usbkbd/kbdrepeat.c (modified) * uspace/drv/usbkbd/kbdrepeat.h (modified) * uspace/drv/usbkbd/layout.h (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hidreport.h (added) * uspace/lib/usb/include/usb/classes/hidreq.h (modified) * uspace/lib/usb/src/hidreport.c (added) Huge refactoring of KBD driver code. - Separated code for retrieval ... Thu, 24 Mar 2011 20:44:27 GMT Lubos Slovak [476b71ff] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/kbddev.c (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/usbkbd/usbkbd.ma (moved) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hidreq.h (moved) * uspace/lib/usb/src/hidreq.c (moved) Finished renaming kbd driver to usbkbd 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).