New device ID for sc92031 [1088:2031]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, July 22, 2009 - 12:59 pm

Gitweb:     http://git.kernel.org/linus/90cb665937a2aab16d9aa60f22908195c16dcffd
Commit:     90cb665937a2aab16d9aa60f22908195c16dcffd
Parent:     e445bb4ed677f8df0d4f8c1abc15c668bd182f28
Author:     Cesar Eduardo Barros <cesarb@cesarb.net>
AuthorDate: Sun Jul 19 08:03:32 2009 +0000
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Mon Jul 20 08:27:02 2009 -0700

    New device ID for sc92031 [1088:2031]
    
    rain_maker@root-forum.org wrote:
    > Hello cesar,
    >
    > In a recent thread in a german linux forum, a user reported his PIC
    > NIC not being recognized by the kernel.
    >
    > Fortunately he provided enough information and I was able to help him
    > and get the device working with the sc92031 driver.
    >
    > The device ID is [1088:2031] (Vendor is called "Microcomputer Systems
    > (M) Son"), here is the respective thread in "ubuntuusers.de"
    >
    > http://forum.ubuntuusers.de/topic/lankarte-unter-xubuntu-wird-nicht-erkannt/
    >
    > (Although you might not speak german, the code provided will show
    > you, that the device is actually working with your driver).
    >
    > It would be nice, if you include this new device ID to the
    > sc92031-driver.
    >
    > Regards,
    >
    > Axel Köllhofer (aka Rain_Maker)
    
    Cc: rain_maker@root-forum.org
    Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 drivers/net/sc92031.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/sc92031.c b/drivers/net/sc92031.c
index 18821f2..e3156c9 100644
--- a/drivers/net/sc92031.c
+++ b/drivers/net/sc92031.c
@@ -1593,6 +1593,7 @@ out:
 static struct pci_device_id sc92031_pci_device_id_table[] __devinitdata = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_SILAN, 0x2031) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_SILAN, 0x8139) },
+	{ PCI_DEVICE(0x1088, 0x2031) },
 	{ 0, }
 };
 MODULE_DEVICE_TABLE(pci, sc92031_pci_device_id_table);
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
New device ID for sc92031 [1088:2031], Linux Kernel Mailing ..., (Wed Jul 22, 12:59 pm)