forked from len0rd/rockbox
Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the headphones
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11057 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f960e405f
commit
537c7546f9
15 changed files with 220 additions and 2 deletions
|
|
@ -46,6 +46,8 @@
|
|||
#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)))
|
||||
#define SYS_PHONE_PLUGGED ((SYS_EVENT | ((long)12 << 27)))
|
||||
#define SYS_PHONE_UNPLUGGED ((SYS_EVENT | ((long)13 << 27)))
|
||||
|
||||
struct event
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue