diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-01-02 18:28:45 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-01-02 18:28:45 +0000 |
| commit | 5440b9801c74399fd0d35726a0d791353d2f234c (patch) | |
| tree | 73a1b42d48a7391ee1d021784f4b2fe6d53da6e7 /sys/dev/usb/uhub.c | |
| parent | ca8712b098b36464d11a7dd20e2d0459121a2ace (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
| -rw-r--r-- | sys/dev/usb/uhub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index f87879f20fa6..334fe2a6eaf2 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -141,7 +141,7 @@ USB_MATCH(uhub) * The subclass for hubs seems to be 0 for some and 1 for others, * so we just ignore the subclass. */ - if (uaa->iface == NULL && dd->bDeviceClass == UCLASS_HUB) + if (uaa->iface == NULL && dd->bDeviceClass == UDCLASS_HUB) return (UMATCH_DEVCLASS_DEVSUBCLASS); return (UMATCH_NONE); } |
