Commit 7c1d15d736687057f4dc6e51fbf44b6f6e4320cb
Committed by
David S. Miller
1 parent
22580f894a
Exists in
master
and in
7 other branches
pegasus: Add new device ID.
Add new definition to 'pegasus.h' for support Japanese IO DATA "ETX-US2" USB Ethernet Adapter. PEGASUS_DEV( $B!H(BIO DATA USB ETX-US2$B!I(B, VENDOR_IODATA, 0x092a, DEFAULT_GPIO_RESET | PEGASUS_II ) Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
drivers/net/usb/pegasus.h
... | ... | @@ -250,6 +250,8 @@ |
250 | 250 | DEFAULT_GPIO_RESET ) |
251 | 251 | PEGASUS_DEV( "IO DATA USB ET/TX-S", VENDOR_IODATA, 0x0913, |
252 | 252 | DEFAULT_GPIO_RESET | PEGASUS_II ) |
253 | +PEGASUS_DEV( "IO DATA USB ETX-US2", VENDOR_IODATA, 0x092a, | |
254 | + DEFAULT_GPIO_RESET | PEGASUS_II ) | |
253 | 255 | PEGASUS_DEV( "Kingston KNU101TX Ethernet", VENDOR_KINGSTON, 0x000a, |
254 | 256 | DEFAULT_GPIO_RESET) |
255 | 257 | PEGASUS_DEV( "LANEED USB Ethernet LD-USB/TX", VENDOR_LANEED, 0x4002, |