Modules/USB - Working on HID support (and fixed some little bugs)
authorJohn Hodge <[email protected]>
Thu, 16 Feb 2012 13:14:29 +0000 (21:14 +0800)
committerJohn Hodge <[email protected]>
Thu, 16 Feb 2012 13:14:29 +0000 (21:14 +0800)
commit1ba64c63a4a3a8ce27155f9463f0442ea7f7dc89
treefb38c129c2eeb6bb610fdfa5b29c48065a392438
parent8bfd42a027bc3332c06c93216ae6aaea02cb4126
Modules/USB - Working on HID support (and fixed some little bugs)

- Had to do slight API changes (currently not documented)
13 files changed:
BuildConf/x86/default.mk
KernelLand/Modules/USB/Core/hub.c
KernelLand/Modules/USB/Core/include/usb_core.h
KernelLand/Modules/USB/Core/usb.c
KernelLand/Modules/USB/Core/usb_devinit.c
KernelLand/Modules/USB/Core/usb_lowlevel.c
KernelLand/Modules/USB/HID/Makefile [new file with mode: 0644]
KernelLand/Modules/USB/HID/hid.h
KernelLand/Modules/USB/HID/hid_reports.h [new file with mode: 0644]
KernelLand/Modules/USB/HID/keyboard.c [new file with mode: 0644]
KernelLand/Modules/USB/HID/main.c
KernelLand/Modules/USB/HID/mouse.c [new file with mode: 0644]
KernelLand/Modules/USB/UHCI/uhci.c

UCC git Repository :: git.ucc.asn.au