From a9d566ff15e0c7678d6ccf3d60b925abe2a9acc5 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Thu, 17 Jan 2013 23:34:49 +0100 Subject: [PATCH] carl9170 firmware: USB_MODESWITCH depends on USB_STANDARD_CMDS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit usb.c:170:13: error: ‘usb_reset_eps’ defined but not used Signed-off-by: Christian Lamparter --- carlfw/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carlfw/Kconfig b/carlfw/Kconfig index 09445c4..656fcdb 100644 --- a/carlfw/Kconfig +++ b/carlfw/Kconfig @@ -190,7 +190,7 @@ config CARL9170FW_UNUSABLE config CARL9170FW_USB_MODESWITCH def_bool n prompt "USB 1.1 / 2.0 switching support" - depends on CARL9170FW_BROKEN_FEATURES + depends on CARL9170FW_BROKEN_FEATURES && CARL9170FW_USB_STANDARD_CMDS ---help--- Mostly implemented, but untested and some serious doubts remain. -- 2.31.1