wscons: Move to its own device type
This reduces ifdefs and avoids overloading evdev as something it is not.
This commit is contained in:
parent
684dd61945
commit
0462e9331d
7 changed files with 51 additions and 27 deletions
|
@ -13,6 +13,7 @@ enum seat_device_type {
|
|||
SEAT_DEVICE_TYPE_NORMAL,
|
||||
SEAT_DEVICE_TYPE_EVDEV,
|
||||
SEAT_DEVICE_TYPE_DRM,
|
||||
SEAT_DEVICE_TYPE_WSCONS,
|
||||
};
|
||||
|
||||
struct seat_device {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue