android_kernel_xiaomi_sm8350/drivers/usb/net
Malte Doersam efafe6fb72 [PATCH] USB: Pegasus: Linksys USBVPN1 support + cleanup
This patch adds a second linksys vendor-id (077b) and the product id of the
pegasus based adapter USBVPN1

http://www1.linksys.com/Products/product.asp?prid=3D543&scid=3D30

Furthermore it replaces all LINKSYS_GPIO_RESET with DEFAULT_GPIO_RESET as both
are declared like this:
#define        DEFAULT_GPIO_RESET      0x24
#define        LINKSYS_GPIO_RESET      0x24

This is misleading and confusing.
The check is now done via the VENDOR_ID in pegasus.c:
if (usb_dev_id[pegasus->dev_index].vendor == VENDOR_LINKSYS

Signed-off-by: Malte Doersam <mdoersam@arcor.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-03-20 14:49:56 -08:00
..
asix.c [PATCH] USB: asix - Add device IDs for 0G0 Cable Ethernet 2006-01-31 17:23:38 -08:00
catc.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
cdc_ether.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
cdc_subset.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
gl620a.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
kaweth.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
kawethfw.h
Kconfig [PATCH] USB: fix correct wording in drivers/usb/net/KConfig 2005-10-28 16:47:52 -07:00
Makefile [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile 2005-11-17 11:29:55 -08:00
net1080.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
pegasus.c [PATCH] USB: Pegasus: Linksys USBVPN1 support + cleanup 2006-03-20 14:49:56 -08:00
pegasus.h [PATCH] USB: Pegasus: Linksys USBVPN1 support + cleanup 2006-03-20 14:49:56 -08:00
plusb.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
rndis_host.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
rtl8150.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
usbnet.c [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile 2005-11-17 11:29:55 -08:00
usbnet.h [PATCH] gfp_t: drivers/usb 2005-10-28 08:16:49 -07:00
zaurus.c [PATCH] USB: remove .owner field from struct usb_driver 2006-01-04 13:48:34 -08:00
zd1201.c [PATCH] USB: zd1201: make sysfs device symlink 2006-01-04 13:51:44 -08:00
zd1201.h