Re: Fixing low-speed USB keyboard detection

2020-03-01 Thread Soeren Moch
Hi Stefan, please do not top-post. On 29.02.20 13:42, Stefan wrote: > Hello Soeren! > > It will take me some time to prepare a proper patch, I just found the > documentation of your patman tool. I am using Guix and created a package > definition for U-Boot with these three fixes using regexp su

Re: Fixing low-speed USB keyboard detection

2020-02-29 Thread Stefan
Hello Soeren! It will take me some time to prepare a proper patch, I just found the documentation of your patman tool. I am using Guix and created a package definition for U-Boot with these three fixes using regexp substitutions. My time is quite limited for this weekend. I guess that you would

Re: Fixing low-speed USB keyboard detection

2020-02-29 Thread Soeren Moch
On 29.02.20 00:46, Marek Vasut wrote: > On 2/26/20 12:04 PM, Soeren Moch wrote: >> Adding Marek as USB maintainer. Otherwise this non-patch-email may get >> lost when sent to the mailing list only. > Well, can you send these as proper patches ? Well, I can try to make a proposal for patches. But

Re: Fixing low-speed USB keyboard detection

2020-02-28 Thread Marek Vasut
On 2/26/20 12:04 PM, Soeren Moch wrote: > Adding Marek as USB maintainer. Otherwise this non-patch-email may get > lost when sent to the mailing list only. Well, can you send these as proper patches ? > Soeren > > On 25.02.20 18:45, Stefan wrote: >> Hello! >> >> I own a D-Link DBT-120 Bluetooth

Re: Fixing low-speed USB keyboard detection

2020-02-26 Thread Soeren Moch
Adding Marek as USB maintainer. Otherwise this non-patch-email may get lost when sent to the mailing list only. Soeren On 25.02.20 18:45, Stefan wrote: > Hello! > > I own a D-Link DBT-120 Bluetooth Adapter, which has a CSR firmware running in > a so called “HID proxy mode”. This firmware pretend

Fixing low-speed USB keyboard detection

2020-02-25 Thread Stefan
Hello! I own a D-Link DBT-120 Bluetooth Adapter, which has a CSR firmware running in a so called “HID proxy mode”. This firmware pretends to be a USB keyboard (and mouse) and thus allows to use a Bluetooth keyboard in U-Boot. Unfortunately it acts as a low-speed device and there seems to be som