Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151992956
D38923.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D38923.id.diff
View Options
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -96,7 +96,7 @@
#define PCI_EHCI_VENDORID_NVIDIA2 0x10DE
#define PCI_EHCI_VENDORID_VIA 0x1106
#define PCI_EHCI_VENDORID_VMWARE 0x15ad
-#define PCI_EHCI_VENDORID_ZHAOXIN 0x1d17
+#define PCI_EHCI_VENDORID_ZHAOXIN 0x1d17
static device_probe_t ehci_pci_probe;
static device_attach_t ehci_pci_attach;
@@ -226,8 +226,8 @@
case 0x077015ad:
return ("VMware USB 2.0 controller");
- case 0x1d173104:
- return ("Zhaoxin ZX-100/ZX-200/ZX-E USB 2.0 controller");
+ case 0x31041d17:
+ return ("Zhaoxin ZX-100/ZX-200/ZX-E USB 2.0 controller");
default:
break;
@@ -414,9 +414,9 @@
case PCI_EHCI_VENDORID_VMWARE:
sprintf(sc->sc_vendor, "VMware");
break;
- case PCI_EHCI_VENDORID_ZHAOXIN:
- sprintf(sc->sc_vendor, "Zhaoxin");
- break;
+ case PCI_EHCI_VENDORID_ZHAOXIN:
+ sprintf(sc->sc_vendor, "Zhaoxin");
+ break;
default:
if (bootverbose)
device_printf(self, "(New EHCI DeviceId=0x%08x)\n",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 11:51 PM (8 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31381086
Default Alt Text
D38923.id.diff (1 KB)
Attached To
Mode
D38923: ehci(4): Correct PCI device ID for Zhaoxin USB 2.0 controller
Attached
Detach File
Event Timeline
Log In to Comment