Commit a631f308 authored by Jeff Garzik's avatar Jeff Garzik

Remove VT8233 pci id, it is not fully supported by the old OSS

via82cxxx_audio driver.
parent a2329c27
...@@ -354,8 +354,6 @@ static inline void via_card_cleanup_proc (struct via_info *card) {} ...@@ -354,8 +354,6 @@ static inline void via_card_cleanup_proc (struct via_info *card) {}
static struct pci_device_id via_pci_tbl[] __initdata = { static struct pci_device_id via_pci_tbl[] __initdata = {
{ PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5, { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5,
PCI_ANY_ID, PCI_ANY_ID, }, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8233_5,
PCI_ANY_ID, PCI_ANY_ID, },
{ 0, } { 0, }
}; };
MODULE_DEVICE_TABLE(pci,via_pci_tbl); MODULE_DEVICE_TABLE(pci,via_pci_tbl);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment