aboutsummaryrefslogtreecommitdiff
path: root/libmpio/defs.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-09Remove CVS $Id:'sLars-Dominik Braun1-2/+0
2009-05-09Really drop kernel moduleLars-Dominik Braun1-1/+0
2006-01-21 * changed version to 0.7.1-pre3germeier1-24/+25
* (hopefully) fixed signedness hell, should fix problems with 64 bit machines
2004-05-30added Roberts MMC code (step 1)germeier1-1/+11
2004-04-23don't dump core if internal memory is not availablegermeier1-1/+2
2004-04-19several debug messages clean upsgermeier1-5/+1
removed #ifdefs HAVE_USB (is mandatory!) added #ifdefs USE_KMODULE (is deprecated but can still be used) added hotplug infrastructure changed version to 0.7.1-pre1
2004-01-13added infos for FY100germeier1-4/+5
2003-10-19added support for the new internal chipgermeier1-4/+33
added support for libusb if the kernel driver is not available
2003-09-22added Johns patch to support the VirginPulse VP-01 playergermeier1-2/+4
assume VirginPulse VP-02 player is a FL100 clone small fix
2003-07-24initial handling of the new SmartMedia chipgermeier1-1/+4
2003-07-15follow up fix for the broken internal FAT fixgermeier1-1/+3
added FTYPE_BROKEN
2003-06-26added support for font file handlinggermeier1-2/+2
- added command font_upload to mpiosh - restore font file after a format
2003-04-27libmpio: changed license from GPL to LGPLgermeier1-23/+21
2003-04-27fixed some C code "things" found with "paranoia" CFLAGS settingsgermeier1-5/+5
2003-04-23restructuring part 2crunchy1-0/+334
2003-04-23start restructuringcrunchy1-334/+0
2003-04-19added ID3 rewriting supportgermeier1-2/+8
2003-04-18implemented "health" function. this is UNTESTED!germeier1-3/+16
2003-04-11small error messages changesgermeier1-1/+3
2003-04-11timestamp generation fixes as suggested by Sebastiangermeier1-1/+3
8.3 generation fixes for "MPIO RECORD" directory
2003-04-06initial support for directoriesgermeier1-5/+29
BEWARE: this might have broken some things!!!
2003-04-04promote size to WORD so we can support 256MB playersgermeier1-2/+2
2003-03-15BEWARE: Changes to support models with 4 internal chips.germeier1-2/+2
This is untested!!
2003-03-11added code the recognize new MPIO models (FD100/FL100/FY100),germeier1-2/+5
no idea how to handle them, yet!
2002-11-13changed default charset from ASCII to ISO-8859-15germeier1-1/+3
make charset configurable through config file
2002-10-27added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT)germeier1-2/+7
another 8.3 fix :-(
2002-10-26make libmpio header files C++ compliantgermeier1-1/+9
2002-09-28reading support on external memory should now be correct.germeier1-4/+15
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-3/+4
actually use mpio_filetype_t to tag files during writing of internal memory writing of Config.dat does work now (though it needs some code in mpiosh)
2002-09-23read spare area from external memory toogermeier1-1/+17
display progress for internal and external memory a few code clean ups and checks renamed debug_memory to dump_memory and dump more memory areas now a lot of little changes and updates
2002-09-20small fixes to mpiosh/callback.cgermeier1-5/+6
added code to identify DMG+ (assumed, but should be correct)
2002-09-19added error handing functionscrunchy1-1/+6
2002-09-18bug fix for mput; removed compiler warnings; better return values on errorcrunchy1-9/+10
2002-09-15Fixed model2externalmem function and added command, commentssalmoon1-5/+8
2002-09-15added model identificationgermeier1-4/+24
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory
2002-09-11updated writing support to support mpio_fatentry_tgermeier1-1/+2
2002-09-03first part of "design" fixesgermeier1-7/+25
reading support changed to mpio_fatentry_t support for writing and deleting deactivated
2002-08-28Initial revisionsalmoon1-0/+192