USB updates from our internal tree
- support MMC2 devices - make usb stack more solid - drop some unused functions - fix lowspeed/speed naming - add support for "quirks" - improve usbhid driver Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5299 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
e5d30b78b7
commit
b56f2d0ad4
@@ -56,6 +56,7 @@ TARGETS-$(CONFIG_COREBOOT_VIDEO_CONSOLE) += drivers/video/font8x16.o
|
||||
TARGETS-$(CONFIG_USB) += drivers/usb/usbinit.o
|
||||
TARGETS-$(CONFIG_USB) += drivers/usb/usb.o
|
||||
TARGETS-$(CONFIG_USB) += drivers/usb/usb_dev.o
|
||||
TARGETS-$(CONFIG_USB) += drivers/usb/quirks.o
|
||||
TARGETS-$(CONFIG_USB_HUB) += drivers/usb/usbhub.o
|
||||
TARGETS-$(CONFIG_USB_UHCI) += drivers/usb/uhci.o
|
||||
TARGETS-$(CONFIG_USB_UHCI) += drivers/usb/uhci_rh.o
|
||||
|
Reference in New Issue
Block a user