| 
      
      
      From: <hap...@us...> - 2007-09-17 14:34:40
      
     | 
| Revision: 1326
          http://hackndev.svn.sourceforge.net/hackndev/?rev=1326&view=rev
Author:   happy-slapin
Date:     2007-09-17 07:34:36 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
cleanup: update from hh.org
Modified Paths:
--------------
    linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/i2c-id.h
    linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/leds.h
Modified: linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/i2c-id.h
===================================================================
--- linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/i2c-id.h	2007-09-17 14:11:49 UTC (rev 1325)
+++ linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/i2c-id.h	2007-09-17 14:34:36 UTC (rev 1326)
@@ -159,7 +159,6 @@
 #define I2C_DRIVERID_FSCHER 1046
 #define I2C_DRIVERID_W83L785TS 1047
 #define I2C_DRIVERID_OV7670 1048	/* Omnivision 7670 camera */
-#define I2C_DRIVERID_OV96xx 1050	/* Omnivision 9640, 9650 camera */
 #define I2C_DRIVERID_AK4641 1051
 
 /*
Modified: linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/leds.h
===================================================================
--- linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/leds.h	2007-09-17 14:11:49 UTC (rev 1325)
+++ linux4palm/linux/branches/cleanup-branch-never-commit/include/linux/leds.h	2007-09-17 14:34:36 UTC (rev 1326)
@@ -174,6 +174,20 @@
 #else
 #define ledtrig_ide_activity() do {} while(0)
 #endif
+
+/* For the leds-gpio driver */
+struct gpio_led {
+	const char *name;
+	char *default_trigger;
+	unsigned 	gpio;
+	u8 		active_low;
+};
+
+struct gpio_led_platform_data {
+	int 		num_leds;
+	struct gpio_led *leds;
+};
+
 #if defined(CONFIG_LEDS_TRIGGER_MMC_CARD) || defined(CONFIG_LEDS_TRIGGER_MMC_CARD_MODULE)
 extern void ledtrig_mmc_activity(void);
 #else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |