Hello,

IMO you're mixing not compatible components. l4/pkg/usbhid is the
_old_ USB HID driver, which includes the USB host controller and core
code. l4/pkg/usb is the new framework for USB, where the core and HCD
are in l4/pkg/usb/server and the HID drivers in
l4/pkg/usb/examples/usbhid. The resulting binaries are "usbcore" and
"usbhid" <- Yes, there's a name clash... ;)

If you intend to use the new driver (what I recommend) remove
l4/pkg/usbhid from your tree or put an empty file "obsolete" into the
directory, which prevents compilation of the package.

Greets
-- 
Christian Helmuth
Genode Labs

http://www.genode-labs.com/ ยท http://genode.org/

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

Reply via email to