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