1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00

google-marlin: Configure USB mode and identifiers

This commit is contained in:
Samuel Dionne-Riel 2020-01-25 19:42:22 -05:00
parent 9f3d88f221
commit 3a50138d0b

View File

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