From: Michael Hennerich Date: Tue, 19 Oct 2010 00:46:03 +0000 (-0700) Subject: Input: adp5588-keys - use more obvious i2c_device_id name string X-Git-Tag: v2.6.37-rc1~135^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d537155a09cd69f309fa31fc8bcc7a4b1d5a9f6c;p=pandora-kernel.git Input: adp5588-keys - use more obvious i2c_device_id name string KBUILD_MODNAME normalizes "-" to "_". This is non-obvious and results in the id name for ADP5588 being "adp5588_keys" while the other supported id is "adp5587-keys". So avoid this define and use an explicit string as the id name. Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed