Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10236 - Fix USB charging only can't be replaced by HID class driver

Attached to Project: Rockbox
Opened by Tomer Shalev (tomers) - Saturday, 23 May 2009, 07:43 GMT+2
Last edited by Frank Gevaerts (fg) - Saturday, 23 May 2009, 14:42 GMT+2
Task Type Patches
Category Drivers
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Version 3.2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

As part of my GSoC project, I works on using the USB HID class driver.
Since this driver is to be used by default, there is no need to have the charging-only class driver, which is in fact just a stub.

We encountered issues trying to disable the charging only driver. This patch fixes the bug which causes it, which is merely a wrongly placed #endif.
   fix_charging_only_cant_be_disabled.diff (0.5 KiB)
 firmware/usbstack/usb_core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This task depends upon

Closed by  Frank Gevaerts (fg)
Saturday, 23 May 2009, 14:42 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed as r21052. Thanks!

Loading...