Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
fe95127c45bcb330d54c701b937a497649082a4d
/
firmware
/
events.c
fdd4aef
Make thirty functions static to reduce binary size
by Thomas Jarosch
· 10 years ago
915bc09
Fix stupid typo in 470989b that triggered panics easily.
by Thomas Martitz
· 11 years ago
470989b
events: Rework event subsystem (add_event, send_event) to be more versatile.
by Thomas Martitz
· 11 years ago
d85c3ec
Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar).
by Thomas Martitz
· 15 years ago
774bacc
Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter.
by Thomas Martitz
· 15 years ago
53b7a4e
Raise MAX_SYS_EVENTS to fix FS#10105 (*PANIC* event line full)
by Thomas Martitz
· 16 years ago
9464fdd
Apply FS#9155 (Simplified battery bench). This is a simplification/rework of the current battery bench code. Battery measurements are now done simply once a minute (no more dependency on HDD specific timeouts) and are flushed to disk by using the ata_idle callback instead of polling ata_disk_is_active (this call is removed from the plugin API now) to make the plugin as unobtrusive as possible. This battery bench plugin also works for flash-based targets like sansa e200.
by Bertrik Sikken
· 16 years ago
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
705e703
Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than 10 events that can registered. Should fix FS#9039 - *PANIC* event line full (reproduceable).
by Bertrik Sikken
· 16 years ago
869fbfc
Made events table static and moved MAX_SYS_EVENTS from events.c to events.h to make it private.
by Bertrik Sikken
· 16 years ago
f4eb0ee
Updated panicf in remove_event. Also fixed some comments.
by Bertrik Sikken
· 16 years ago
a67e5d8
It makes more sense for the callback registrar to decide if its a "oneshot" then the callback caller.
by Jonathan Gordon
· 17 years ago
19c6e66
Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also.
by Miika Pekkarinen
· 17 years ago