# # ChangeLog for uspace/drv/usbkbd/kbddev.h in mainline # # Generated by Trac 1.6 # 2025-01-07T10:19:39Z Fri, 15 Apr 2011 15:19:34 GMT Matej Klonfar [175ad13e] * uspace/drv/usbkbd/kbddev.c (modified) * uspace/drv/usbkbd/kbddev.h (modified) * uspace/lib/usb/include/usb/classes/hid.h (modified) * uspace/lib/usb/include/usb/classes/hidparser.h (modified) * uspace/lib/usb/include/usb/classes/hidreport.h (modified) * uspace/lib/usb/src/hidparser.c (modified) * uspace/lib/usb/src/hidreport.c (modified) new report structure 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 ... 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: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).