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 /include/hw/input | |
| parent | 9475dbee46d5a72ed6a63067816205b77cae36b5 (diff) | |
| download | focaccia-qemu-5255c6a9034805048dd0a0d34a0a4cf944a95130.tar.gz focaccia-qemu-5255c6a9034805048dd0a0d34a0a4cf944a95130.zip | |
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 'include/hw/input')
| -rw-r--r-- | include/hw/input/tsc2xxx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hw/input/tsc2xxx.h b/include/hw/input/tsc2xxx.h index 00eca17674..dcd4fa7fae 100644 --- a/include/hw/input/tsc2xxx.h +++ b/include/hw/input/tsc2xxx.h @@ -33,9 +33,4 @@ uint32_t tsc210x_txrx(void *opaque, uint32_t value, int len); void tsc210x_set_transform(uWireSlave *chip, const MouseTransformInfo *info); void tsc210x_key_event(uWireSlave *chip, int key, int down); -/* tsc2005.c */ -void *tsc2005_init(qemu_irq pintdav); -uint32_t tsc2005_txrx(void *opaque, uint32_t value, int len); -void tsc2005_set_transform(void *opaque, const MouseTransformInfo *info); - #endif |