index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rbutil
/
rbutilqt
/
base
/
autodetection.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix crash when detecting a player in MTP mode.
Dominik Riebeling
2014-05-24
*
Use cutelogger for Rockbox Utility internal trace.
Dominik Riebeling
2013-11-04
*
Use function for updating detected device entry.
Dominik Riebeling
2013-09-30
*
Rework autodetection to better handle ambiguous cases.
Dominik Riebeling
2013-09-18
*
Change autodetection result to a list.
Dominik Riebeling
2013-04-09
*
Extend Utils::mountpoints() to allow filtering for supported types.
Dominik Riebeling
2013-04-04
*
Provide dealloc function to sansapatcher.
Dominik Riebeling
2013-01-01
*
Provide dealloc function to ipodpatcher.
Dominik Riebeling
2013-01-01
*
sansapatcher: move sectorbuf pointer into sansa_t structure.
Dominik Riebeling
2013-01-01
*
ipodpatcher: move sectorbuf pointer into ipod_t structure.
Dominik Riebeling
2013-01-01
*
Allow USB IDs to be non-unique.
Dominik Riebeling
2012-10-06
*
Remove svn keyword lines from sources.
Dominik Riebeling
2011-10-19
*
Move some helper functions out of Autodetection.
Dominik Riebeling
2011-07-17
*
Remove Ipod Video 64MB handling.
Dominik Riebeling
2010-09-01
*
Handle device name resolving failures.
Dominik Riebeling
2010-04-27
*
Log failures in mountpoint resolving, log filesystem formats in mountpoints().
Dominik Riebeling
2010-04-25
*
Move utils.cpp functions into separate class and split it up.
Dominik Riebeling
2010-04-02
*
Use the data partition device node when trying to resolve the mountpoint.
Dominik Riebeling
2010-02-27
*
Be more strict when when resolving devices and allow hfs too.
Dominik Riebeling
2010-02-20
*
Recognize and handle MacPods during autodetection.
Dominik Riebeling
2010-02-20
*
rbutil: split RbSettings. use Stable/unstable status from server.
Dominik Wenger
2010-01-24
*
Fix Ipod Video 64MB workaround for rockbox-info.txt detection.
Dominik Riebeling
2009-12-15
*
FS#10100: Wait for the system to remount the player after bootloader installa...
Dominik Riebeling
2009-11-22
*
Fix stupid combination of CnP error and typo.
Dominik Riebeling
2009-11-22
*
OS X uses msdos as filesystem for vfat which is the same OpenBSD does. Fixes ...
Dominik Riebeling
2009-11-22
*
Add special handling for ipodvideo64mb when detecting the player via rockbox-...
Dominik Riebeling
2009-09-25
*
Improve notification about unsupported players.
Dominik Riebeling
2009-08-15
*
Clean up and rename Detect class.
Dominik Riebeling
2009-08-10
*
Simplify and cleanup rockbox-info.txt handling.
Dominik Riebeling
2009-08-10
*
Clean up some debug output, kill some trailing spaces and break some overly l...
Dominik Riebeling
2009-08-08
*
rbutil: make RbSettings a static class. (FS#10183 with improvements)
Dominik Wenger
2009-05-09
*
Bootloader installation for ipod and sansa: override the scanning with the de...
Dominik Riebeling
2009-04-30
*
Refactor USB ID map retrieval from device settings file and minimize duplicat...
Dominik Riebeling
2009-04-16
*
rbutil: create a RockboxInfo class so all rockbox-info.txt handling is in one...
Dominik Wenger
2009-03-21
*
Rename getMountpoints() to mountpoints() to be in line with general (and Qt) ...
Dominik Riebeling
2008-12-13
*
rbutil fixes for OpenBSD (FS#9340 by Brian Waichunas).
Dominik Riebeling
2008-12-13
*
Don't export includes unless needed.
Dominik Riebeling
2008-10-15
*
Separate basic functionality from GUI parts by moving it into a separate fold...
Dominik Riebeling
2008-10-12