From eb1725f9272d0da0db938a8ddd58b30e3f972ad4 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Sun, 3 Dec 2023 20:16:49 +0100 Subject: [PATCH] feat: add Google Pixel Watch 2 (#302) --- 51-android.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/51-android.rules b/51-android.rules index 931bbec..2b6c278 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"