mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2024-11-14 19:35:41 -05:00
114f2b3cd8
Upon looking, it seems the H962 has idProduct identical to the D855. Note in appropriate places the H962 is now supportted.
7 lines
406 B
Text
7 lines
406 B
Text
# /etc/udev/rules.d/42-usb-lglaf.rules
|
|
# LG G3 (D855) or LG V10 (H962) in download mode
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="633e", TAG+="uaccess"
|
|
# LG G3 (VS985) in download mode
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="627f", TAG+="uaccess"
|
|
# LG G4 (VS986) in download mode
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="6298", TAG+="uaccess"
|