Fix USB ID retrieval on Windows 7.
commit728fb7b7ae7f3300c65ade28f92303ebe30b4ce1
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sun, 25 Jul 2010 19:25:38 +0000 (25 19:25 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sun, 25 Jul 2010 19:25:38 +0000 (25 19:25 +0000)
tree9154c8be0aaf7b50f9e1ad3e64c8e8bb9925f4bb
parent5298c39d24201d2d0fac28eb37cf5d738a4eb74c
Fix USB ID retrieval on Windows 7.

The device string containing the USB IDs differs in casing on Windows 7
so always convert to upper case before scanning the string.  Use
DEVICEDESC instead of LOCATION_INFORMATION for the user visible device
string as the latter doesn't show anything useful to the user on W7, at
least for the devices I've tried. Unfortunately DEVICEDESC is less
descriptive than the previously used.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27561 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/base/system.cpp