rockbox/rbutil
Dominik Riebeling f3b56eba58 Handle multiple devices with identical USB IDs correctly when listing.
Use insertMulti() instead of insert() when adding found USB devices to the
list. This means the keys of the list will now be ambiguous. This is not a
problem since the value is only used to display the user a nice string.
Previously we'd loose two identical devices attached to the system since the
second one would overwrite the first.

This does not apply for Windows, since Windows will list each function of a
composite device. This results in a device running Rockbox (with HID enabled)
showing up twice, which isn't wanted.

Change-Id: I1306b71122a210c55871ff8e14d2b5a04012cc4e
2013-09-18 23:37:39 +02:00
..
chinachippatcher chinachippatcher: allow additional CFLAGS from the command line. 2012-02-06 20:24:35 +01:00
e200rpatcher Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
ipodpatcher Fix ipodpatcher on OS X. 2013-04-05 20:03:45 +02:00
mkamsboot mkamsboot: add support for clip zip original firmware 01.01.21 (tested by me) 2013-07-12 22:23:36 +02:00
mkimxboot mkimxboot: fix crash 2013-08-22 17:49:50 +02:00
mkmpioboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
mkrk27boot Cleanup MV/MD macros a little. 2013-08-17 12:18:22 -04:00
mktccboot Make libtools compile rule more generic. 2013-05-11 20:34:11 +02:00
rbutilqt Handle multiple devices with identical USB IDs correctly when listing. 2013-09-18 23:37:39 +02:00
sansapatcher Put resource object into object folder. 2013-04-04 22:42:22 +02:00
tools Add "ipod" mode to bin2c. 2012-04-28 12:05:11 +02:00
libtools.make Treat arch flags separately when building libraries. 2013-06-09 19:43:37 +02:00