Re: driver request

2013-09-26 Thread Greg KH
On Tue, Sep 24, 2013 at 03:19:24PM -0400, Alex MacPherson wrote: > Hello, > > Can you add the startech.com usb to serial adapter to a proper > driver. I am using the command > > sudo modprobe usbserial vendor=0x14b0 product=0x3410 > > It works on my ubuntu 12.04 AMD 64 desktop system but my

driver request

2013-09-24 Thread Alex MacPherson
Hello, Can you add the startech.com usb to serial adapter to a proper driver. I am using the command sudo modprobe usbserial vendor=0x14b0 product=0x3410 It works on my ubuntu 12.04 AMD 64 desktop system but my linux mint 15 netbook AOD270 will not get me to console into my Cisco hardwar

Re: DWC3 Dule Role setting cause dwc3 device driver request IRQ failed

2013-08-09 Thread Felipe Balbi
Hi, On Wed, Aug 07, 2013 at 12:12:59PM +, Wang, Yu Y wrote: > > Hi Balbi, > > Because dwc3 driver request_threaded_irq with flags > IRQF_ONESHOT and IRQF_SHARED. > But xHCI driver will not set IRQF_ONESHOT. Then will met > IRQ request failed if use same IRQ number. can you please fix your e