There are two unnamed USB hubs (one attached to each EHCI root hub).
>From the data sheet I would expect these to be 0x8000 and 0x8008
but my board actually has 0x8001 and 0x8009.

This is purely cosmetic and nothing currently uses these defines.

 - todd

Index: sys/dev/usb/usbdevs
===================================================================
RCS file: /home/cvs/openbsd/src/sys/dev/usb/usbdevs,v
retrieving revision 1.635
diff -u -p -u -r1.635 usbdevs
--- sys/dev/usb/usbdevs 13 Jun 2014 21:43:56 -0000      1.635
+++ sys/dev/usb/usbdevs 14 Aug 2014 16:46:54 -0000
@@ -2252,7 +2252,9 @@ product INTEL EASYPC_CAMERA       0x0110  EasyP
 product INTEL AP310            0x0200  AP310 AnyPoint II
 product INTEL I2011B           0x1111  Wireless 2011B
 product INTEL2 RMH_3           0x8000  Rate Matching Hub
-product INTEL2 RMH_4           0x8008  Rate Matching Hub
+product INTEL2 RMH_4           0x8001  Rate Matching Hub
+product INTEL2 RMH_5           0x8008  Rate Matching Hub
+product INTEL2 RMH_6           0x8009  Rate Matching Hub
 product INTEL TESTBOARD                0x9890  82930 test board
 
 /* InterBiometrics products */

Reply via email to