mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARGER_CONNECTED and SYS_CHARGER_DISCONNECTED events
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6255 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b853c692e
commit
3d2178148b
8 changed files with 77 additions and 60 deletions
|
@ -43,6 +43,8 @@
|
|||
#define SYS_MMC_EXTRACTED ((SYS_EVENT | ((long)7 << 27)))
|
||||
#define SYS_POWEROFF ((SYS_EVENT | ((long)8 << 27)))
|
||||
#define SYS_FS_CHANGED ((SYS_EVENT | ((long)9 << 27)))
|
||||
#define SYS_CHARGER_CONNECTED ((SYS_EVENT | ((long)10 << 27)))
|
||||
#define SYS_CHARGER_DISCONNECTED ((SYS_EVENT | ((long)11 << 27)))
|
||||
|
||||
struct event
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue