Re: [linux-usb-devel] Re: [2.6 patch] fixes for ipaq.c

2004-08-30 Thread Al Borchers
David Eriksson wrote: Has anyone added tty_hangup to the usb-serial core yet? Here is a patch you can experiment with. This is for 2.6.9-rc1; it adds calls to tty_hangup on all ports of a usb-serial device that has been disconnected. Not sure if this is what is needed for ipaq or any other purpose

[linux-usb-devel] Re: [2.6 patch] fixes for ipaq.c

2004-08-28 Thread Greg KH
On Sat, Aug 28, 2004 at 04:20:01PM +0200, David Eriksson wrote: > On Sat, 2004-07-24 at 04:05, Greg KH wrote: > > On Thu, Jul 22, 2004 at 04:08:46PM +0530, V Ganesh wrote: > > > hi greg, > > > a couple of fixes to ipaq.c > > > 1. unitialized variable > > > 2. on usb disconnect, hangup tty.

[linux-usb-devel] Re: [2.6 patch] fixes for ipaq.c

2004-08-28 Thread David Eriksson
On Sat, 2004-07-24 at 04:05, Greg KH wrote: > On Thu, Jul 22, 2004 at 04:08:46PM +0530, V Ganesh wrote: > > hi greg, > > a couple of fixes to ipaq.c > > 1. unitialized variable > > 2. on usb disconnect, hangup tty. otherwise pppd does not get the message and > >keeps hanging around. >

[linux-usb-devel] Re: [2.6 patch] fixes for ipaq.c

2004-07-23 Thread Greg KH
On Thu, Jul 22, 2004 at 04:08:46PM +0530, V Ganesh wrote: > hi greg, > a couple of fixes to ipaq.c > 1. unitialized variable > 2. on usb disconnect, hangup tty. otherwise pppd does not get the message and >keeps hanging around. I agree with Pete, this needs to go into the usb-serial co