Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112189
b: refs/heads/master
c: 2f7ca80
h: refs/heads/master
i:
  112187: 7a6eabe
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Oct 8, 2008
1 parent 570a94a commit 7adaa68
Show file tree
Hide file tree
Showing 6 changed files with 1,494 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e888103295f47b8fcbf7e9bb8c5da97dd2ecd76
refs/heads/master: 2f7ca802bdae2ca41022618391c70c2876d92190
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -4353,6 +4353,12 @@ L: linux-usb@vger.kernel.org
W: http://www.connecttech.com
S: Supported

USB SMSC95XX ETHERNET DRIVER
P: Steve Glendinning
M: steve.glendinning@smsc.com
L: netdev@vger.kernel.org
S: Supported

USB SN9C1xx DRIVER
P: Luca Risolia
M: luca.risolia@studio.unibo.it
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/net/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ config USB_NET_DM9601
This option adds support for Davicom DM9601 based USB 1.1
10/100 Ethernet adapters.

config USB_NET_SMSC95XX
tristate "SMSC LAN95XX based USB 2.0 10/100 ethernet devices"
depends on USB_USBNET
select CRC32
help
This option adds support for SMSC LAN95XX based USB 2.0
10/100 Ethernet adapters.

config USB_NET_GL620A
tristate "GeneSys GL620USB-A based cables"
depends on USB_USBNET
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ obj-$(CONFIG_USB_HSO) += hso.o
obj-$(CONFIG_USB_NET_AX8817X) += asix.o
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o
obj-$(CONFIG_USB_NET_NET1080) += net1080.o
obj-$(CONFIG_USB_NET_PLUSB) += plusb.o
Expand Down
Loading

0 comments on commit 7adaa68

Please sign in to comment.