Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4fcc54707e51daf68dac995a4c632e5b21454b02
Commit:     4fcc54707e51daf68dac995a4c632e5b21454b02
Parent:     8b6bbe75384417d3f5edafcb45d2f67415e9cc00
Author:     Adrian Bassett <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 23 16:38:33 2008 +0000
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 19:26:39 2008 -0800

    rtl8180_dev.c: add support for 1799:700f
    
    I have been using the rtl8180 driver via the git kernel route for a while 
now and would like to suggest that the following local ammendment is included 
in the development tree in order to support the PCI device 1799:700f.
    
    This device is found on the 'Belkin Wireless G Desktop Card' product, model 
'F5D7000uk'.  From memory, the chip on the card is inscribed RTL8185L;  (I 
don't know the significance of the 'L', I'm afraid).
    
    Signed-off-by: Adrian Bassett <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/net/wireless/rtl8180_dev.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/rtl8180_dev.c 
b/drivers/net/wireless/rtl8180_dev.c
index 07f37b0..27ebd68 100644
--- a/drivers/net/wireless/rtl8180_dev.c
+++ b/drivers/net/wireless/rtl8180_dev.c
@@ -36,6 +36,7 @@ MODULE_LICENSE("GPL");
 static struct pci_device_id rtl8180_table[] __devinitdata = {
        /* rtl8185 */
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8185) },
+       { PCI_DEVICE(PCI_VENDOR_ID_BELKIN, 0x700f) },
        { PCI_DEVICE(PCI_VENDOR_ID_BELKIN, 0x701f) },
 
        /* rtl8180 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to