mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2024-11-23 07:38:15 -05:00
Merge pull request #47 from GijsTimmers/master
LG K10 2017 (M250N) support
This commit is contained in:
commit
bb1f22d09e
2 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,7 @@ Tested with:
|
||||||
- LG G3 (D855) on 32-bit Windows XP (Python 3.4.4, LG drivers).
|
- LG G3 (D855) on 32-bit Windows XP (Python 3.4.4, LG drivers).
|
||||||
- LG G2 (VS985).
|
- LG G2 (VS985).
|
||||||
- LG G4 (VS986) on Linux (Python 3.5) and Windows.
|
- LG G4 (VS986) on Linux (Python 3.5) and Windows.
|
||||||
|
- LG K10 2017 (M250N) on Linux (Both Python 2.7.13 and Python 3.5.3).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
This tool provides an interactive shell where you can execute commands in
|
This tool provides an interactive shell where you can execute commands in
|
||||||
|
|
|
@ -7,3 +7,6 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="627f", TAG+="uacce
|
||||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="6298", TAG+="uaccess"
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="6298", TAG+="uaccess"
|
||||||
# LG G3 (D852) in download mode
|
# LG G3 (D852) in download mode
|
||||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="633a", TAG+="uaccess"
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="633a", TAG+="uaccess"
|
||||||
|
# LG K10 2017 (M250N) in download mode
|
||||||
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="6000", TAG+="uaccess"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue