feat: add SHIFT5me

This commit is contained in:
Sertonix 2024-03-27 12:07:26 +01:00 committed by Gianluca Boiano
parent cbc167176c
commit c77d876f54
1 changed files with 7 additions and 0 deletions

View File

@ -753,6 +753,13 @@ LABEL="not_Samsung"
# Sharp (Need product specific rules)
#ATTR{idVendor}=="04dd", GOTO="user"
# SHIFT GmbH
ATTR{idVendor}!="3360", GOTO="not_shift"
# SHIFT5me
ATTR{idProduct}=="201c", GOTO="adb"
GOTO="android_usb_rules_end"
LABEL="not_shift"
# SK Telesys
ATTR{idVendor}=="1f53", GOTO="user"