[PATCH 28/47] Add Dell SB Live! PCI ID to the emu10k1-gp driver

From: Vojtech Pavlik
Date: Thu Jul 29 2004 - 13:48:44 EST


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@xxxxxxxxxxxxx, 2004-06-23 19:58:19+02:00, vojtech@xxxxxxx
input: Add Dell SB Live! PCI ID to the emu10k1-gp driver.

Reported-by: Francisco Moraes <fmoraes74@xxxxxxxxxxx>
Signed-off-by: Vojtech Pavlik <vojtech@xxxxxxx>


emu10k1-gp.c | 2 ++
1 files changed, 2 insertions(+)

===================================================================

diff -Nru a/drivers/input/gameport/emu10k1-gp.c b/drivers/input/gameport/emu10k1-gp.c
--- a/drivers/input/gameport/emu10k1-gp.c Thu Jul 29 14:40:03 2004
+++ b/drivers/input/gameport/emu10k1-gp.c Thu Jul 29 14:40:03 2004
@@ -50,8 +50,10 @@
};

static struct pci_device_id emu_tbl[] = {
+
{ 0x1102, 0x7002, PCI_ANY_ID, PCI_ANY_ID }, /* SB Live gameport */
{ 0x1102, 0x7003, PCI_ANY_ID, PCI_ANY_ID }, /* Audigy gameport */
+ { 0x1102, 0x7004, PCI_ANY_ID, PCI_ANY_ID }, /* Dell SB Live */
{ 0, }
};


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/