Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ed22bc294315d19aa1f0423b83d21a2d94c641b
Commit:     2ed22bc294315d19aa1f0423b83d21a2d94c641b
Parent:     66bd23fad81fb0b84c16edd48ec160f8fdbe3f57
Author:     David Hollis <[EMAIL PROTECTED]>
AuthorDate: Wed May 23 07:33:17 2007 -0400
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Thu May 24 17:20:48 2007 -0400

    asix.c - Add Belkin F5D5055 ids
    
    (Originally sent to linux-usb-devel)
    
    The attached patch adds the device IDs for the Belkin F5D5055 device.
    
    Reported by Andy Juniper <[EMAIL PROTECTED]>
    
    Signed-off-by: David Hollis <[EMAIL PROTECTED]>
    
    --
    David Hollis <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/usb/asix.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
index d5ef97b..6d95cac 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1458,6 +1458,10 @@ static const struct usb_device_id        products [] = {
        // IO-DATA ETG-US2
        USB_DEVICE (0x04bb, 0x0930),
        .driver_info = (unsigned long) &ax88178_info,
+}, {
+       // Belkin F5D5055
+       USB_DEVICE(0x050d, 0x5055),
+       .driver_info = (unsigned long) &ax88178_info,
 },
        { },            // END
 };
-
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