From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasily Khoruzhick Subject: [PATCH] s3c2410_ts: restore s3c24xx ids Date: Thu, 27 May 2010 12:10:03 +0300 Message-ID: <1274951403-8954-1-git-send-email-anarsoul@gmail.com> Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:62890 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756732Ab0E0JNp (ORCPT ); Thu, 27 May 2010 05:13:45 -0400 Received: by fxm5 with SMTP id 5so5315217fxm.19 for ; Thu, 27 May 2010 02:13:43 -0700 (PDT) Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-input@vger.kernel.org, Dmitry Torokhov , Ben Dooks Cc: Vasily Khoruzhick Without s3c24xx ids driver doesn't attach on s3c2410 and s3c244x Signed-off-by: Vasily Khoruzhick Acked-by: Ben Dooks --- drivers/input/touchscreen/s3c2410_ts.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c index e0b7c83..ac5d0f9 100644 --- a/drivers/input/touchscreen/s3c2410_ts.c +++ b/drivers/input/touchscreen/s3c2410_ts.c @@ -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 }, { } }; -- 1.7.1