diff options
author | Patrick Boettcher <devnull@localhost> | 2005-04-17 18:08:14 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-04-17 18:08:14 +0000 |
commit | 257c0fe84d1f6bb41efff21aec43f4153f9d26cb (patch) | |
tree | 198b003e0e46f6a43effe8ed6f8375a7a07d1c6c /linux/drivers/media/dvb/dvb-usb/dtt200u.c | |
parent | 4e4da24aa36487071bd874fc63d387258299ceb0 (diff) | |
download | mediapointer-dvb-s2-257c0fe84d1f6bb41efff21aec43f4153f9d26cb.tar.gz mediapointer-dvb-s2-257c0fe84d1f6bb41efff21aec43f4153f9d26cb.tar.bz2 |
enabled remote controls again
nova-t has now real RC5 keys :)
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dtt200u.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dtt200u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dtt200u.c b/linux/drivers/media/dvb/dvb-usb/dtt200u.c index 8827ddb40..ebe6b4ea8 100644 --- a/linux/drivers/media/dvb/dvb-usb/dtt200u.c +++ b/linux/drivers/media/dvb/dvb-usb/dtt200u.c @@ -43,7 +43,7 @@ static int dtt200u_pid_filter(struct dvb_usb_device *d, int index, u16 pid, int /* remote control */ /* key list for the tiny remote control (Yakumo, don't know about the others) */ -struct dvb_usb_nec_rc_key dtt200u_rc_keys[] = { +static struct dvb_usb_nec_rc_key dtt200u_rc_keys[] = { { 0x80, 0x7f, 0x01, KEY_MUTE }, { 0x80, 0x7f, 0x02, KEY_CHANNELDOWN }, { 0x80, 0x7f, 0x03, KEY_VOLUMEDOWN }, |