projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa80fc
)
[PATCH] pci_ids cleanup: fix two additional IDs in bt87x
author
Grant Coady
<
[email protected]
>
Sat, 5 Nov 2005 23:52:51 +0000
(10:52 +1100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 11 Nov 2005 00:09:17 +0000
(16:09 -0800)
pci_ids cleanup: fixup bt87x.c: two macro defined IDs missed in prior cleanup.
Caught by Chun-Chung Chen <
[email protected]
>: "In the patch for bt87x.c,
you seemed have missed the two occurrences of BT_DEVICE on line 897 and
line 898."
Signed-off-by: Grant Coady <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
sound/pci/bt87x.c
patch
|
blob
|
history
diff --git
a/sound/pci/bt87x.c
b/sound/pci/bt87x.c
index eeddd98ed2fed5d95496c8ddbae6fe5380f41f33..8feca228c6d4f3b32d18ec5b8d7a93b43702f7b9 100644
(file)
--- a/
sound/pci/bt87x.c
+++ b/
sound/pci/bt87x.c
@@
-897,8
+897,8
@@
static void __devexit snd_bt87x_remove(struct pci_dev *pci)
/* default entries for all Bt87x cards - it's not exported */
/* driver_data is set to 0 to call detection */
static struct pci_device_id snd_bt87x_default_ids[] = {
- BT_DEVICE(878, PCI_ANY_ID, PCI_ANY_ID, 0),
- BT_DEVICE(879, PCI_ANY_ID, PCI_ANY_ID, 0),
+ BT_DEVICE(
PCI_DEVICE_ID_BROOKTREE_
878, PCI_ANY_ID, PCI_ANY_ID, 0),
+ BT_DEVICE(
PCI_DEVICE_ID_BROOKTREE_
879, PCI_ANY_ID, PCI_ANY_ID, 0),
{ }
};