Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331043
b: refs/heads/master
c: aa468cc
h: refs/heads/master
i:
  331041: 79da867
  331039: dfc98a2
v: v3
  • Loading branch information
Jose Alberto Reguero authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent 7588d58 commit facfc11
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: 8f5c997f188bca44121b2be5f39384c2859af6a7
refs/heads/master: aa468cc550ff3e81aef37aca8fdd9a3456ca5f3a
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/dvb-usb/ttusb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static int tt3650_rc_query(struct dvb_usb_device *d)
/* got a "press" event */
st->last_rc_key = (rx[3] << 8) | rx[2];
deb_info("%s: cmd=0x%02x sys=0x%02x\n", __func__, rx[2], rx[3]);
rc_keydown(d->rc_dev, st->last_rc_key, 0);
rc_keydown(d->rc_dev, st->last_rc_key, rx[1]);
} else if (st->last_rc_key) {
rc_keyup(d->rc_dev);
st->last_rc_key = 0;
Expand Down

0 comments on commit facfc11

Please sign in to comment.