summaryrefslogtreecommitdiff
path: root/tools/ipodpatcher/ipodio-posix.c (follow)
Commit message (Collapse)AuthorAge
* 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