[PATCH 3/4] Added I2C IDs for OLPC XO's Display Controller (DCON).

Greg KH gregkh at suse.de
Thu Feb 25 15:19:08 UTC 2010


On Thu, Feb 25, 2010 at 02:34:40PM +0800, Raymond Lai wrote:
> From: Raymond Lai <airwave at cinderella.(none)>
> 
> The IDs are from OLPC's kernel source tree.
> 
> Signed-off-by: Raymond Lai <airwave209gt at gmail.com>
> ---
>  include/linux/i2c-id.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
> index c9087de..96ed845 100644
> --- a/include/linux/i2c-id.h
> +++ b/include/linux/i2c-id.h
> @@ -37,6 +37,7 @@
>  #define I2C_DRIVERID_TVAUDIO    29      /* Generic TV sound driver      */
>  #define I2C_DRIVERID_SAA711X	73	/* saa711x video encoders	*/
>  #define I2C_DRIVERID_INFRARED	75	/* I2C InfraRed on Video boards */
> +#define	I2C_DRIVERID_DCON	89	/* OLPC XO-1 DCON */

Tab instead of a space :(

>  /*
>   * ---- Adapter types ----------------------------------------------------
> @@ -59,6 +60,7 @@
>  
>  /* --- SMBus only adapters						*/
>  #define I2C_HW_SMBUS_W9968CF	0x04000d
> +#define I2C_HW_SMBUS_SCX200     0x04000b

Spaces instead of a tab.

Hey, at least you were consistantly wrong :)

thanks,

greg k-h



More information about the devel mailing list