Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48761
b: refs/heads/master
c: 691895c
h: refs/heads/master
i:
  48759: 6a1446a
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Feb 16, 2007
1 parent 2100d67 commit 87516b0
Show file tree
Hide file tree
Showing 3 changed files with 14 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: cb1cebbee61abcb6b55c63fdfebb5ca5effaedea
refs/heads/master: 691895c661b0419e7cd65429e5077264a2ca01a3
8 changes: 8 additions & 0 deletions trunk/drivers/usb/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ config USB_NET_RNDIS_HOST
config USB_NET_CDC_SUBSET
tristate "Simple USB Network Links (CDC Ethernet subset)"
depends on USB_USBNET
default y
help
This driver module supports USB network devices that can work
without any device-specific information. Select it if you have
Expand Down Expand Up @@ -299,6 +300,13 @@ config USB_EPSON2888
Choose this option to support the usb networking links used
by some sample firmware from Epson.

config USB_KC2190
boolean "KT Technology KC2190 based cables (InstaNet)"
depends on USB_NET_CDC_SUBSET && EXPERIMENTAL
help
�Choose this option if you're using a host-to-host cable
�with one of these chips.

config USB_NET_ZAURUS
tristate "Sharp Zaurus (stock ROMs) and compatible"
depends on USB_USBNET
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/usb/net/cdc_subset.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ static const struct driver_info epson2888_info = {
#endif /* CONFIG_USB_EPSON2888 */


/*-------------------------------------------------------------------------
*
* info from Jonathan McDowell <noodles@earth.li>
*
*-------------------------------------------------------------------------*/
#ifdef CONFIG_USB_KC2190
#define HAVE_HARDWARE
static const struct driver_info kc2190_info = {
Expand Down

0 comments on commit 87516b0

Please sign in to comment.