Commit aef9f2f7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: added break support for 2 port keyspan devices.

parent e0db43b0
...@@ -521,6 +521,7 @@ static struct usb_serial_device_type keyspan_2port_device = { ...@@ -521,6 +521,7 @@ static struct usb_serial_device_type keyspan_2port_device = {
unthrottle: keyspan_rx_unthrottle, unthrottle: keyspan_rx_unthrottle,
ioctl: keyspan_ioctl, ioctl: keyspan_ioctl,
set_termios: keyspan_set_termios, set_termios: keyspan_set_termios,
break_ctl: keyspan_break_ctl,
attach: keyspan_startup, attach: keyspan_startup,
shutdown: keyspan_shutdown, shutdown: keyspan_shutdown,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment