forked from len0rd/rockbox
Remote control now sends both key-down and key-up events
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2476 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
943292b6cb
commit
d0b5f9613c
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ static void button_tick(void)
|
||||||
if(btn)
|
if(btn)
|
||||||
{
|
{
|
||||||
queue_post(&button_queue, btn, NULL);
|
queue_post(&button_queue, btn, NULL);
|
||||||
|
queue_post(&button_queue, btn | BUTTON_REL, NULL);
|
||||||
backlight_on();
|
backlight_on();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue