From 3a50138d0b66813cf84d05dd5bc9796bb407ac1c Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sat, 25 Jan 2020 19:42:22 -0500 Subject: [PATCH] google-marlin: Configure USB mode and identifiers --- devices/google-marlin/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devices/google-marlin/default.nix b/devices/google-marlin/default.nix index a3f73911..77bbcbf2 100644 --- a/devices/google-marlin/default.nix +++ b/devices/google-marlin/default.nix @@ -43,5 +43,11 @@ }; }; + mobile.usb.mode = "android_usb"; + # Google + mobile.usb.idVendor = "18D1"; + # "Pixel" rndis+adb + mobile.usb.idProduct = "4EE4"; + mobile.system.type = "android"; }