Changeset 499 for GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/bt87x.c
- Timestamp:
- Jul 5, 2010, 11:51:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/bt87x.c
r464 r499 801 801 /* driver_data is the card id for that device */ 802 802 803 static struct pci_device_id snd_bt87x_ids[]= {803 static DEFINE_PCI_DEVICE_TABLE(snd_bt87x_ids) = { 804 804 /* Hauppauge WinTV series */ 805 805 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x0070, 0x13eb, GENERIC), … … 814 814 /* Leadtek Winfast tv 2000xp delux */ 815 815 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x107d, 0x6606, GENERIC), 816 /* Pinnacle PCTV */ 817 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x11bd, 0x0012, GENERIC), 816 818 /* Voodoo TV 200 */ 817 819 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x121a, 0x3000, GENERIC), … … 995 997 /* default entries for all Bt87x cards - it's not exported */ 996 998 /* driver_data is set to 0 to call detection */ 997 static struct pci_device_id snd_bt87x_default_ids[] __devinitdata= {999 static DEFINE_PCI_DEVICE_TABLE(snd_bt87x_default_ids) = { 998 1000 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, PCI_ANY_ID, PCI_ANY_ID, UNKNOWN), 999 1001 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_879, PCI_ANY_ID, PCI_ANY_ID, UNKNOWN),
Note:
See TracChangeset
for help on using the changeset viewer.