Title: [8162] trunk/drivers/input/keyboard: The ADP5587 is quite similar to the ADP5588 but features a greater IO
Revision
8162
Author
hennerich
Date
2010-01-14 12:00:24 -0500 (Thu, 14 Jan 2010)

Log Message

The ADP5587 is quite similar to the ADP5588 but features a greater IO
voltage range and lacks the Dual Light Sensor Interface. This new part
is also supported by this driver.

Modified Paths

Diff

Modified: trunk/drivers/input/keyboard/Kconfig (8161 => 8162)


--- trunk/drivers/input/keyboard/Kconfig	2010-01-14 16:42:45 UTC (rev 8161)
+++ trunk/drivers/input/keyboard/Kconfig	2010-01-14 17:00:24 UTC (rev 8162)
@@ -35,10 +35,10 @@
 	  be called adp5520-keys.
 
 config KEYBOARD_ADP5588
-	tristate "ADP5588 I2C QWERTY Keypad and IO Expander"
+	tristate "ADP5588/87 I2C QWERTY Keypad and IO Expander"
 	depends on I2C
 	help
-	  Say Y here if you want to use a ADP5588 attached to your
+	  Say Y here if you want to use a ADP5588/87 attached to your
 	  system I2C bus.
 
 	  To compile this driver as a module, choose M here: the

Modified: trunk/drivers/input/keyboard/adp5588-keys.c (8161 => 8162)


--- trunk/drivers/input/keyboard/adp5588-keys.c	2010-01-14 16:42:45 UTC (rev 8161)
+++ trunk/drivers/input/keyboard/adp5588-keys.c	2010-01-14 17:00:24 UTC (rev 8162)
@@ -1,6 +1,7 @@
 /*
  * File: drivers/input/keyboard/adp5588_keys.c
- * Description:  keypad driver for ADP5588 I2C QWERTY Keypad and IO Expander
+ * Description:  keypad driver for ADP5588 and ADP5587
+ *		 I2C QWERTY Keypad and IO Expander
  * Bugs: Enter bugs at http://blackfin.uclinux.org/
  *
  * Copyright (C) 2008-2009 Analog Devices Inc.
@@ -327,6 +328,7 @@
 
 static const struct i2c_device_id adp5588_id[] = {
 	{ KBUILD_MODNAME, 0 },
+	{ "adp5587-keys", 0 },
 	{ }
 };
 MODULE_DEVICE_TABLE(i2c, adp5588_id);
@@ -357,5 +359,5 @@
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Michael Hennerich <[email protected]>");
-MODULE_DESCRIPTION("ADP5588 Keypad driver");
+MODULE_DESCRIPTION("ADP5588/87 Keypad driver");
 MODULE_ALIAS("platform:adp5588-keys");
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to