feat: add google pixel watch 2

This commit is contained in:
Jarne Demeulemeester 2023-12-02 22:38:34 +01:00
parent 968d1d4a18
commit f8f1367da9
No known key found for this signature in database
GPG Key ID: 1E5C6AFBD622E9F5
1 changed files with 3 additions and 0 deletions

View File

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