On Tue, Jun 13, 2017 at 12:19 PM, Greg KH <gre...@linuxfoundation.org> wrote: > On Tue, Jun 13, 2017 at 09:52:12AM +0300, Tal Shorer wrote: >> The user can issue USB_F_GET_LINE_CODING to get the current line coding >> as set by the host (or the default if unset yet). >> >> Signed-off-by: Tal Shorer <tal.sho...@gmail.com> >> --- >> Documentation/ioctl/ioctl-number.txt | 1 + >> drivers/usb/gadget/function/f_acm.c | 19 +++++++++++++++++++ >> include/uapi/linux/usb/f_acm.h | 12 ++++++++++++ > > Where is this ioctl being called? On the tty device? If so, which one? > The gadget driver's tty device node? Or somewhere else? On an acm ttyGS* fd, yes. > > confused at the different levels here, sorry. > > greg k-h
- [PATCH v2 0/8] Allow f_acm gadgets to notify the user about Set... Tal Shorer
- [PATCH v2 2/8] usb: gadget: u_serial: propagate poll() to ... Tal Shorer
- [PATCH v2 4/8] usb: gadget: u_serial: propagate ioctl() to... Tal Shorer
- [PATCH v2 7/8] usb: gadget: f_acm: notify the user on SetL... Tal Shorer
- [PATCH v2 5/8] usb: gadget: f_acm: initialize port_line_co... Tal Shorer
- [PATCH v2 3/8] usb: gadget: f_acm: validate set_line_codin... Tal Shorer
- [PATCH v2 6/8] usb: gadget: f_acm: add an ioctl to get the... Tal Shorer
- Re: [PATCH v2 6/8] usb: gadget: f_acm: add an ioctl to... Greg KH
- Re: [PATCH v2 6/8] usb: gadget: f_acm: add an ioct... Tal Shorer
- [PATCH v2 8/8] usb: gadget: u_serial: remove port_line_con... Tal Shorer
- [PATCH v2 1/8] tty: add a poll() callback in struct tty_op... Tal Shorer