From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 01 May 2014 11:09:55 -0600 Subject: [U-Boot] [PATCH] ums: respect CONFIG_USB_CABLE_CHECK In-Reply-To: <201405010721.28001.marex@denx.de> References: <1398892235-9350-1-git-send-email-swarren@wwwdotorg.org> <201405010721.28001.marex@denx.de> Message-ID: <53627FE3.1060901@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/30/2014 11:21 PM, Marek Vasut wrote: > On Wednesday, April 30, 2014 at 11:10:35 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> Not all boards support usb_cable_connected(). CONFIG_USB_CABLE_CHECK is >> used elsewhere to indicate whether a board does support that function. >> Enhance cmd_usb_mass_storage.c to honor that config variable. ... > Please look at: > [PATCH v5 03/12] usb: dfu: fix boards wo USB cable detection > > Does this work for you instead ? Yes, it does. Please consider that patch, Tested-by: Stephen Warren