r4059 - branches/src/target/kernel/2.6.24.x/patches

werner at sita.openmoko.org werner at sita.openmoko.org
Wed Feb 13 02:54:48 CET 2008


Author: werner
Date: 2008-02-13 02:54:46 +0100 (Wed, 13 Feb 2008)
New Revision: 4059

Modified:
   branches/src/target/kernel/2.6.24.x/patches/pcf50633.patch
Log:
pcf50633.patch:
- drivers/i2c/chips/pcf50633.c (pcf50633_detect): don't use "marketing name" to
  identify the driver



Modified: branches/src/target/kernel/2.6.24.x/patches/pcf50633.patch
===================================================================
--- branches/src/target/kernel/2.6.24.x/patches/pcf50633.patch	2008-02-13 01:43:45 UTC (rev 4058)
+++ branches/src/target/kernel/2.6.24.x/patches/pcf50633.patch	2008-02-13 01:54:46 UTC (rev 4059)
@@ -1505,7 +1505,7 @@
 +	if (!data->input_dev)
 +		goto exit_sysfs;
 +
-+	data->input_dev->name = "FIC Neo1973 PMU events";
++	data->input_dev->name = "GTA02 PMU events";
 +	data->input_dev->phys = "FIXME";
 +	data->input_dev->id.bustype = BUS_I2C;
 +	data->input_dev->cdev.dev = &new_client->dev;





More information about the commitlog mailing list