Re: [PATCH 1/2] usb: serial: option: Add the BroadMobi BM818 card

2019-08-15 Thread Bob Ham
On 15/08/2019 12:49, Johan Hovold wrote: > On Mon, Aug 05, 2019 at 03:44:30PM +0100, Bob Ham wrote: >> On 05/08/2019 12:47, Johan Hovold wrote: >>> On Wed, Jul 24, 2019 at 07:52:26AM -0700, Angus Ainslie (Purism) wrote: >>>> From: Bob Ham >>>> >>&

Re: [PATCH 1/2] usb: serial: option: Add the BroadMobi BM818 card

2019-08-05 Thread Bob Ham
On 05/08/2019 12:47, Johan Hovold wrote: > On Wed, Jul 24, 2019 at 07:52:26AM -0700, Angus Ainslie (Purism) wrote: >> From: Bob Ham >> >> Add a VID:PID for the BroadModi BM818 M.2 card > > Would you mind posting the output of usb-devices (or lsusb -v) for this > d

Re: Oops in xhci_endpoint_reset

2019-07-27 Thread Bob Gleitsmann
rivers/usb/host/xhci.c?? | 21 + ??drivers/usb/host/xhci.h?? |?? 5 + ??3 files changed, 52 insertions(+), 1 deletion(-) On 7/27/19 6:59 AM, Greg KH wrote: > On Fri, Jul 26, 2019 at 11:15:46PM -0400, Bob Gleitsmann wrote: >> Hello, >> >> >>

Re: Oops in xhci_endpoint_reset

2019-07-27 Thread Bob Gleitsmann
I'm working on it,. On 7/27/19 6:59 AM, Greg KH wrote: > On Fri, Jul 26, 2019 at 11:15:46PM -0400, Bob Gleitsmann wrote: >> Hello, >> >> >> I have seen kernel oopses on waking from suspend to memory. I got this >> twice, one dmesg with backtrace attached. T

Oops in xhci_endpoint_reset

2019-07-26 Thread Bob Gleitsmann
earlier kernels. Using Gentoo linux, amd64, but git kernel. Best Wishes, Bob Gleitsmann Oops#1 Part14 <6>[1.091483] sda: sda1 sda2 sda3 <5>[1.091976] sd 2:0:0:0: [sdb] 4096-byte physical blocks <5>[1.093079] sd 1:0:0:0: [sda] Attached SCSI disk <5>[1.093356]

[no subject]

2016-06-29 Thread bob
Hello LKML. I have had a small ASUS usb screen gadget that came with my motherboard. Its been sitting on my desk for about 7 years. Having exhausted my patience waiting for a nifty Linux app to drive it, I wrote one. If you have such a beast and want the app, go to https://github.com/mayorbobst

[PATCH 2/2] hwrng: chaoskey - Fix URB warning due to timeout on Alea

2016-06-03 Thread Bob Ham
: Bob Ham --- drivers/usb/misc/chaoskey.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/usb/misc/chaoskey.c b/drivers/usb/misc/chaoskey.c index 9aef46b..6ddd08a 100644 --- a/drivers/usb/misc/chaoskey.c +++ b/drivers/usb/misc/chaoskey.c @@ -60,7 +60,8

[PATCH 0/2] hwrng: chaoskey - Add support for Araneus Alea I USB RNG

2016-06-03 Thread Bob Ham
Two patches to add support for the Araneus Alea I USB RNG to the chaoskey driver. The first simply includes the Alea I as a device, the second fixes an issue with the timeout on the first read. Bob Ham (2): hwrng: chaoskey - Add support for Araneus Alea I USB RNG hwrng: chaoskey - Fix URB

[PATCH 1/2] hwrng: chaoskey - Add support for Araneus Alea I USB RNG

2016-06-03 Thread Bob Ham
Adds support for the Araneus Alea I USB hardware Random Number Generator which is interfaced with in exactly the same way as the Altus Metrum ChaosKey. We just add the appropriate device ID and modify the config help text. Signed-off-by: Bob Ham --- drivers/usb/misc/Kconfig| 11

Re: [PATCH] hwrng: alea - Add support for Araneus Alea I USB RNG

2016-06-02 Thread Bob Ham
On Thu, 2016-06-02 at 12:43 +0200, Clemens Ladisch wrote: > Bob Ham wrote: > > Adds support for the Araneus Alea I USB hardware Random Number > > Generator. This RNG creates entropy at a high rate, about 100kb/s. > > > > Signed-off-by: Bob Ham > > --- > >

[PATCH] hwrng: alea - Add support for Araneus Alea I USB RNG

2016-06-02 Thread Bob Ham
Adds support for the Araneus Alea I USB hardware Random Number Generator. This RNG creates entropy at a high rate, about 100kb/s. Signed-off-by: Bob Ham --- Just a note about the name of the module, I haven't append "-rng" to the name, like every other module in hw_random

Re: [PATCH v5] musb: blackfin: add bf60x support

2013-02-21 Thread Bob Liu
ping.. On Mon, Feb 4, 2013 at 2:57 PM, Bob Liu wrote: > This patch makes musb can work on blackfin bf60x series soc platform. > Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot of > blackfin specific anomalies anymore. > > Signed-off-by: Bob Liu >

Re: USB3 4K HDD boot

2013-02-12 Thread Bob Lemar
t USB HDD. Do you know who is responsible or experienced with linux starting up process? On Tue, Feb 12, 2013 at 6:51 PM, Greg KH wrote: > On Tue, Feb 12, 2013 at 02:53:46PM +0300, Bob Lemar wrote: >> Hi, guys >> >> I got new SEAGATE Expansion USB 3.0 and want to boot l

[PATCH v5] musb: blackfin: add bf60x support

2013-02-03 Thread Bob Liu
This patch makes musb can work on blackfin bf60x series soc platform. Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot of blackfin specific anomalies anymore. Signed-off-by: Bob Liu --- drivers/usb/musb/Kconfig |2 +- drivers/usb/musb/blackfin.c |

[PATCH 2/2] musb: blackfin: add bf60x support

2013-01-29 Thread Bob Liu
This patch change blackfin.c to support musb for blackfin bf60x series soc platform. Signed-off-by: Bob Liu --- drivers/usb/musb/blackfin.c | 72 +++ 1 file changed, 46 insertions(+), 26 deletions(-) diff --git a/drivers/usb/musb/blackfin.c b/drivers

[PATCH 1/2] musb: framework: add bf60x support

2013-01-29 Thread Bob Liu
This patch makes musb framework can support blackfin bf60x series soc platform. Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot of blackfin specific anomalies anymore. Signed-off-by: Bob Liu --- drivers/usb/musb/Kconfig |2 +- drivers/usb/musb/musb_core.c |

Re: [PATCH v3] musb: blackfin: add bf60x support

2013-01-29 Thread Bob Liu
On Tue, Jan 29, 2013 at 3:50 PM, Felipe Balbi wrote: > Hi, > > On Tue, Jan 29, 2013 at 03:41:39PM +0800, Bob Liu wrote: >> This patch makes musb can work on blackfin bf60x series platform. >> Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot o

[PATCH v3] musb: blackfin: add bf60x support

2013-01-28 Thread Bob Liu
This patch makes musb can work on blackfin bf60x series platform. Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot of blackfin specific anomalies anymore. Signed-off-by: Bob Liu --- drivers/usb/musb/Kconfig |2 +- drivers/usb/musb/blackfin.c |