mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
removes a hack to attach TRENDnet TEW-504UB/EU that I think this issue
is solved with r202607. Now idProduct of all uath(4) devices should be decreased after loading the firmware.
This commit is contained in:
parent
984485a02e
commit
97ac268fcb
2 changed files with 0 additions and 2 deletions
|
|
@ -2778,7 +2778,6 @@ product UMEDIA TEW429UBC1 0x300d TEW-429UB C1
|
|||
product UMEDIA ALL0298V2 0x3204 ALL0298 v2
|
||||
product UMEDIA AR5523_2 0x3205 AR5523
|
||||
product UMEDIA AR5523_2_NF 0x3206 AR5523 (no firmware)
|
||||
product UMEDIA AR5523_3 0x3207 AR5523
|
||||
|
||||
/* Universal Access products */
|
||||
product UNIACCESS PANACHE 0x0101 Panache Surf USB ISDN Adapter
|
||||
|
|
|
|||
|
|
@ -190,7 +190,6 @@ static const struct usb_device_id uath_devs[] = {
|
|||
UATH_DEV(NETGEAR3, WPN111),
|
||||
UATH_DEV(UMEDIA, TEW444UBEU),
|
||||
UATH_DEV(UMEDIA, AR5523_2),
|
||||
UATH_DEV(UMEDIA, AR5523_3),
|
||||
UATH_DEV(WISTRONNEWEB, AR5523_1),
|
||||
UATH_DEV(WISTRONNEWEB, AR5523_2),
|
||||
UATH_DEV(ZCOM, AR5523)
|
||||
|
|
|
|||
Loading…
Reference in a new issue