diff options
author | Manoel Pinheiro <pinusdtv@hotmail.com> | 2011-05-07 03:49:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:52:23 -0300 |
commit | 147b68cd7e093ea576280a2961734a74ee7e7090 (patch) | |
tree | d4743b71809f562fa74adc23d2fbfe41797e619b /security | |
parent | 9e8fa0e644a3ccb1b5807e4155c1c7a73793b371 (diff) | |
download | blackbird-op-linux-147b68cd7e093ea576280a2961734a74ee7e7090.tar.gz blackbird-op-linux-147b68cd7e093ea576280a2961734a74ee7e7090.zip |
[media] dvb-usb.h function rc5_scan
The function "rc5_scan" in "dvb_usb.h" is returning invalid value.
The value should be returned "u16" but is returning "u8".
See example below in "drivers/media/dvb/dvb-usb/opera1.c":
send_key = (send_key & 0xffff) | 0x0100;
for (i = 0; i < ARRAY_SIZE(rc_map_opera1_table); i++) {
if (rc5_scan(&rc_map_opera1_table[i]) == (send_key & 0xffff)) {
*state = REMOTE_KEY_PRESSED;
*event = rc_map_opera1_table[i].keycode;
opst->last_key_pressed =
rc_map_opera1_table[i].keycode;
break;
}
opst->last_key_pressed = 0;
}
Signed-off-by: Manoel Pinheiro <pinusdtv@hotmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions