mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2025-03-31 07:10:34 -04:00
Add one varient of the LG V10 to the usb.rules file
Now we can talk to another LG device. This device though does need the protocol fix (issue #7) solved before becoming truly useful though.
This commit is contained in:
parent
688e0f3d17
commit
81998e1dde
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="633e", TAG+="uacce
|
|||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue