Hello, I submitted the hid-multitouch backport for BMC # 10887,[1] but there have been no comments on it. Would someone please revies this patch set?
Thanks, Gabriel [1] https://bugs.meego.com/show_bug.cgi?id=10887 On Thursday, March 17, 2011 11:03:25 pm [email protected] wrote: > From: Gabriel M. Beddingfield <[email protected]> > > This patch set backports the hid-multitouch driver from > 2.6.38 to 2.6.37. This includes support for various > PixCir, Hanvon, Cando, Cypress, and Sensing touchscreen > devices. In particular, the Hanvon 10.1 touchscreen > supplied on the iiView M1touch... which ships with MeeGo > under the Indamixx brand. > > The 2.6.38 branch split out several of the multi-touch > functions, adding the header include/linux/mt.h and the > driver drivers/input/input-mt.c. Rather than backport > the entire system, the parts important to the > hid-multitouch driver have been integrated into the > original input.c driver. > > These patches resolve BMC # 10887. > > Benjamin Tissoires (5): > HID: add feature_mapping callback > HID: hid-multitouch: support for PixCir-based panels > HID: hid-multitouch: add support for Cypress TrueTouch > panels HID: hid-mulitouch: add support for the 'Sensing > Win7-TwoFinger' HID: hid-multitouch: minor fixes based > on additional review > > Gabriel M. Beddingfield (3): > input: mt: Add slot get/set value inline functions. > Rename input_mt_create_slots back to > input_mt_init_slots input: mt: Move tracking and pointer > emulation to input-mt > > drivers/hid/Kconfig | 17 ++ > drivers/hid/Makefile | 1 + > drivers/hid/hid-core.c | 5 +- > drivers/hid/hid-ids.h | 6 + > drivers/hid/hid-input.c | 17 +- > drivers/hid/hid-multitouch.c | 515 > ++++++++++++++++++++++++++++++++++++++++++ > drivers/input/input.c | 115 +++++++++- > include/linux/hid.h | 4 + > include/linux/input.h | 31 +++ > 9 files changed, 704 insertions(+), 7 deletions(-) > create mode 100644 drivers/hid/hid-multitouch.c _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
