Skip to content

Commit 2f7ca80

Browse files
Steve Glendinningdavem330
authored andcommitted
net: Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driver
Attached is a driver for SMSC's LAN9500 USB2.0 10/100 ethernet adapter. Signed-off-by: Steve Glendinning <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2e88810 commit 2f7ca80

File tree

5 files changed

+1493
-0
lines changed

5 files changed

+1493
-0
lines changed

MAINTAINERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4353,6 +4353,12 @@ L: [email protected]
43534353
W: http://www.connecttech.com
43544354
S: Supported
43554355

4356+
USB SMSC95XX ETHERNET DRIVER
4357+
P: Steve Glendinning
4358+
4359+
4360+
S: Supported
4361+
43564362
USB SN9C1xx DRIVER
43574363
P: Luca Risolia
43584364

drivers/net/usb/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@ config USB_NET_DM9601
188188
This option adds support for Davicom DM9601 based USB 1.1
189189
10/100 Ethernet adapters.
190190

191+
config USB_NET_SMSC95XX
192+
tristate "SMSC LAN95XX based USB 2.0 10/100 ethernet devices"
193+
depends on USB_USBNET
194+
select CRC32
195+
help
196+
This option adds support for SMSC LAN95XX based USB 2.0
197+
10/100 Ethernet adapters.
198+
191199
config USB_NET_GL620A
192200
tristate "GeneSys GL620USB-A based cables"
193201
depends on USB_USBNET

drivers/net/usb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ obj-$(CONFIG_USB_HSO) += hso.o
1010
obj-$(CONFIG_USB_NET_AX8817X) += asix.o
1111
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
1212
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
13+
obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o
1314
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o
1415
obj-$(CONFIG_USB_NET_NET1080) += net1080.o
1516
obj-$(CONFIG_USB_NET_PLUSB) += plusb.o

0 commit comments

Comments
 (0)