Merge pull request #47 from GijsTimmers/master

LG K10 2017 (M250N) support
This commit is contained in:
Peter Wu 2018-02-13 23:59:29 +01:00 committed by GitHub
commit bb1f22d09e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

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

View file

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