Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343887
b: refs/heads/master
c: c28eb66
h: refs/heads/master
i:
  343885: f6a99d0
  343883: 58ba8dc
  343879: e121b0f
  343871: 49a07aa
v: v3
  • Loading branch information
David Härdeman authored and Mauro Carvalho Chehab committed Oct 31, 2012
1 parent 352337e commit 7b05ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8f7e91a31fb95c50880c76505b416630c0326d93
refs/heads/master: c28eb66292598f3d5d8c687be7425a80cb2143af
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-picolcd_cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ int picolcd_init_cir(struct picolcd_data *data, struct hid_report *report)

rdev->priv = data;
rdev->driver_type = RC_DRIVER_IR_RAW;
rdev->allowed_protos = RC_TYPE_ALL;
rdev->allowed_protos = RC_BIT_ALL;
rdev->open = picolcd_cir_open;
rdev->close = picolcd_cir_close;
rdev->input_name = data->hdev->name;
Expand Down

0 comments on commit 7b05ac3

Please sign in to comment.