The C Source, Patches and (shudder!) Bugs
Post Reply
jjakob
Posts: 1
Joined: 19 Jun 2019, 21:24

Add new device TP-Link UE300 (2357:0601)

Post by jjakob » 19 Jun 2019, 21:32

Only works with -R (reset).

I think what needs to be added is:

usb-modeswitch-data/usb_modeswitch.d/2357:0600

Code: Select all

# TP-Link UE300
TargetVendor=0x2357
TargetProduct=0x0601
ResetUSB=1
Probably also this to 40-usb_modeswitch.rules (though I see it's only for backward compatibility)

Code: Select all

# TP-Link UE300
ATTR{idVendor}=="2357", ATTR{idProduct}=="0600", RUN+="usb_modeswitch '/%k'"
Anything else that'd need adding?

Post Reply