Skip to content

Commit eb1725f

Browse files
feat: add Google Pixel Watch 2 (#302)
1 parent 968d1d4 commit eb1725f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

51-android.rules

+3
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ ATTR{idProduct}=="4ee9", GOTO="adbmidi"
208208
# Tensor Pixel phones (Pixel 7/7 pro/6/6A/6 Pro) 4eeb=cdc-ncm; 4eec=cdc-ncm,adb
209209
ATTR{idProduct}=="4eec", GOTO="adbcdc"
210210

211+
# Pixel Watch 2 (4ee0=fastboot 4e11=adb)
212+
ATTR{idProduct}=="4e11", GOTO="adb"
213+
211214
# Pixel C Tablet (5202=mtp 5203=mtp,adb)
212215
ATTR{idProduct}=="5201", GOTO="adbfast"
213216
ATTR{idProduct}=="5203", GOTO="adbmtp"

0 commit comments

Comments
 (0)