From: Chris Bagwell <chris@xxxxxxxxxxxxxx> The 3rd gen Bamboo Pen & Touch tablets support an optional wireless module. This patch set adds support for it. New in v3 - Changed a pointer reset from 0 to NULL and merged Ping's 2 outstanding patches into this set to resolve merge conflicts and dependency issues. New in v2 - I never released a v2 for Bamboo but skipped to avoid confusion with there being a v2 of Ping's 2 patches released seperately. Changes I made to Ping's 2 patches in v2: Move init of touch_max to features table based on review comment. Fixed memory leak in wacom_retrieve_report_data() by moving value to stack. Chris Bagwell (5): Input: wacom - isolate input registration Input: wacom - Bamboo wireless monitor framework Input: wacom - create inputs when wireless connect Input: wacom - wireless Bamboo battery status Input: wacom : Add missing LEDS_CLASS to Kconfig Ping Cheng (2): input : wacom - retrieve maximum number of touch points input: wacom - add 0xE5 (MT device) support drivers/input/tablet/Kconfig | 2 + drivers/input/tablet/wacom.h | 9 + drivers/input/tablet/wacom_sys.c | 305 ++++++++++++++++++++++++++++++-------- drivers/input/tablet/wacom_wac.c | 191 +++++++++++++++++++++--- drivers/input/tablet/wacom_wac.h | 15 ++ 5 files changed, 439 insertions(+), 83 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html