Re: [PATCH] nozomi DTR/RTS

2007-09-09 Thread Greg KH
On Fri, Aug 24, 2007 at 12:02:40PM +0200, Eric Lammerts wrote: > Hi, > I noticed that DTR toggling doesn't work with the nozomi driver > (TIOCMBIS/TIOCMBIC ioctls have no effect). This is a nuisance because that > makes it hard to get the modem back in command mode. > > Attached patch adds a tty_

Re: [PATCH] nozomi DTR/RTS

2007-08-24 Thread Alan Cox
> Attached patch adds a tty_ops->tiocmset function that makes it work. > > Should we also rip out the TIOCMBIS/TIOCMBIC handling in ntty_ioctl()? > It doesn't seem to be used anyway. Yes - its bogus. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

[PATCH] nozomi DTR/RTS

2007-08-24 Thread Eric Lammerts
Hi, I noticed that DTR toggling doesn't work with the nozomi driver (TIOCMBIS/TIOCMBIC ioctls have no effect). This is a nuisance because that makes it hard to get the modem back in command mode. Attached patch adds a tty_ops->tiocmset function that makes it work. Should we also rip out the T