diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:07:26 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:40:30 +0100 |
commit | 5255c6a9034805048dd0a0d34a0a4cf944a95130 (patch) | |
tree | a66f3eda77c277f1790eaab51514f699174b3461 /hw/input/trace-events | |
parent | 9475dbee46d5a72ed6a63067816205b77cae36b5 (diff) | |
download | qemu-5255c6a9034805048dd0a0d34a0a4cf944a95130.zip qemu-5255c6a9034805048dd0a0d34a0a4cf944a95130.tar.gz qemu-5255c6a9034805048dd0a0d34a0a4cf944a95130.tar.bz2 |
hw/input: Remove tsc2005 touchscreen controller
Remove the tsc2005 touchscreen controller, which was only used
by the n800 and n810 machines.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240903160751.4100218-29-peter.maydell@linaro.org
Diffstat (limited to 'hw/input/trace-events')
-rw-r--r-- | hw/input/trace-events | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/input/trace-events b/hw/input/trace-events index 29001a8..1484625 100644 --- a/hw/input/trace-events +++ b/hw/input/trace-events @@ -46,9 +46,6 @@ ps2_mouse_reset(void *opaque) "%p" hid_kbd_queue_full(void) "queue full" hid_kbd_queue_empty(void) "queue empty" -# tsc2005.c -tsc2005_sense(const char *state) "touchscreen sense %s" - # virtio-input.c virtio_input_queue_full(void) "queue full" |