On Mon, 8 Dec 2008 18:36:43 +0900, Kwangwoo Lee wrote: > From efd6b79f2e0220e41f95e5b6acf5aa4fc0b0339a Mon Sep 17 00:00:00 2001 > From: Kwangwoo Lee <kwangwoo.lee@xxxxxxxxx> > Date: Mon, 8 Dec 2008 18:26:18 +0900 > Subject: [PATCH] input: add tsc2007 based touchscreen driver. > Use swap16() instead of be16_to_cpu() in tsc2007_xfer(). > > Thank you very much for all your comments regaring this driver. > > Signed-off-by: Kwangwoo Lee <kwangwoo.lee@xxxxxxxxx> i2c part: Acked-by: Jean Delvare <khali@xxxxxxxxxxxx> > --- > drivers/input/touchscreen/Kconfig | 9 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/tsc2007.c | 376 +++++++++++++++++++++++++++++++++++ > include/linux/i2c/tsc2007.h | 17 ++ > 4 files changed, 403 insertions(+), 0 deletions(-) > create mode 100644 drivers/input/touchscreen/tsc2007.c > create mode 100644 include/linux/i2c/tsc2007.h > (...) -- Jean Delvare -- 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