On 03/09/2024 18.07, Peter Maydell wrote:
Remove the tsc2005 touchscreen controller, which was only used
by the n800 and n810 machines.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
MAINTAINERS | 1 -
include/hw/input/tsc2xxx.h | 5 -
hw/input/tsc2005.c | 571 -------------------------------------
hw/input/Kconfig | 3 -
hw/input/meson.build | 1 -
hw/input/trace-events | 3 -
6 files changed, 584 deletions(-)
delete mode 100644 hw/input/tsc2005.c
Reviewed-by: Thomas Huth <th...@redhat.com>