Commit 9283deed authored by Vojtech Pavlik's avatar Vojtech Pavlik

input: Add Dell SB Live! PCI ID to the emu10k1-gp driver.

Reported-by: default avatarFrancisco Moraes <fmoraes74@netzero.net>
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent d1b0ad5a
......@@ -50,8 +50,10 @@ struct emu {
};
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, }
};
......
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