|
@@ -1031,8 +1031,10 @@ static void rtsx_remove(struct pci_dev *pci)
|
|
|
|
|
|
/* PCI IDs */
|
|
/* PCI IDs */
|
|
static DEFINE_PCI_DEVICE_TABLE(rtsx_ids) = {
|
|
static DEFINE_PCI_DEVICE_TABLE(rtsx_ids) = {
|
|
- { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5208), PCI_CLASS_OTHERS << 16, 0xFF0000 },
|
|
|
|
- { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5288), PCI_CLASS_OTHERS << 16, 0xFF0000 },
|
|
|
|
|
|
+ { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5208),
|
|
|
|
+ PCI_CLASS_OTHERS << 16, 0xFF0000 },
|
|
|
|
+ { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x5288),
|
|
|
|
+ PCI_CLASS_OTHERS << 16, 0xFF0000 },
|
|
{ 0, },
|
|
{ 0, },
|
|
};
|
|
};
|
|
|
|
|