diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2008-12-25 01:46:16 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2008-12-25 01:46:16 +0000 |
| commit | 70e9c7aed361787a404c4856211ddf53127fca9a (patch) | |
| tree | 3072967cf3ed2779acf939e150694ef437cbad2d /apps/settings.h | |
| parent | f921f74873a1439cf4e25b87192b31c079863924 (diff) | |
| download | rockbox-70e9c7aed361787a404c4856211ddf53127fca9a.zip rockbox-70e9c7aed361787a404c4856211ddf53127fca9a.tar.gz rockbox-70e9c7aed361787a404c4856211ddf53127fca9a.tar.bz2 rockbox-70e9c7aed361787a404c4856211ddf53127fca9a.tar.xz | |
Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tamas. Adds preliminary support for numerous accessories that use the ipod serial port on the dock connector. See IpodAccessories for a list of tested devices.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19585 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index b011787..f9b3239 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -488,6 +488,9 @@ struct user_settings bool peak_meter_clipcounter; /* clipping count indicator */ #endif bool car_adapter_mode; /* 0=off 1=on */ +#ifdef IPOD_ACCESSORY_PROTOCOL + int serial_bitrate; /* 0=auto 1=9600 2=19200 3=38400 4=57600 */ +#endif #ifdef HAVE_ACCESSORY_SUPPLY bool accessory_supply; /* 0=off 1=on, accessory power supply for iPod */ #endif |