mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2024-11-27 09:35:46 -05:00
add LS990 (Spring LG G3) to udev rules
This commit is contained in:
parent
034e751d0b
commit
c23f7d6b14
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# /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 (LS990) in download mode
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="633a", TAG+="uaccess"
|
||||
# LG G3 (VS985) in download mode
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="627f", TAG+="uaccess"
|
||||
# LG G4 (VS986) in download mode
|
||||
|
|
Loading…
Reference in a new issue