[PATCH BlueZ v0 0/5] HoG Suspend/Resume
From: Claudio Takahasi <hidden>
Date: 2012-08-17 21:08:18
This patch series adds HID Control Point support. This control point allows the report host(BlueZ) to notify the report device(HoG device) when the host is entering or leaving the Suspend Mode. The low power Suspend Mode concept is implementation specific. This proposal adds the support for UPower backend. UPower signals Resuming /Sleeping are used to trigger the control point writing. Claudio Takahasi (5): hog: Adds initial files for suspend support hog: Add UPower Resuming/Suspending watch hog: Add Suspend/Resume callbacks hog: Move HoG device list to manager hog: Add writting Control Point Makefile.am | 3 +- profiles/input/hog_device.c | 73 ++++++++++++++++++++---------- profiles/input/hog_device.h | 9 +++- profiles/input/hog_manager.c | 69 ++++++++++++++++++++++++++++- profiles/input/upower.c | 101 ++++++++++++++++++++++++++++++++++++++++++ profiles/input/upower.h | 29 ++++++++++++ 6 files changed, 254 insertions(+), 30 deletions(-) create mode 100644 profiles/input/upower.c create mode 100644 profiles/input/upower.h -- 1.7.8.6