From 363f59a2799278f45ea8e4413756f1318bad3e24 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 27 Jan 2021 17:57:52 -0500 Subject: [PATCH] google-walleye: Enable ADB support --- devices/google-walleye/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devices/google-walleye/default.nix b/devices/google-walleye/default.nix index 79f4c115..c9603738 100644 --- a/devices/google-walleye/default.nix +++ b/devices/google-walleye/default.nix @@ -65,7 +65,6 @@ mobile.usb.gadgetfs.functions = { rndis = "gsi.rndis"; - # FIXME: This is the right function name, but doesn't work. - # adb = "ffs.usb0"; + adb = "ffs.adb"; }; }