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

xiaomi-lavender: Enable ADB support

This commit is contained in:
Samuel Dionne-Riel 2021-01-27 21:54:26 -05:00
parent 357496703a
commit d062d8174e

View File

@ -68,7 +68,6 @@
mobile.usb.gadgetfs.functions = {
rndis = "rndis_bam.rndis";
# FIXME: This is likely the right function name, but doesn't work.
# adb = "ffs.usb0";
adb = "ffs.adb";
};
}