RE: USB host port acts like a signal generator

2013-01-24 Thread Du, Yuyang
@vger.kernel.org Subject: Re: USB host port acts like a signal generator On Thu, Jan 24, 2013 at 02:44:44AM +, Du, Yuyang wrote: > Hi, > > My intent is really special, I don't know whether I missed something, > but all the articles about writing a USB driver do not address my &g

Re: USB host port acts like a signal generator

2013-01-23 Thread Greg KH
On Thu, Jan 24, 2013 at 02:44:44AM +, Du, Yuyang wrote: > Hi, > > My intent is really special, I don't know whether I missed something, > but all the articles about writing a USB driver do not address my > need. > > I want to use the USB port on the host as a signal generator to drive > a USB

Re: USB host port acts like a signal generator

2013-01-23 Thread Xiaofan Chen
On Thu, Jan 24, 2013 at 11:44 AM, Du, Yuyang wrote: > Thanks. > > Millisecond is good for me. Every signal (1 and 0) sent is triggered > by a user program. The period the signal lasts is not so important either. I have doubts whether you can achieve millisecond accuracy with the stock Linux kerne

RE: USB host port acts like a signal generator

2013-01-23 Thread Du, Yuyang
: linux-usb@vger.kernel.org Subject: Re: USB host port acts like a signal generator On Thu, Jan 24, 2013 at 10:44 AM, Du, Yuyang wrote: > My intent is really special, I don't know whether I missed something, > but all the articles about writing a USB driver do not address my > need.

Re: USB host port acts like a signal generator

2013-01-23 Thread Carsten Neumann
On Thursday 24 January 2013, 03:44 "Du, Yuyang" wrote: > Hi, > > My intent is really special, I don't know whether I missed something, but all > the articles about writing a USB driver do not address my need. > > I want to use the USB port on the host as a signal generator to drive a USB > ca

Re: USB host port acts like a signal generator

2013-01-23 Thread Xiaofan Chen
On Thu, Jan 24, 2013 at 10:44 AM, Du, Yuyang wrote: > My intent is really special, I don't know whether I missed > something, but all the articles about writing a USB driver > do not address my need. > > I want to use the USB port on the host as a signal generator to drive a > USB cable (the two d

USB host port acts like a signal generator

2013-01-23 Thread Du, Yuyang
Hi, My intent is really special, I don't know whether I missed something, but all the articles about writing a USB driver do not address my need. I want to use the USB port on the host as a signal generator to drive a USB cable (the two data lines) connected to another device's USB connector. T