From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 3 Jan 2016 22:22:37 +0100 Subject: [U-Boot] [PATCH 3/3] dm: usb: Add a remove() method for USB keyboards In-Reply-To: <1451854231-20916-3-git-send-email-sjg@chromium.org> References: <1451854231-20916-1-git-send-email-sjg@chromium.org> <1451854231-20916-3-git-send-email-sjg@chromium.org> Message-ID: <201601032222.37283.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday, January 03, 2016 at 09:50:31 PM, Simon Glass wrote: > At present USB keyboards are not properly removed with driver model. Add > the code to handle this. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut Best regards, Marek Vasut