feat: add fastboot Google Pixel 7

With connected Pixel 7 in a fastboot mode, lsusb outputs:
Bus 001 Device 009: ID 18d1:4ee0 Google Inc. Nexus/Pixel Device (fastboot)
This commit is contained in:
Michal Bocek 2024-03-11 21:14:08 +01:00 committed by Gianluca Boiano
parent 32c0d750f7
commit 3fee81ef0b
1 changed files with 1 additions and 0 deletions

View File

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