# # ChangeLog for uspace/drv/usbhid/hiddev.c in mainline # # Generated by Trac 1.6 # 2024-12-26T13:27:55Z Thu, 03 Mar 2011 21:02:09 GMT Lubos Slovak [24d943f] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) Using polling interval from endpoint descriptor Wed, 02 Mar 2011 18:17:27 GMT Vojtech Horky [d70e0a3c] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbmid/explore.c (modified) Allocating "get full config desc" put into action Yes, all that ... Tue, 01 Mar 2011 16:39:31 GMT Lubos Slovak [1c6c4092] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) * uspace/drv/usbhid/kbddev.c (modified) * uspace/drv/usbhid/main.c (modified) Properly destroying HID and KBD device structures. + Do not send ... Tue, 01 Mar 2011 15:26:57 GMT Lubos Slovak [27270db] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/kbddev.c (modified) Fixed initialization of kbd_dev. - Setting console phone to -1. Sun, 27 Feb 2011 19:45:16 GMT Lubos Slovak [5d4d98b] * uspace/drv/usbhid/hiddev.c (modified) * uspace/drv/usbhid/hiddev.h (modified) Fixed bug in hiddev (compiles now). 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 ...