summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* * configure.ac: properly detect newer libsgutils (the so name wasChristophe Fergeau2008-07-091-0/+1
| | | | | | | changed) * tools/ipod-scsi-inquiry.c: add missing include Based on a patch from Dan HorĂ¡k (dan@danny.cz) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2045 f01d2545-417e-4e96-918e-98f8d0dbbcb6
* Add missing #include unistd.hChristophe Fergeau2008-05-241-0/+3
| | | git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1975 f01d2545-417e-4e96-918e-98f8d0dbbcb6
* * tools/hal-callout.c: (mount_ipod): use g_get_tmp_dir instead ofChristophe Fergeau2007-11-081-2/+1
| | | | | hardcoding /tmp git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1763 f01d2545-417e-4e96-918e-98f8d0dbbcb6
* * tools/hal-callout.c (mount_ipod): fix bug that preventedJorg Schuler2007-11-072-2/+34
| | | | | | | | | | | creation of the SysInfoExtended file if it hadn't already existed. Add copyright header. * tools/ipod-scsi-inquiry.c: added project name to the copyright header. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1762 f01d2545-417e-4e96-918e-98f8d0dbbcb6
* * configure.ac:Christophe Fergeau2007-11-065-75/+232
| | | | | | | | | | | * tools/20-libgpod-sysinfo-extended.fdi: * tools/Makefile.am: * tools/hal-callout.c: * tools/ipod-scsi-inquiry.c: * tools/read-sysinfoextended-sgutils.c: add hal callout which automatically write SysinfoExtended to iPods when they are plugged if it's properly installed git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1760 f01d2545-417e-4e96-918e-98f8d0dbbcb6
* * tools/read-sysinfoextended-sgutils.c: (main): use g_build_filenameChristophe Fergeau2007-09-281-2/+1
| | | | | | instead of itdb_resolve_filename since the latter will fail if SysInfoExtended does not already exist git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1706 f01d2545-417e-4e96-918e-98f8d0dbbcb6
* 2007-09-27 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2007-09-272-0/+161
* configure.ac: build tool to generate the iPod SysInfoExtended file if sgutils is detected * Makefile.am: * tools/ * tools/Makefile.am: changes to optionally build the sgutils-based tool * tools/read-sysinfoextended-sgutils.c: (do_sg_inquiry), (read_sysinfo_extended), (main): new file, reads the SysInfoExtended file from the iPod using SCSI queries git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1703 f01d2545-417e-4e96-918e-98f8d0dbbcb6