]> git.karo-electronics.de Git - karo-tx-linux.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)
commit228e4105374cffd5372b1dbdf1f8ec8cf1d964ae
tree9ceb1c17ff362ca6e6dbe004b633aebaec8d25c9
parent294bb2c6178da6334f54bd88aac7dca63fd89b06
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