Print a warning when an unknow USB controller type is detected.
authorSteven A. Falco <sfalco@coincident.com>
Thu, 14 Jul 2011 01:59:31 +0000 (21:59 -0400)
committerPatrick Georgi <patrick@georgi-clan.de>
Thu, 14 Jul 2011 06:00:30 +0000 (08:00 +0200)
commit25f23f17bcb2bac9fb5af0f5d6d1d8c1c9ea16ff
treed5770a87f8d9cf39b4b0f43fa5730adc02b073be
parent4edbe004b8b8c97900573218974191d2a2b77f1c
Print a warning when an unknow USB controller type is detected.

The Intel E6XX Atom processor reports an unknown USB controller type (in
addition to the standard EHCI and OHCI ones).  Add a default case to
print a warning when an unknown controller type is detected.

Change-Id: I885d0ccec4c46fd212cceac599290e9bf85edbbb
Signed-off-by: Steven A. Falco <sfalco@coincident.com>
Reviewed-on: http://review.coreboot.org/100
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
payloads/libpayload/drivers/usb/usbinit.c