Rob Bradford
d27b99d950
udev-seat: Rename udev_seat to udev_input
...
This is a pure rename of the structure, functions and local variables in
preparation of the separation of the seat from the other udev input
handling.
12 years ago
Rob Bradford
9af5f9e0fe
input: Add a seat name parameter to weston_seat_init
12 years ago
Rob Bradford
f9e9d0d434
udev-seat: Fail input setup only if no devices are found
...
Rather than failing if we cannot open any single device fail the input
setup if there are no input devices added.
https://bugs.freedesktop.org/show_bug.cgi?id=64506
12 years ago
Kristian Høgsberg
e314875d00
input: Merge wl_seat into weston_seat
12 years ago
Kristian Høgsberg
8764466c6b
udev-seat: Simplfy enable/disable interface a bit
...
We always call enable_udev_monitor and add_devices together and always
disable_udev_monitor and remove_devices together. Let's just have one
entry point for enable and one for disable.
12 years ago
Kristian Høgsberg
98cfea6f49
compositor-drm: Move udev_seat to its own file
...
We get to move the input code out of compositor-drm.c and we'll be
able to share it with the fbdev backend.
12 years ago