This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8747 - Show an "USB Audio" device on plugin instead of an unknown "charging only" device
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Sunday, 16 March 2008, 23:13 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 13:05 GMT+2
Opened by Frank Gevaerts (fg) - Sunday, 16 March 2008, 23:13 GMT+2
Last edited by Alex Parker (BigBambi) - Sunday, 06 June 2010, 13:05 GMT+2
|
DetailsThis patch changes the way rockbox presents itself to the host OS on plugin when connecting in "charging only" mode (i.e. when holding the correct button while pluging in).
The old way was to present a "vendor specific" interface, which causes at least Windows to prompt for drivers (which confuses users despite it being mentioned in the manual). The new way is to present a USB audio device without any host-controllable parts. On linux (at least without gnome or HAL or similar running) it doesn't change much. On Windows XP, the OS doesn't ask for a driver any more, and the only way the user can see it's a USB audio device (and thus maybe get confused) is during one or two seconds while it's shown in the "new hardware found" popup near the taskbar, or using the device manager. I think it is a clean way to achieve a non-interacting device while only charging, but it needs testing on more platforms. |
This task depends upon
One problem though: when using this patch, the SD slot (e200) no longer appears on either linux or windows.
I haven't tested this since a while, just synced with trunk (r17404), but it should still work.