From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sat, 12 Sep 2015 17:21:25 +0200 Subject: [U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding In-Reply-To: References: <1441732512-727-1-git-send-email-sjg@chromium.org> <55F43E09.3080006@redhat.com> Message-ID: <55F442F5.80105@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 12-09-15 17:11, Simon Glass wrote: > Were you able to test the driver model USB keyboard support? Yep as said that at least keeps the keyboard working with my test-case, where as before my test case not only made "usb tree" misbehave but also made the keyb no longer work. I do believe we need to think a bit about how to deal with multiple keyboards though (no tested). I realize this is something the old code did not handle either, but that does not mean that it is not something which we should fix while switching to the dm. Regards, Hans