Input: s3c2410_ts - restore accidentially dropped s3c24xx ids
[pandora-kernel.git] / drivers / input / touchscreen / s3c2410_ts.c
index e0b7c83..ac5d0f9 100644 (file)
@@ -413,6 +413,8 @@ static struct dev_pm_ops s3c_ts_pmops = {
 #endif
 
 static struct platform_device_id s3cts_driver_ids[] = {
+       { "s3c2410-ts", 0 },
+       { "s3c2440-ts", 0 },
        { "s3c64xx-ts", FEAT_PEN_IRQ },
        { }
 };