]> git.baikalelectronics.ru Git - kernel.git/commit
USB: pl2303: add line-status quirk for Siemens phones
authorJohan Hovold <jhovold@gmail.com>
Sun, 29 Dec 2013 18:23:05 +0000 (19:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:31:47 +0000 (12:31 -0800)
commit4018980deec6199c6ef4c7384e61f8baa3f0d437
tree9ceb1c17ff362ca6e6dbe004b633aebaec8d25c9
parent7cf6f5d0058a777fc231a75e80ab1a0c7b074bee
USB: pl2303: add line-status quirk for Siemens phones

Implement line-status handling for Siemens phones as a quirk rather than
spreading such information all over the driver by matching on vendor and
and product ids.

Note that the SIEMENS_PRODUCT_ID_EF81, which was added after the
line-status handling for the other Siemens phones was fixed, might also
need this quirk.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/pl2303.c