diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2014-08-14 20:29:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2014-08-14 20:29:09 +0000 |
commit | 5c4bc20b76cb869875516c5d0f446921e4867262 (patch) | |
tree | 098d0d1ad1cadc91a90f980fdae83107f6dd0908 /sys | |
parent | 78382c70928be7b71c40b6d82f3a887bd2bbecba (diff) |
Add USB hubs found on Intel Z97 chipset boards (one attached to
each EHCI root hub). OK deraadt@ jsg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 36701d4f8b0..e5ddd6a2cbc 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.635 2014/06/13 21:43:56 stsp Exp $ +$OpenBSD: usbdevs,v 1.636 2014/08/14 20:29:08 millert Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -2252,7 +2252,9 @@ product INTEL EASYPC_CAMERA 0x0110 EasyPC product INTEL AP310 0x0200 AP310 AnyPoint II product INTEL I2011B 0x1111 Wireless 2011B product INTEL2 RMH_3 0x8000 Rate Matching Hub +product INTEL2 RMH_5 0x8001 Rate Matching Hub product INTEL2 RMH_4 0x8008 Rate Matching Hub +product INTEL2 RMH_6 0x8009 Rate Matching Hub product INTEL TESTBOARD 0x9890 82930 test board /* InterBiometrics products */ |