# # ChangeLog for uspace/drv/usbkbd/Makefile in mainline # # Generated by Trac 1.6 # 2025-01-30T17:13:29Z 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). Fri, 28 Jan 2011 21:17:51 GMT Vojtech Horky [66d5062] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/usbhid/Makefile (moved) * uspace/drv/usbhid/conv.c (moved) * uspace/drv/usbhid/conv.h (moved) * uspace/drv/usbhid/descdump.c (moved) * uspace/drv/usbhid/descdump.h (moved) * uspace/drv/usbhid/descparser.c (moved) * uspace/drv/usbhid/descparser.h (moved) * uspace/drv/usbhid/kbd.h (moved) * uspace/drv/usbhid/layout.h (moved) * uspace/drv/usbhid/main.c (moved) * uspace/drv/usbhid/usbhid.ma (moved) Rename `usbkbd' driver to `usbhid' Fri, 28 Jan 2011 20:08:12 GMT Vojtech Horky [76d9eb7e] * uspace/drv/usbkbd/Makefile (modified) Cleaner Makefile in usbkbd Added some missing variables, more ... Fri, 21 Jan 2011 16:37:26 GMT Lubos Slovak [11797d5] * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/conv.c (modified) * uspace/drv/usbkbd/kbd.h (added) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/usbkbd/us_qwerty.c (deleted) Fixes + layouts - Fixed scancode -> keycode map. - Removed copied ... Fri, 21 Jan 2011 13:01:58 GMT Lubos Slovak [7c169ce] * .bzrignore (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/virtusbkbd/keys.h (modified) * uspace/drv/usbhub/main.c (modified) * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbhub/usbhub_private.h (modified) * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/descparser.c (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/drv/vhc/devices.c (modified) * uspace/drv/vhc/hc.c (modified) * uspace/drv/vhc/hc.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/dump.c (added) * uspace/lib/usbvirt/src/callback.c (modified) Merged development Mon, 17 Jan 2011 15:21:18 GMT Lubos Slovak [6336b6e] * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/descparser.c (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/lib/usb/src/hidparser.c (modified) Communication with console (not working yet) - Added come ... Fri, 14 Jan 2011 12:20:54 GMT Lubos Slovak [6986418] * uspace/drv/usbhub/usbhub.c (modified) * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/descparser.c (modified) * uspace/drv/usbkbd/descparser.h (modified) * uspace/drv/usbkbd/main.c (modified) * uspace/lib/usb/include/usb/classes/hid.h (modified) Descriptor parsing modified (fixed) - change ... Sun, 12 Dec 2010 16:50:48 GMT Lubos Slovak [ca038b4] * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/usbkbd/descparser.c (added) * uspace/drv/usbkbd/descparser.h (added) * uspace/drv/usbkbd/main.c (modified) Configuration parsing Added functions for parsing configuration ... Sat, 20 Nov 2010 14:07:05 GMT Vojtech Horky [4b4c797] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/usb/Makefile (deleted) * uspace/app/usb/example.c (deleted) * uspace/app/virtusbkbd/Makefile (modified) * uspace/app/virtusbkbd/kbdconfig.c (modified) * uspace/app/virtusbkbd/keys.h (modified) * uspace/app/virtusbkbd/virtusbkbd.c (modified) * uspace/drv/uhci/Makefile (modified) * uspace/drv/usbkbd/Makefile (modified) * uspace/drv/vhc/Makefile (modified) * uspace/drv/vhc/conn.h (modified) * uspace/drv/vhc/connhost.c (modified) * uspace/drv/vhc/devices.h (modified) * uspace/drv/vhc/hc.h (modified) * uspace/drv/vhc/hcd.c (modified) * uspace/drv/vhc/hub.c (modified) * uspace/drv/vhc/hubops.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/hcd.c (deleted) * uspace/lib/usb/hcd.h (deleted) * uspace/lib/usb/include/usb/classes/classes.h (moved) * uspace/lib/usb/include/usb/classes/hid.h (moved) * uspace/lib/usb/include/usb/classes/hidut.h (moved) * uspace/lib/usb/include/usb/classes/hidutkbd.h (moved) * uspace/lib/usb/include/usb/classes/hub.h (moved) * uspace/lib/usb/include/usb/descriptor.h (moved) * uspace/lib/usb/include/usb/devreq.h (moved) * uspace/lib/usb/include/usb/hcdhubd.h (moved) * uspace/lib/usb/include/usb/usb.h (moved) * uspace/lib/usb/include/usb/usbdrv.h (moved) * uspace/lib/usb/src/hcdhubd.c (moved) * uspace/lib/usb/src/usb.c (moved) * uspace/lib/usb/src/usbdrv.c (moved) * uspace/lib/usbvirt/Makefile (modified) * uspace/lib/usbvirt/callback.c (modified) * uspace/lib/usbvirt/device.h (modified) Directory structure reorganization USB class-specific headers are ... Mon, 15 Nov 2010 14:52:43 GMT Vojtech Horky [c7137738] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/uhci/Makefile (added) * uspace/drv/uhci/main.c (added) * uspace/drv/uhci/uhci.ma (added) * uspace/drv/usbkbd/Makefile (added) * uspace/drv/usbkbd/main.c (added) * uspace/drv/usbkbd/usbkbd.ma (added) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/hcd.c (modified) * uspace/lib/usb/hcdhubd.c (added) * uspace/lib/usb/hcdhubd.h (added) * uspace/lib/usb/usbdrv.c (added) * uspace/lib/usb/usbdrv.h (added) DDF proposal Proposal for new API using the device driver framework.