Skip to content

Commit

Permalink
feat: add product ID for CDC-NCM+ADB for Tensor Pixels (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namelesswonder authored Aug 31, 2022
1 parent 3b7b6bb commit a565217
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 @@ -159,6 +159,9 @@ ATTR{idProduct}=="4ee6", ENV{adb_adb}="yes"
ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes"
ATTR{idProduct}=="4ee9", ENV{adb_adb}="yes"

# Tensor Pixel phones (Pixel 6/6A/6 Pro) 4eeb=cdc-ncm; 4eec=cdc-ncm,adb
ATTR{idProduct}=="4eec", ENV{adb_adb}="yes"

# Pixel C Tablet
ATTR{idProduct}=="5201", ENV{adb_adbfast}="yes"
ATTR{idProduct}=="5203", ENV{adb_adb}="yes"
Expand Down

0 comments on commit a565217

Please sign in to comment.