summaryrefslogtreecommitdiff
path: root/tools/ipodpatcher/ipodio-win32.c (follow)
Commit message (Collapse)AuthorAge
* Move ipodpatcher into rbutil directoryDave Chapman2007-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12263 a1c6a512-1295-4272-9138-f99709370657
* Update (C) date to 2007Dave Chapman2007-02-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12205 a1c6a512-1295-4272-9138-f99709370657
* Mainly internal changes to create a struct ipod_t instead of passing lots of ↵Dave Chapman2007-02-04
| | | | | | parameters to all the functions. Also adds (untested) 3G support, plus a --write-firmware-bin option (requested by IPL people to write a kernel directly to the firmware partition). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12190 a1c6a512-1295-4272-9138-f99709370657
* Add a simple --scan option which tests all disks from 0 to 25 to see if they ↵Dave Chapman2006-12-17
| | | | | | look like an ipod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11792 a1c6a512-1295-4272-9138-f99709370657
* Fix a problem when compiling with Dev-C++ - thanks to Paul LoudenDave Chapman2006-12-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11766 a1c6a512-1295-4272-9138-f99709370657
* Bugfix - when opening a device as read/write, one should open a device as ↵Dave Chapman2006-12-14
| | | | | | read/write. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11763 a1c6a512-1295-4272-9138-f99709370657
* Work-in-progress towards a cross-platform ipodpatcher which will edit the ↵Dave Chapman2006-12-13
firmware partition directly, incorporating the ipod_fw.c functionality. Tested successfully on win32 and Linux but it only lists the contents of the firmware partition at the moment - no actual reading or writing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11748 a1c6a512-1295-4272-9138-f99709370657