Re: [PATCH v2 1/2] USB: serial: ark3116: Remove unused TIOCSSERIAL ioctl case.

2018-01-09 Thread Johan Hovold
On Tue, Jan 09, 2018 at 12:45:30AM +0300, Mikhail Zaytsev wrote: > On Mon, 8 Jan 2018 16:28:58 +0100 Johan Hovold wrote: > > > On Mon, Jan 08, 2018 at 11:33:32AM +0100, Oliver Neukum wrote: > > > Am Samstag, den 06.01.2018, 20:14 +0300 schrieb Mikhail Zaytsev: > > > > The patch removes unused T

Re: [PATCH v2 1/2] USB: serial: ark3116: Remove unused TIOCSSERIAL ioctl case.

2018-01-08 Thread Mikhail Zaytsev
On Mon, 8 Jan 2018 16:28:58 +0100 Johan Hovold wrote: > On Mon, Jan 08, 2018 at 11:33:32AM +0100, Oliver Neukum wrote: > > Am Samstag, den 06.01.2018, 20:14 +0300 schrieb Mikhail Zaytsev: > > > The patch removes unused TIOCSSERIAL ioctl case and adds the default block > > > to the switch. This

Re: [PATCH v2 1/2] USB: serial: ark3116: Remove unused TIOCSSERIAL ioctl case.

2018-01-08 Thread Johan Hovold
On Mon, Jan 08, 2018 at 11:33:32AM +0100, Oliver Neukum wrote: > Am Samstag, den 06.01.2018, 20:14 +0300 schrieb Mikhail Zaytsev: > > The patch removes unused TIOCSSERIAL ioctl case and adds the default block > > to the switch. This will make the ioctl return -ENOTTY to user space (e.g. > > setseri

Re: [PATCH v2 1/2] USB: serial: ark3116: Remove unused TIOCSSERIAL ioctl case.

2018-01-08 Thread Oliver Neukum
Am Samstag, den 06.01.2018, 20:14 +0300 schrieb Mikhail Zaytsev: > The patch removes unused TIOCSSERIAL ioctl case and adds the default block > to the switch. This will make the ioctl return -ENOTTY to user space (e.g. > setserial), because TIOCSSERIAL really isn't supported for these devices > cur

[PATCH v2 1/2] USB: serial: ark3116: Remove unused TIOCSSERIAL ioctl case.

2018-01-06 Thread Mikhail Zaytsev
The patch removes unused TIOCSSERIAL ioctl case and adds the default block to the switch. This will make the ioctl return -ENOTTY to user space (e.g. setserial), because TIOCSSERIAL really isn't supported for these devices currently. Signed-off-by: Mikhail Zaytsev --- drivers/usb/serial/ark3116.