#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1100      0x1100
 #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400      0x1400
 
-#define PCI_VENDOR_ID_ETRON            0x1b6f
-#define PCI_DEVICE_ID_EJ168            0x7023
-#define PCI_DEVICE_ID_EJ188            0x7052
+#define PCI_VENDOR_ID_ETRON                    0x1b6f
+#define PCI_DEVICE_ID_ETRON_EJ168              0x7023
+#define PCI_DEVICE_ID_ETRON_EJ188              0x7052
 
 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI     0x8c31
 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI  0x9c31
                xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW;
 
        if (pdev->vendor == PCI_VENDOR_ID_ETRON &&
-           (pdev->device == PCI_DEVICE_ID_EJ168 ||
-            pdev->device == PCI_DEVICE_ID_EJ188)) {
+           (pdev->device == PCI_DEVICE_ID_ETRON_EJ168 ||
+            pdev->device == PCI_DEVICE_ID_ETRON_EJ188)) {
                xhci->quirks |= XHCI_ETRON_HOST;
                xhci->quirks |= XHCI_RESET_ON_RESUME;
                xhci->quirks |= XHCI_BROKEN_STREAMS;