From: Grant Coady <gcoady@gmail.com>
To: Greg KH <gregkh@suse.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Chun-Chung Chen <cjj@u.washington.edu>
Subject: [PATCH] pci_ids cleanup: fix two additional IDs in bt87x
Date: Sun, 06 Nov 2005 10:52:51 +1100 [thread overview]
Message-ID: <436D45D3.4060807@gmail.com> (raw)
Hi Greg,
I missed a couple PCI IDs in bt87x.c, so here they are.
Cheers,
Grant.
From: Grant Coady <gcoady@gmail.com>
pci_ids cleanup: fixup bt87x.c: two macro defined IDs missed in prior cleanup.
Caught by Chun-Chung Chen <cjj@u.washington.edu>: "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 <gcoady@gmail.com>
---
bt87x.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.14b/sound/pci/bt87x.c~ 2005-11-06 10:13:56.000000000 +1100
+++ linux-2.6.14b/sound/pci/bt87x.c 2005-11-06 10:17:08.000000000 +1100
@@ -897,8 +897,8 @@
/* 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),
{ }
};
reply other threads:[~2005-11-05 23:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=436D45D3.4060807@gmail.com \
--to=gcoady@gmail.com \
--cc=cjj@u.washington.edu \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox