aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/net2280.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/udc/net2280.c')
-rw-r--r--drivers/usb/gadget/udc/net2280.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/gadget/udc/net2280.c b/drivers/usb/gadget/udc/net2280.c
index 6706aef907f4..c894b94b234b 100644
--- a/drivers/usb/gadget/udc/net2280.c
+++ b/drivers/usb/gadget/udc/net2280.c
@@ -3735,7 +3735,7 @@ static void net2280_shutdown(struct pci_dev *pdev)
3735/*-------------------------------------------------------------------------*/ 3735/*-------------------------------------------------------------------------*/
3736 3736
3737static const struct pci_device_id pci_ids[] = { { 3737static const struct pci_device_id pci_ids[] = { {
3738 .class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe), 3738 .class = PCI_CLASS_SERIAL_USB_DEVICE,
3739 .class_mask = ~0, 3739 .class_mask = ~0,
3740 .vendor = PCI_VENDOR_ID_PLX_LEGACY, 3740 .vendor = PCI_VENDOR_ID_PLX_LEGACY,
3741 .device = 0x2280, 3741 .device = 0x2280,
@@ -3743,7 +3743,7 @@ static const struct pci_device_id pci_ids[] = { {
3743 .subdevice = PCI_ANY_ID, 3743 .subdevice = PCI_ANY_ID,
3744 .driver_data = PLX_LEGACY | PLX_2280, 3744 .driver_data = PLX_LEGACY | PLX_2280,
3745 }, { 3745 }, {
3746 .class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe), 3746 .class = PCI_CLASS_SERIAL_USB_DEVICE,
3747 .class_mask = ~0, 3747 .class_mask = ~0,
3748 .vendor = PCI_VENDOR_ID_PLX_LEGACY, 3748 .vendor = PCI_VENDOR_ID_PLX_LEGACY,
3749 .device = 0x2282, 3749 .device = 0x2282,
@@ -3752,7 +3752,7 @@ static const struct pci_device_id pci_ids[] = { {
3752 .driver_data = PLX_LEGACY, 3752 .driver_data = PLX_LEGACY,
3753 }, 3753 },
3754 { 3754 {
3755 .class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe), 3755 .class = PCI_CLASS_SERIAL_USB_DEVICE,
3756 .class_mask = ~0, 3756 .class_mask = ~0,
3757 .vendor = PCI_VENDOR_ID_PLX, 3757 .vendor = PCI_VENDOR_ID_PLX,
3758 .device = 0x3380, 3758 .device = 0x3380,
@@ -3761,7 +3761,7 @@ static const struct pci_device_id pci_ids[] = { {
3761 .driver_data = PLX_SUPERSPEED, 3761 .driver_data = PLX_SUPERSPEED,
3762 }, 3762 },
3763 { 3763 {
3764 .class = ((PCI_CLASS_SERIAL_USB << 8) | 0xfe), 3764 .class = PCI_CLASS_SERIAL_USB_DEVICE,
3765 .class_mask = ~0, 3765 .class_mask = ~0,
3766 .vendor = PCI_VENDOR_ID_PLX, 3766 .vendor = PCI_VENDOR_ID_PLX,
3767 .device = 0x3382, 3767 .device = 0x3382,