# # ChangeLog for uspace/drv/usbhid/hidreq.c in mainline # # Generated by Trac 1.6 # 2024-12-15T21:42:28Z Sun, 06 Mar 2011 09:21:46 GMT Lubos Slovak [35f0899] * uspace/drv/usbhid/hidreq.c (modified) * uspace/drv/usbhid/hidreq.h (modified) * uspace/drv/usbhid/kbddev.c (modified) Added missing class-specific requests + fixed Set_Report request. - ... Sat, 05 Mar 2011 11:35:22 GMT Lubos Slovak [dde8ca4] * uspace/drv/usbhid/hidreq.c (modified) * uspace/drv/usbhid/hidreq.h (modified) Added function for Set_Idle request. 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 ...