Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (116 commits) sk98lin: planned removal AT91: MACB support sky2: version 1.12 sky2: add new chip ids sky2: Yukon Extreme support sky2: safer transmit timeout sky2: TSO support for EC_U sky2: use dev_err for error reports sky2: add Wake On Lan support fix unaligned exception in /drivers/net/wireless/orinoco.c Remove unused kernel config option DLCI_COUNT z85230: spinlock logic mips: declance: Driver model for the PMAD-A Spidernet: Rework RX linked list NET: turn local_save_flags() + local_irq_disable() into local_irq_save() NET-3c59x: turn local_save_flags() + local_irq_disable() into local_irq_save() hp100: convert pci_module_init() to pci_register_driver() NetXen: Added ethtool support for user level tools. NetXen: Firmware crb init changes. maintainers: add atl1 maintainers ...
This commit is contained in:
@ -1449,6 +1449,10 @@ static const struct usb_device_id products [] = {
|
||||
// Linksys USB1000
|
||||
USB_DEVICE (0x1737, 0x0039),
|
||||
.driver_info = (unsigned long) &ax88178_info,
|
||||
}, {
|
||||
// IO-DATA ETG-US2
|
||||
USB_DEVICE (0x04bb, 0x0930),
|
||||
.driver_info = (unsigned long) &ax88178_info,
|
||||
},
|
||||
{ }, // END
|
||||
};
|
||||
|
@ -214,9 +214,9 @@ PEGASUS_DEV( "Billionton USBEL-100", VENDOR_BILLIONTON, 0x0988,
|
||||
DEFAULT_GPIO_RESET )
|
||||
PEGASUS_DEV( "Billionton USBE-100", VENDOR_BILLIONTON, 0x8511,
|
||||
DEFAULT_GPIO_RESET | PEGASUS_II )
|
||||
PEGASUS_DEV( "Corega FEter USB-TX", VENDOR_COREGA, 0x0004,
|
||||
PEGASUS_DEV( "Corega FEther USB-TX", VENDOR_COREGA, 0x0004,
|
||||
DEFAULT_GPIO_RESET )
|
||||
PEGASUS_DEV( "Corega FEter USB-TXS", VENDOR_COREGA, 0x000d,
|
||||
PEGASUS_DEV( "Corega FEther USB-TXS", VENDOR_COREGA, 0x000d,
|
||||
DEFAULT_GPIO_RESET | PEGASUS_II )
|
||||
PEGASUS_DEV( "D-Link DSB-650TX", VENDOR_DLINK, 0x4001,
|
||||
DEFAULT_GPIO_RESET )
|
||||
|
Reference in New Issue
Block a user