3 Aug 2012 13:36
pull: evdev and android
Hi Kristian,
here is the reworked series for android evdev input[1]. I will reply to
this email with the patch series, and it can be found in the git
mentioned below.
The main idea is to move udev code from evdev.c into compositor-drm.c.
For that, the generic code in evdev.c is cleaned up from udev and
launcher-util references, and struct evdev_seat is removed. Instead,
there are structs drm_seat and android_seat in the backends.
Evdev input devices are now mentioned in the log, when they are
detected or removed. Miscellaneous patches include bug fixes, more
logging, and fixes for Android build. And of course the evdev support
in the Android backend.
The following changes since commit 0fb797596a03132bca590b2a6847251d136b9e57:
compositor: Use uint32_t for the msecs value consistently (2012-08-02 11:06:44 -0400)
are available in the git repository at:
git://git.collabora.co.uk/git/user/pq/wayland-demos.git for-krh
Pekka Paalanen (20):
evdev: rename device_removed() to evdev_input_device_destroy()
evdev: move device opening out from evdev_input_device_create
evdev: merge evdev-private.h into evdev.h
evdev: change evdev_seat into weston_seat in struct evdev_input_device
evdev: make evdev_led_update independent from struct evdev_seat
evdev: make evdev_notify_keyboard_focus() independent of evdev_seat
(Continue reading)
RSS Feed