Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242181
b: refs/heads/master
c: dc8e2aa
h: refs/heads/master
i:
  242179: 4f95775
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent 9bcc4eb commit 1014e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 6e5b960176980852187b6f0bafa3db78130be42f
refs/heads/master: dc8e2aa3b5a6c13baa77709bcaa2e7e483d9d006
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/hdpvr/hdpvr-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ struct i2c_client *hdpvr_register_ir_rx_i2c(struct hdpvr_device *dev)
init_data->internal_get_key_func = IR_KBD_GET_KEY_HAUP_XVR;
init_data->type = RC_TYPE_RC5;
init_data->name = "HD-PVR";
init_data->polling_interval = 405; /* ms, duplicated from Windows */
hdpvr_ir_rx_i2c_board_info.platform_data = init_data;

return i2c_new_device(&dev->i2c_adapter, &hdpvr_ir_rx_i2c_board_info);
Expand Down Expand Up @@ -191,7 +192,7 @@ static struct i2c_adapter hdpvr_i2c_adapter_template = {

static int hdpvr_activate_ir(struct hdpvr_device *dev)
{
char buffer[8];
char buffer[2];

mutex_lock(&dev->i2c_mutex);

Expand Down

0 comments on commit 1014e01

Please sign in to comment.