Re: [linux-usb-devel] Re: two questions

2004-01-20 Thread Greg KH
On Sat, Jan 17, 2004 at 08:31:41PM +0100, Klaus Dittrich wrote: > On Sat, Jan 17, 2004 at 11:07:31AM -0800, Greg KH wrote: > > On Sat, Jan 17, 2004 at 08:04:19PM +0100, Klaus Dittrich wrote: > > > Does a usb-serial converter use rts/cts dtr/drs ? > > > > Yes, a number of them do. > > > > > If yes

[linux-usb-devel] Re: two questions

2004-01-17 Thread Klaus Dittrich
On Sat, Jan 17, 2004 at 11:07:31AM -0800, Greg KH wrote: > On Sat, Jan 17, 2004 at 08:04:19PM +0100, Klaus Dittrich wrote: > > Does a usb-serial converter use rts/cts dtr/drs ? > > Yes, a number of them do. > > > If yes is this done in the hardware or by your serial-driver ? > > Both places :) >

[linux-usb-devel] Re: two questions

2004-01-17 Thread Greg KH
On Sat, Jan 17, 2004 at 08:04:19PM +0100, Klaus Dittrich wrote: > Does a usb-serial converter use rts/cts dtr/drs ? Yes, a number of them do. > If yes is this done in the hardware or by your serial-driver ? Both places :) The driver sets it in the device. The device reports it to the driver. H