Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ehci] Add PCI vendor:device ID for Intel Z530 controller
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed May 12, 2016
1 parent 25e703c commit 1466679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/usb/ehci.c
Expand Up @@ -2072,6 +2072,7 @@ static void ehci_remove ( struct pci_device *pci ) {
/** EHCI PCI device IDs */
static struct pci_device_id ehci_ids[] = {
PCI_ROM ( 0x8086, 0x0f34, "ehci-z36", "Intel Z36/Z37 EHCI", 0 ),
PCI_ROM ( 0x8086, 0x8117, "ehci-z530", "Intel Z530 EHCI", 0 ),
PCI_ROM ( 0xffff, 0xffff, "ehci", "EHCI", 0 ),
};

Expand Down

0 comments on commit 1466679

Please sign in to comment.