Skip to content

Commit

Permalink
Merge pull request #473 from fox8091/master
Browse files Browse the repository at this point in the history
Add support for Xperia XZ2
  • Loading branch information
bkerler authored Dec 21, 2023
2 parents 97fffcf + 2826074 commit 58342e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Drivers/51-edl.rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666

# Sony EDL
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="9dde", MODE="0666", GROUP="plugdev"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="ade5", MODE="0666", GROUP="plugdev"

# Qualcomm Memory Debug
SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9006", MODE="0666", GROUP="plugdev"
Expand Down
2 changes: 2 additions & 0 deletions edlclient/Config/usb_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
default_ids = [
[0x05c6, 0x9008, -1],
[0x0fce, 0x9dde, -1],
[0x0fce, 0xade5, -1],
[0x05c6, 0x900e, -1],
[0x05c6, 0x9025, -1],
[0x1199, 0x9062, -1],
Expand All @@ -25,6 +26,7 @@
[0x0846, 0x68e2, 2], # Netgear
[0x05C6, 0x9008, -1], # QC EDL
[0x0fce, 0x9dde, -1], # SONY EDL
[0x0fce, 0xade5, -1], # SONY EDL
[0x05C6, 0x676C, 0], # QC Handset
[0x05c6, 0x901d, 0], # QC Android "setprop sys.usb.config diag,adb"
[0x19d2, 0x0016, -1], # ZTE Diag
Expand Down

0 comments on commit 58342e0

Please sign in to comment.