Hi, Well, the cleanup part of the series has already been applied, so I guess this is just "switch hid-rmi to rmi_core". The series applies on top of Dmitri's synaptics-rmi4 branch However, as mentioned in v1, I'd like to get some testings from actually integrated devices befor we flip the switch for HID. Andrew, Dennis? Function f03 has been tested in the rmi4-smbus, and the attn data API on a test synaptics board. Cheers, Benjamin Andrew Duggan (3): HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4 HID: rmi: Handle all Synaptics touchpads using hid-rmi HID: rmi: Support the Lenovo Thinkpad X1 Tablet dock using hid-rmi Benjamin Tissoires (2): Input: synaptics-rmi4 - allow to add attention data Input: synaptics-rmi4 - store the attn data in the driver Dennis Wassenberg (1): Input: synaptics-rmi4 - F03: grab data passed by transport device Lyude Paul (1): Input: synaptics-rmi4 - add support for F03 drivers/hid/Kconfig | 4 + drivers/hid/hid-core.c | 4 +- drivers/hid/hid-ids.h | 1 + drivers/hid/hid-rmi.c | 974 ++++++---------------------------------- drivers/input/rmi4/Kconfig | 9 + drivers/input/rmi4/Makefile | 1 + drivers/input/rmi4/rmi_bus.c | 3 + drivers/input/rmi4/rmi_driver.c | 50 ++- drivers/input/rmi4/rmi_driver.h | 1 + drivers/input/rmi4/rmi_f03.c | 251 +++++++++++ drivers/input/rmi4/rmi_f11.c | 12 +- drivers/input/rmi4/rmi_f12.c | 43 +- drivers/input/rmi4/rmi_f30.c | 11 +- include/linux/rmi.h | 16 +- 14 files changed, 508 insertions(+), 872 deletions(-) create mode 100644 drivers/input/rmi4/rmi_f03.c -- 2.9.3 -- 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