summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-11-29 07:27:49 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-12-16 10:44:01 +0100
commit4e93db23bf95cd763c9182b5d6187412fe6ce747 (patch)
treef2b219f38e72fe106b4f7bb76d40014534cce75e /tools/perf/scripts/python
parentf7bc8046b33b9fb2e61318f885cc5d94e0a6b805 (diff)
downloadkernel-4e93db23bf95cd763c9182b5d6187412fe6ce747.tar.gz
hid: egalax: Add support for Wetab
The Wetab tablet dual-touch controller works the same way as the one in the Joojoo tablet. This patch adds the Wetab to the list of supported devices, and grabs it accordingly in hid-core. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Cc: Stephane Chatty <chatty@enac.fr> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
tr> 2025-10-27USB: serial: kobil_sct: clean up device type checksJohan Hovold Clean up the driver device type checks by moving logical operators to the previous line and using consistent indentation of continuation lines. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org> 2025-10-27USB: serial: kobil_sct: clean up tiocmset()Johan Hovold Clean up the tiocmset() implementation by simplifying the flag check, dropping some dev_dbg(), logging errors using dev_err() and using a common control message call for both DTR and RTS to make the existing logic easier to follow. Note that the modem control lines are currently only manipulated in this function, which therefore does not require any locking. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org> 2025-10-27USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBICJohan Hovold Asserting or deasserting a modem control line using TIOCMBIS or TIOCMBIC should not deassert any lines that are not in the mask. Fix this long-standing issue dating back to 2003 when the support for these ioctls was added with the introduction of the tiocmset() callback. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Cc: stable@vger.kernel.org Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Johan Hovold <johan@kernel.org> 2024-08-26USB: serial: kobil_sct: restore initial terminal settingsJohan Hovold Commit 6a6c8b362be3 ("usb, kobil: Sort out some bogus tty handling") intended to fix and clean up the device-specific initial terminal settings but instead confused the termios input and local control flags and re-enabled ICRNL and IXON. Drop the bogus masking of l-flags from the default i-flags (which has no effect) and restore the original device-specific i-flags. Fixes: 6a6c8b362be3 ("usb, kobil: Sort out some bogus tty handling") Signed-off-by: Johan Hovold <johan@kernel.org> 2024-08-26USB: serial: drop driver owner initializationKrzysztof Kozlowski Core in usb_serial_register_drivers() already sets the .owner, so driver does not need to. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Johan Hovold <johan@kernel.org>