mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2025-01-05 20:22:07 -05:00
81998e1dde
Now we can talk to another LG device. This device though does need the protocol fix (issue #7) solved before becoming truly useful though.
9 lines
506 B
Text
9 lines
506 B
Text
# /etc/udev/rules.d/42-usb-lglaf.rules
|
|
# LG G3 (D855) 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"
|
|
# LG V10 (H962) in download mode
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="633e", TAG+="uaccess"
|