From c511c493e3ae5f006721846f812b9e72d79d2008 Mon Sep 17 00:00:00 2001 From: Grey Christoforo Date: Sat, 10 Oct 2020 19:24:07 +0100 Subject: [PATCH] add Pixel C Tablet (#198) * add Pixel C Tablet * add idProduct for Pixel C adb * add pixel 3 recovery id --- 51-android.rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/51-android.rules b/51-android.rules index 1346671..840c0dd 100644 --- a/51-android.rules +++ b/51-android.rules @@ -150,6 +150,11 @@ ATTR{idProduct}=="4ee6", ENV{adb_adb}="yes" ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes" ATTR{idProduct}=="4ee9", ENV{adb_adb}="yes" +# Pixel C Tablet +ATTR{idProduct}=="5201", ENV{adb_fast}="yes" +ATTR{idProduct}=="5203", ENV{adb_adb}="yes" +ATTR{idProduct}=="5208", ENV{adb_adb}="yes" + ATTR{idProduct}=="2d01", ENV{adb_adb}="yes" ATTR{idProduct}=="2d03", ENV{adb_adb}="yes" ATTR{idProduct}=="2d05", ENV{adb_adb}="yes"