# # ChangeLog for uspace/drv/usbhid/subdrivers.c in mainline # # Generated by Trac 1.6 # 2025-02-07T02:30:48Z Tue, 17 May 2011 09:24:37 GMT Vojtech Horky [faa44e58] * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/drv/usbhid/kbd/kbddev.c (modified) * uspace/drv/usbhid/kbd/kbddev.h (modified) * uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.c (modified) * uspace/drv/usbhid/mouse/mousedev.c (modified) * uspace/drv/usbhid/subdrivers.c (modified) * uspace/drv/usbhid/usbhid.c (modified) * uspace/drv/usbhid/usbhid.h (modified) * uspace/drv/usbkbd/kbddev.c (modified) * uspace/drv/usbkbd/kbddev.h (modified) * uspace/drv/usbmouse/init.c (modified) * uspace/lib/usbhid/include/usb/hid/hid.h (moved) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (moved) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (moved) * uspace/lib/usbhid/include/usb/hid/hidparser.h (moved) * uspace/lib/usbhid/include/usb/hid/hidpath.h (moved) * uspace/lib/usbhid/include/usb/hid/hidreport.h (moved) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (moved) * uspace/lib/usbhid/include/usb/hid/iface.h (moved) * uspace/lib/usbhid/include/usb/hid/request.h (moved) * uspace/lib/usbhid/include/usb/hid/usages/core.h (moved) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (moved) * uspace/lib/usbhid/include/usb/hid/usages/led.h (moved) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) libusbhid uses include usb/hid Sat, 07 May 2011 08:50:25 GMT Lubos Slovak [c7fbb90] * uspace/drv/usbhid/subdrivers.c (modified) Fix in subdriver mappings Fri, 06 May 2011 13:01:27 GMT Lubos Slovak [7bb8036] * uspace/drv/usbhid/subdrivers.c (modified) * uspace/drv/usbhid/usbhid.c (modified) Mouse subdriver for generic mouse. Fri, 29 Apr 2011 09:31:34 GMT Lubos Slovak [b20de1d] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/lgtch-ultrax/keymap.c (added) * uspace/drv/usbhid/lgtch-ultrax/keymap.h (added) * uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.c (modified) * uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.h (modified) * uspace/drv/usbhid/main.c (modified) * uspace/drv/usbhid/subdrivers.c (modified) Subdriver for Logitech UltraX keyboard improved. - Added mapping ... Thu, 21 Apr 2011 17:16:53 GMT Lubos Slovak [d0a6e54] * uspace/drv/usbhid/subdrivers.c (modified) * uspace/drv/usbhid/subdrivers.h (modified) * uspace/drv/usbhid/usbhid.c (modified) Product and Vendor ID may be 0 - changed type to int. Fixes #193 Tue, 12 Apr 2011 19:00:00 GMT Lubos Slovak [e3b5129] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.c (added) * uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.h (added) * uspace/drv/usbhid/subdrivers.c (modified) * uspace/drv/usbhid/subdrivers.h (modified) * uspace/drv/usbhid/usbhid.c (modified) Report IDs in subdriver mappings, sample driver for Logitech kbd Tue, 12 Apr 2011 15:59:44 GMT Lubos Slovak [777e336] * uspace/drv/usbhid/subdrivers.c (modified) * uspace/drv/usbhid/subdrivers.h (modified) * uspace/drv/usbhid/usbhid.c (modified) Minor changes in subdrivers API. - Changed vendor ID and product ID ... Sun, 10 Apr 2011 18:28:45 GMT Lubos Slovak [1cbb4b7] * uspace/drv/usbhid/subdrivers.c (modified) * uspace/drv/usbhid/usbhid.c (modified) * uspace/lib/usb/src/hidparser.c (modified) Fixed freeing of subdrivers + some debug output. Sun, 10 Apr 2011 17:57:23 GMT Lubos Slovak [f76153ce] * uspace/drv/usbhid/subdrivers.c (modified) * uspace/drv/usbhid/subdrivers.h (modified) * uspace/drv/usbhid/usbhid.c (modified) Subdriver initialization. - Function for finding proper subdrivers ... Sun, 10 Apr 2011 16:33:04 GMT Lubos Slovak [62bd8d3] * uspace/drv/usbhid/Makefile (modified) * uspace/drv/usbhid/subdrivers.c (added) * uspace/drv/usbhid/subdrivers.h (added) * uspace/drv/usbhid/usbhid.c (modified) * uspace/drv/usbhid/usbhid.h (modified) First draft of subdriver mappings.