Re: [IRDA] IRNET: Fix build when TCGETS2 is defined.

2007-11-02 Thread Alan Cox
> > Nothing anywhere in the kernel but the core ioctl code should be > > processing TCGET/TCSET calls. > > > > Just delete them. It will return -ENOIOCTLCMD and the core tty layer will > > process them. > > Ok. One set of patches in testing. For the irda non-tty device its almost impossible to

Re: [IRDA] IRNET: Fix build when TCGETS2 is defined.

2007-11-01 Thread David Miller
From: Alan Cox <[EMAIL PROTECTED]> Date: Thu, 1 Nov 2007 22:32:53 + [ [EMAIL PROTECTED] is not my upstream email address, please don't use it for public discussions, thank you ] > I'll go split the n_tty_ioctl stuff up and sort this cleanly for the > serial ppp and other users as well. Wil

Re: [IRDA] IRNET: Fix build when TCGETS2 is defined.

2007-11-01 Thread David Miller
From: Alan Cox <[EMAIL PROTECTED]> Date: Thu, 1 Nov 2007 22:30:10 + > NO NO NO NO NO NO NO Glad that got your attention, finally... > Line disciplines have no business touching termios ioctls. Especially > wrongly. > > Nothing anywhere in the kernel but the core ioctl code should be > proc

Re: [IRDA] IRNET: Fix build when TCGETS2 is defined.

2007-11-01 Thread Alan Cox
I'll go split the n_tty_ioctl stuff up and sort this cleanly for the serial ppp and other users as well. Will send a patch tomorrow that makes ldisc catching of TCGET/SET calls unneccessary. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

Re: [IRDA] IRNET: Fix build when TCGETS2 is defined.

2007-11-01 Thread Alan Cox
> Parent: 3b582cc14c50f71eabf1c3cada05acb8dc9f457c > Author: David S. Miller <[EMAIL PROTECTED]> > AuthorDate: Thu Nov 1 02:26:38 2007 -0700 > Committer: David S. Miller <[EMAIL PROTECTED]> > CommitDate: Thu Nov 1 02:26:38 2007 -0700 > > [IRDA] IRNET: Fix build when TCGETS2 is de