projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2740e1b
)
Platform: x86: chromeos_laptop - Rename setup_lumpy_tp to setup_cyapa_smbus_tp
author
Benson Leung
<bleung@chromium.org>
Fri, 1 Feb 2013 22:34:43 +0000
(14:34 -0800)
committer
Matthew Garrett
<matthew.garrett@nebula.com>
Wed, 27 Feb 2013 13:30:38 +0000
(08:30 -0500)
The Cypress trackpad on smbus is used on other systems
as well. Lets make the name more generic.
Signed-off-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/chromeos_laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/chromeos_laptop.c
b/drivers/platform/x86/chromeos_laptop.c
index a8329c3a9d0d9bf707ca12340b99d37936309084..6440d2250ba92b0c2c09feff4109159acbf92dfc 100644
(file)
--- a/
drivers/platform/x86/chromeos_laptop.c
+++ b/
drivers/platform/x86/chromeos_laptop.c
@@
-145,7
+145,7
@@
static struct i2c_client __init *add_smbus_device(const char *name,
addr_list);
}
-static int __init setup_
lumpy
_tp(const struct dmi_system_id *id)
+static int __init setup_
cyapa_smbus
_tp(const struct dmi_system_id *id)
{
/* add cyapa touchpad on smbus */
tp = add_smbus_device("trackpad", &cyapa_device);
@@
-166,7
+166,7
@@
static struct dmi_system_id __initdata chromeos_laptop_dmi_table[] = {
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG"),
DMI_MATCH(DMI_PRODUCT_NAME, "Lumpy"),
},
- .callback = setup_
lumpy
_tp,
+ .callback = setup_
cyapa_smbus
_tp,
},
{
.ident = "Samsung Series 5 550 - Light Sensor",