]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/usb_kbd.c
dm: usb: Add a remove() method for USB keyboards
authorSimon Glass <sjg@chromium.org>
Sun, 3 Jan 2016 20:50:31 +0000 (13:50 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 7 Jan 2016 18:28:03 +0000 (11:28 -0700)
commit8a8348703081098dcd0b3affd5ee432164d2f535
tree3df0c0d40387123c9678dce67c98d10a4e61771d
parent70caa97108d790e5779b347a8530b130df9f000a
dm: usb: Add a remove() method for USB keyboards

At present USB keyboards are not properly removed with driver model. Add the
code to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
common/usb_kbd.c