diff --git a/[refs] b/[refs] index e2fb3067e6d2..f9f1ec348cc5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f5c997f188bca44121b2be5f39384c2859af6a7 +refs/heads/master: aa468cc550ff3e81aef37aca8fdd9a3456ca5f3a diff --git a/trunk/drivers/media/usb/dvb-usb/ttusb2.c b/trunk/drivers/media/usb/dvb-usb/ttusb2.c index e53a1061cb8e..6a50cdea3bce 100644 --- a/trunk/drivers/media/usb/dvb-usb/ttusb2.c +++ b/trunk/drivers/media/usb/dvb-usb/ttusb2.c @@ -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;