Skip to content

Commit

Permalink
Add fastboot Google Pixel 7
Browse files Browse the repository at this point in the history
With connected Pixel 7 in a fastboot mode, lsusb outputs:
Bus 001 Device 009: ID 18d1:4ee0 Google Inc. Nexus/Pixel Device (fastboot)
  • Loading branch information
bocekm authored and M0Rf30 committed Mar 11, 2024
1 parent 32c0d75 commit 4815f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ ATTR{idProduct}=="4ee9", GOTO="adbmidi"

# Tensor Pixel phones (Pixel 7/7 pro/6/6A/6 Pro) 4eeb=cdc-ncm; 4eec=cdc-ncm,adb
ATTR{idProduct}=="4eec", GOTO="adbcdc"
ATTR{idProduct}=="4ee0", GOTO="adbfast"

# Pixel Watch 2 (4ee0=fastboot 4e11=adb)
ATTR{idProduct}=="4e11", GOTO="adb"
Expand Down

0 comments on commit 4815f84

Please sign in to comment.