Re: [Linux-usb-users] [linux-usb-devel] partial message via usb serial console

2007-10-29 Thread Greg KH
On Mon, Oct 29, 2007 at 05:21:48PM -0500, Paul B Schroeder wrote: > > > Greg KH wrote: >> On Tue, Oct 23, 2007 at 01:57:59PM -0500, Paul B Schroeder wrote: >>> I'm trying to get console messages from both a typical serial port and >>> via a USB serial device using the io_ti driver. You can see my

Re: [Linux-usb-users] [linux-usb-devel] partial message via usb serial console

2007-10-29 Thread Sarah Sharp
On Mon, Oct 29, 2007 at 05:21:48PM -0500, Paul B Schroeder wrote: > I finally got a chance to play with it a bit, it seems to work if I add > 'CONSOLE=/dev/ttyUSB0' to my kernel command line for init to read that from > the > environment. I shouldn't have to do that though.. It also seems that

Re: [Linux-usb-users] [linux-usb-devel] partial message via usb serial console

2007-10-29 Thread Paul B Schroeder
Greg KH wrote: > On Tue, Oct 23, 2007 at 01:57:59PM -0500, Paul B Schroeder wrote: >> I'm trying to get console messages from both a typical serial port and via a >> USB >> serial device using the io_ti driver. You can see my kernel command line in >> the >> messages below. Using kernel ver

Re: [Linux-usb-users] Does ioctl(USBDEVFS_SUBMITURB) send signal on successful completion?

2007-10-29 Thread Alan Stern
On Mon, 29 Oct 2007, Phil Endecott wrote: > Dear Experts, > > I have a simple user-space driver that uses usbdevfs. > > As I understand it, there is no way to select() on data being available > on an endpoint. So I have one thread per endpoint which does an > ioctl(USBDEVFS_BULK) read. This

[Linux-usb-users] Does ioctl(USBDEVFS_SUBMITURB) send signal on successful completion?

2007-10-29 Thread Phil Endecott
Dear Experts, I have a simple user-space driver that uses usbdevfs. As I understand it, there is no way to select() on data being available on an endpoint. So I have one thread per endpoint which does an ioctl(USBDEVFS_BULK) read. This is fine, until I need to shut down (that part of) the dr