Hi, Here's my first shot for adding support for Logitech Unifying devices. This has been tested and works with at least Logitech K750 keyboards and M705 mouses. I'm planning to add more models supported as I get time and specifications. I've some contacts with Logitech to help me with that.
But first I'd like to know if the current patch is fine enough to be merged.
The following changes since commit fd32f0be0f16b9420bdecd57d4a0cdcfc3882960:
Do not continue to poll if /proc/timer_stats is not readable (2012-10-03
16:20:20 +0100)
are available in the git repository at:
git://people.freedesktop.org/~jdanjou/upower jd/logitech-unifying
for you to fetch changes up to f2993988290fbc9374217eeb83ff21ba04cf167c:
Add support for Logitech Unifying devices (2012-10-30 11:57:44 +0100)
----------------------------------------------------------------
Julien Danjou (1):
Add support for Logitech Unifying devices
libupower-glib/up-device.c | 27 ++
src/linux/Makefile.am | 2 +
src/linux/up-backend.c | 30 +-
src/linux/up-device-unifying.c | 781 +++++++++++++++++++++++++++++++++
src/linux/up-device-unifying.h | 55 +++
src/org.freedesktop.UPower.Device.xml | 10 +
src/up-device.c | 16 +
7 files changed, 910 insertions(+), 11 deletions(-)
create mode 100644 src/linux/up-device-unifying.c
create mode 100644 src/linux/up-device-unifying.h
--
Julien Danjou
;; Free Software hacker & freelance
;; http://julien.danjou.info
pgpvmigET3C8G.pgp
Description: PGP signature
_______________________________________________ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel
