bhnd: Remove unsupported USB core IDs from the bhnd_usb device table.

This resolves a SoC reset triggered by attempting to attach to the
BCM5365's USB 1.1 controller.

Approved by:	adrian (mentor, implicit)
This commit is contained in:
Landon J. Fuller 2017-09-06 23:43:20 +00:00
parent 1539873a32
commit f526d86d75

View File

@ -51,11 +51,7 @@ __FBSDID("$FreeBSD$");
/****************************** Variables ************************************/
static const struct bhnd_device bhnd_usb_devs[] = {
BHND_DEVICE(BCM, USB, "USB1.1 Host/Device core", NULL),
BHND_DEVICE(BCM, USB20H, "USB2.0 Host core", NULL),
BHND_DEVICE(BCM, USB20D, "USB2.0 Device core", NULL),
BHND_DEVICE(BCM, USB11H, "USB1.1 Host core", NULL),
BHND_DEVICE(BCM, USB11D, "USB1.1 Device core", NULL),
BHND_DEVICE_END
};