1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 20:21:32 +03:00

motorola-surfna: Enable ADB support

This commit is contained in:
Samuel Dionne-Riel 2021-01-27 21:53:16 -05:00
parent 363f59a279
commit 594c8eb7dd

View File

@ -50,5 +50,6 @@
mobile.usb.gadgetfs.functions = {
rndis = "rndis_bam.rndis";
adb = "ffs.adb";
};
}