Index: uspace/drv/ehci-hcd/ehci-hcd.ma
===================================================================
--- uspace/drv/ehci-hcd/ehci-hcd.ma	(revision 3da17644d6ce2a2521e94afccf77553cf1a9f97b)
+++ uspace/drv/ehci-hcd/ehci-hcd.ma	(revision c8eddf499cb9503863c61d7fe561f7d086184c06)
@@ -2,4 +2,5 @@
 10 pci/ven=1002&dev=4386
 10 pci/ven=1002&dev=4396
+10 pci/ven=1002&dev=4373
 10 pci/ven=1022&dev=7463
 10 pci/ven=1022&dev=7808
Index: uspace/drv/ohci/hc.c
===================================================================
--- uspace/drv/ohci/hc.c	(revision 3da17644d6ce2a2521e94afccf77553cf1a9f97b)
+++ uspace/drv/ohci/hc.c	(revision c8eddf499cb9503863c61d7fe561f7d086184c06)
@@ -334,4 +334,5 @@
 {
 	assert(instance);
+	usb_log_debug("Requesting OHCI control.\n");
 	/* Turn off legacy emulation */
 	volatile uint32_t *ohci_emulation_reg =
@@ -339,5 +340,5 @@
 	usb_log_debug("OHCI legacy register %p: %x.\n",
 		ohci_emulation_reg, *ohci_emulation_reg);
-	*ohci_emulation_reg = 0;
+	*ohci_emulation_reg &= ~0x1;
 
 	/* Interrupt routing enabled => smm driver is active */
Index: uspace/drv/ohci/ohci.ma
===================================================================
--- uspace/drv/ohci/ohci.ma	(revision 3da17644d6ce2a2521e94afccf77553cf1a9f97b)
+++ uspace/drv/ohci/ohci.ma	(revision c8eddf499cb9503863c61d7fe561f7d086184c06)
@@ -1,4 +1,7 @@
 10 pci/ven=106b&dev=003f
 10 pci/ven=10de&dev=0aa5
+
+10 pci/ven=1002&dev=4374
+10 pci/ven=1002&dev=4375
 
 10 pci/ven=1002&dev=4387
