mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 02:43:24 +03:00
google-marlin: Configure USB mode and identifiers
This commit is contained in:
parent
9f3d88f221
commit
3a50138d0b
@ -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";
|
mobile.system.type = "android";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user