summaryrefslogtreecommitdiff
path: root/tools/ipodpatcher/ipodio-posix.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
* Default to 512-byte sectors on POSIX platforms - this allows testing of ↵Dave Chapman2006-12-16
| | | | | | ipodpatcher with a file instead of a real device git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11774 a1c6a512-1295-4272-9138-f99709370657
* Reorganise the ioctl() #ifdefs - this should fix ipodpatcher for BSDDave Chapman2006-12-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11768 a1c6a512-1295-4272-9138-f99709370657
* Sector-size detection on Posix platforms - tested on Linux and Mac OS X. ↵Dave Chapman2006-12-13
| | | | | | Based on patch #6433 by Bryan Childs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11752 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