Skip to content

Commit

Permalink
feat: add Google Pixel Watch 2 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester authored Dec 3, 2023
1 parent 968d1d4 commit eb1725f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ 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"

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

# Pixel C Tablet (5202=mtp 5203=mtp,adb)
ATTR{idProduct}=="5201", GOTO="adbfast"
ATTR{idProduct}=="5203", GOTO="adbmtp"
Expand Down

0 comments on commit eb1725f

Please sign in to comment.