浏览代码

Input: s3c2410_ts - restore accidentially dropped s3c24xx ids

Without s3c24xx ids driver doesn't attach on s3c2410 and s3c244x

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Vasily Khoruzhick 15 年之前
父节点
当前提交
03a3f695cb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/input/touchscreen/s3c2410_ts.c

+ 2 - 0
drivers/input/touchscreen/s3c2410_ts.c

@@ -413,6 +413,8 @@ static struct dev_pm_ops s3c_ts_pmops = {
 #endif
 #endif
 
 
 static struct platform_device_id s3cts_driver_ids[] = {
 static struct platform_device_id s3cts_driver_ids[] = {
+	{ "s3c2410-ts", 0 },
+	{ "s3c2440-ts", 0 },
 	{ "s3c64xx-ts", FEAT_PEN_IRQ },
 	{ "s3c64xx-ts", FEAT_PEN_IRQ },
 	{ }
 	{ }
 };
 };