diff options
author | David Brownell <david-b@pacbell.net> | 2005-08-31 12:53:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 19:28:32 -0400 |
commit | 47ee3051c856cc2aa95d35d577a8cb37279d540f (patch) | |
tree | 1b3a657de292579976f0ecedc0ed806680899efa /drivers/usb/net/Makefile | |
parent | 904813cd8a0b334189da285bb05af0b18b062502 (diff) |
[PATCH] USB: usbnet (5/9) module for genesys gl620a cables
This moves the GeneSys GL620USB-A support into its own driver file.
It also fixes a "return wrong skb" glitch in the rx unbatching, as
recently reported, and adds some missing byteswaps in the special
"genelink" headers (so it might now work on big-endian Linux).
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/net/Makefile')
-rw-r--r-- | drivers/usb/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/net/Makefile b/drivers/usb/net/Makefile index 14d554080aa5..f9b181e91c1f 100644 --- a/drivers/usb/net/Makefile +++ b/drivers/usb/net/Makefile | |||
@@ -7,6 +7,7 @@ obj-$(CONFIG_USB_KAWETH) += kaweth.o | |||
7 | obj-$(CONFIG_USB_PEGASUS) += pegasus.o | 7 | obj-$(CONFIG_USB_PEGASUS) += pegasus.o |
8 | obj-$(CONFIG_USB_RTL8150) += rtl8150.o | 8 | obj-$(CONFIG_USB_RTL8150) += rtl8150.o |
9 | obj-$(CONFIG_USB_NET_AX8817X) += asix.o | 9 | obj-$(CONFIG_USB_NET_AX8817X) += asix.o |
10 | obj-$(CONFIG_USB_NET_GL620A) += gl620a.o | ||
10 | obj-$(CONFIG_USB_NET_NET1080) += net1080.o | 11 | obj-$(CONFIG_USB_NET_NET1080) += net1080.o |
11 | obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o | 12 | obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o |
12 | obj-$(CONFIG_USB_USBNET) += usbnet.o | 13 | obj-$(CONFIG_USB_USBNET) += usbnet.o |