Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254955
b: refs/heads/master
c: 9824ae4
h: refs/heads/master
i:
  254953: 36873a2
  254951: 2ab395c
v: v3
  • Loading branch information
Rafi Rubin authored and Mauro Carvalho Chehab committed Jul 11, 2011
1 parent d1b5930 commit 4ada848
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: f3e456cb899304bed183247ed3228f7ff855eebd
refs/heads/master: 9824ae4aff2793947ea78c4c8147bb6c59efdcba
2 changes: 1 addition & 1 deletion trunk/drivers/media/rc/mceusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ static struct rc_dev *mceusb_init_rc_dev(struct mceusb_dev *ir)
rc->priv = ir;
rc->driver_type = RC_DRIVER_IR_RAW;
rc->allowed_protos = RC_TYPE_ALL;
rc->timeout = US_TO_NS(1000);
rc->timeout = MS_TO_NS(100);
if (!ir->flags.no_tx) {
rc->s_tx_mask = mceusb_set_tx_mask;
rc->s_tx_carrier = mceusb_set_tx_carrier;
Expand Down

0 comments on commit 4ada848

Please sign in to comment.