Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271876
b: refs/heads/master
c: 44fd0b6
h: refs/heads/master
v: v3
  • Loading branch information
Anssi Hannula authored and Mauro Carvalho Chehab committed Sep 22, 2011
1 parent 0507ddf commit 8c11597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c34516e599d9c00388ab49e88f3e9e38f8fc5346
refs/heads/master: 44fd0b600fbc21de9d771f0a5db79d24b321fce7
4 changes: 2 additions & 2 deletions trunk/drivers/media/rc/ati_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ static void ati_remote_input_init(struct ati_remote *ati_remote)
idev->phys = ati_remote->mouse_phys;

usb_to_input_id(ati_remote->udev, &idev->id);
idev->dev.parent = &ati_remote->udev->dev;
idev->dev.parent = &ati_remote->interface->dev;
}

static void ati_remote_rc_init(struct ati_remote *ati_remote)
Expand All @@ -712,7 +712,7 @@ static void ati_remote_rc_init(struct ati_remote *ati_remote)
rdev->input_phys = ati_remote->rc_phys;

usb_to_input_id(ati_remote->udev, &rdev->input_id);
rdev->dev.parent = &ati_remote->udev->dev;
rdev->dev.parent = &ati_remote->interface->dev;

rdev->map_name = RC_MAP_ATI_X10;
}
Expand Down

0 comments on commit 8c11597

Please sign in to comment.