Skip to content

Commit 15c228a

Browse files
authored
feat: Add LG V20 (#348)
Info for adb and fastboot access in issue # 347
1 parent 136ca72 commit 15c228a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

51-android.rules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ ATTR{idProduct}=="9024", GOTO="adb"
269269
ATTR{idProduct}=="9025", GOTO="adbmass"
270270
# Generic and unspecified debug interface (test after d00?)
271271
# examples: Xiaomi Mi/Redmi 2, Anbernic RG353P
272-
# Xiaomi Mi2 (d00d=bootloader d002=charger)
272+
# Xiaomi Mi2 (d00d=bootloader d002=charger), LG-V20 (d00d=bootloader)
273273
ATTR{idProduct}=="d00d", GOTO="adbfast"
274274
# Nexus 4 (d001=fastboot d002=debug)
275275
ATTR{idProduct}=="d001", GOTO="adbfast"
@@ -474,9 +474,11 @@ ATTR{idProduct}=="631f", SYMLINK+="android_adb"
474474
# G3 (VS985), Android Phone (627f=mtp)
475475
ATTR{idProduct}=="627f", GOTO="mtp"
476476
# LM-X420xxx/G2/Optimus (6300=charge 631c=charge 631d=ptp 631e=ptp 633e=mtp 6344=tether 6348=midi 6356=CDrom)
477+
# LG-V20 (62ce=mtp,cdc 633a=adp,cdc 18d1:d00d=fastboot)
477478
ATTR{idProduct}=="631c", GOTO="adb"
478479
ATTR{idProduct}=="631d", GOTO="ptp"
479480
ATTR{idProduct}=="631e", GOTO="ptp"
481+
ATTR{idProduct}=="633a", GOTO="adbcdc"
480482
ATTR{idProduct}=="633e", GOTO="mtp"
481483
ATTR{idProduct}=="6344", GOTO="rndis"
482484
ATTR{idProduct}=="6348", GOTO="midi"

0 commit comments

Comments
 (0)