mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2024-12-11 00:02:27 -05:00
d26f0717a9
The udev rules and Wireshark dissector still have idProduct hardcoded for the time being, but lglaf.py detection logic is converted to use heuristics instead. Thanks to @invisiblek for testing and providing lsusb output.
5 lines
272 B
Text
5 lines
272 B
Text
# /etc/udev/rules.d/42-usb-lglaf.rules
|
|
# LG G3 (D855) in download mode
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="633e", TAG+="uaccess"
|
|
# LG G3 (VS985) in download mode
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1004", ATTRS{idProduct}=="627f", TAG+="uaccess"
|