* [PATCH] Add support for SMSC LAN9530, LAN9730 and LAN89530
@ 2011-04-08 18:51 Steve Glendinning
2011-04-11 1:59 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Steve Glendinning @ 2011-04-08 18:51 UTC (permalink / raw)
To: netdev; +Cc: Steve Glendinning
This patch adds support for SMSC's LAN9530, LAN9730 and LAN89530 USB
ethernet controllers to the existing smsc95xx driver by adding
their new USB VID/PID pairs.
Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
---
drivers/net/usb/smsc95xx.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/drivers/net/usb/smsc95xx.c b/drivers/net/usb/smsc95xx.c
index 727874d..47a6c87 100644
--- a/drivers/net/usb/smsc95xx.c
+++ b/drivers/net/usb/smsc95xx.c
@@ -1313,6 +1313,21 @@ static const struct usb_device_id products[] = {
USB_DEVICE(0x0424, 0x9909),
.driver_info = (unsigned long) &smsc95xx_info,
},
+ {
+ /* SMSC LAN9530 USB Ethernet Device */
+ USB_DEVICE(0x0424, 0x9530),
+ .driver_info = (unsigned long) &smsc95xx_info,
+ },
+ {
+ /* SMSC LAN9730 USB Ethernet Device */
+ USB_DEVICE(0x0424, 0x9730),
+ .driver_info = (unsigned long) &smsc95xx_info,
+ },
+ {
+ /* SMSC LAN89530 USB Ethernet Device */
+ USB_DEVICE(0x0424, 0x9E08),
+ .driver_info = (unsigned long) &smsc95xx_info,
+ },
{ }, /* END */
};
MODULE_DEVICE_TABLE(usb, products);
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add support for SMSC LAN9530, LAN9730 and LAN89530
2011-04-08 18:51 [PATCH] Add support for SMSC LAN9530, LAN9730 and LAN89530 Steve Glendinning
@ 2011-04-11 1:59 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-04-11 1:59 UTC (permalink / raw)
To: steve.glendinning; +Cc: netdev
From: Steve Glendinning <steve.glendinning@smsc.com>
Date: Fri, 8 Apr 2011 19:51:59 +0100
> This patch adds support for SMSC's LAN9530, LAN9730 and LAN89530 USB
> ethernet controllers to the existing smsc95xx driver by adding
> their new USB VID/PID pairs.
>
> Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-11 2:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 18:51 [PATCH] Add support for SMSC LAN9530, LAN9730 and LAN89530 Steve Glendinning
2011-04-11 1:59 ` David Miller
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).