* [PATCH] asix.c - Add Belkin F5D5055 ids
@ 2007-05-23 11:33 David Hollis
2007-05-24 21:21 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: David Hollis @ 2007-05-23 11:33 UTC (permalink / raw)
To: Jeff Garzik, netdev
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
(Originally sent to linux-usb-devel)
The attached patch adds the device IDs for the Belkin F5D5055 device.
Reported by Andy Juniper <ajuniper@freeuk.com>
Signed-off-by: David Hollis <dhollis@davehollis.com>
--
David Hollis <dhollis@davehollis.com>
[-- Attachment #2: Type: text/x-patch, Size: 380 bytes --]
--- a/drivers/net/usb/asix.c 2007-05-11 08:18:35.000000000 -0400
+++ b/drivers/net/usb/asix.c 2007-05-23 03:27:29.000000000 -0400
@@ -1458,6 +1458,10 @@
// 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
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] asix.c - Add Belkin F5D5055 ids
2007-05-23 11:33 [PATCH] asix.c - Add Belkin F5D5055 ids David Hollis
@ 2007-05-24 21:21 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-05-24 21:21 UTC (permalink / raw)
To: David Hollis; +Cc: netdev
David Hollis wrote:
> (Originally sent to linux-usb-devel)
>
> The attached patch adds the device IDs for the Belkin F5D5055 device.
>
> Reported by Andy Juniper <ajuniper@freeuk.com>
>
> Signed-off-by: David Hollis <dhollis@davehollis.com>
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-24 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-23 11:33 [PATCH] asix.c - Add Belkin F5D5055 ids David Hollis
2007-05-24 21:21 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).