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 ) solved before becoming truly useful though.
This commit is contained in:
Elliott Mitchell 2016-05-19 11:35:21 -07:00
parent 688e0f3d17
commit 81998e1dde

View file

@ -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"