Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14862
b: refs/heads/master
c: 769e243
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Dec 1, 2005
1 parent 434380a commit ca2b62c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f502b8a7858ecfa7d2a0762f7663b8b3d0808fc
refs/heads/master: 769e24382dd47434dfda681f360868c4acd8b6e2
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx25840/cx25840-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ static int cx25840_command(struct i2c_client *client, unsigned int cmd,

/* ----------------------------------------------------------------------- */

struct i2c_driver i2c_driver_cx25840;
static struct i2c_driver i2c_driver_cx25840;

static int cx25840_detect_client(struct i2c_adapter *adapter, int address,
int kind)
Expand Down Expand Up @@ -807,7 +807,7 @@ static int cx25840_detach_client(struct i2c_client *client)

/* ----------------------------------------------------------------------- */

struct i2c_driver i2c_driver_cx25840 = {
static struct i2c_driver i2c_driver_cx25840 = {
.name = "cx25840",

.id = I2C_DRIVERID_CX25840,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ir-kbd-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static int ir_probe(struct i2c_adapter *adap);

static struct i2c_driver driver = {
.name = "ir remote kbd driver",
.id = I2C_DRIVERID_EXP3, /* FIXME */
.id = I2C_DRIVERID_I2C_IR,
.flags = I2C_DF_NOTIFY,
.attach_adapter = ir_probe,
.detach_client = ir_detach,
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/saa7127.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static const struct i2c_reg_value saa7127_init_config_60hz[] = {
};

#define SAA7127_50HZ_DAC_CONTROL 0x02
struct i2c_reg_value saa7127_init_config_50hz[] = {
static struct i2c_reg_value saa7127_init_config_50hz[] = {
{ SAA7127_REG_BURST_START, 0x21 },
/* BURST_END is also used as a chip ID in saa7127_detect_client */
{ SAA7127_REG_BURST_END, 0x1d },
Expand Down Expand Up @@ -696,7 +696,7 @@ static int saa7127_command(struct i2c_client *client,

/* ----------------------------------------------------------------------- */

struct i2c_driver i2c_driver_saa7127;
static struct i2c_driver i2c_driver_saa7127;

/* ----------------------------------------------------------------------- */

Expand Down Expand Up @@ -818,7 +818,7 @@ static int saa7127_detach(struct i2c_client *client)

/* ----------------------------------------------------------------------- */

struct i2c_driver i2c_driver_saa7127 = {
static struct i2c_driver i2c_driver_saa7127 = {
.name = "saa7127",
.id = I2C_DRIVERID_SAA7127,
.flags = I2C_DF_NOTIFY,
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/i2c-id.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
#define I2C_DRIVERID_SAA7127 72 /* saa7124 video encoder */
#define I2C_DRIVERID_SAA711X 73 /* saa711x video encoders */
#define I2C_DRIVERID_AKITAIOEXP 74 /* IO Expander on Sharp SL-C1000 */
#define I2C_DRIVERID_I2C_IR 75 /* I2C InfraRed on Video boards */

#define I2C_DRIVERID_EXP0 0xF0 /* experimental use id's */
#define I2C_DRIVERID_EXP1 0xF1
Expand Down

0 comments on commit ca2b62c

Please sign in to comment.