mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
M66591 Driver: Correct some comments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25227 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b5b2a03ee2
commit
6b7f95289e
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/* This define is primarily intended for testing, using HISPEED all the time
|
/* This define is primarily intended for testing, using HISPEED all the time
|
||||||
* should be acceptable since the defice should down-train if the host does not
|
* should be acceptable since the device should down-train if the host does not
|
||||||
* support HISPEED.
|
* support HISPEED.
|
||||||
*/
|
*/
|
||||||
#define HISPEED
|
#define HISPEED
|
||||||
|
@ -639,7 +639,7 @@ void usb_drv_set_test_mode(int mode) {
|
||||||
M66591_TESTMODE |= mode;
|
M66591_TESTMODE |= mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Request an unused endpoint, support for interrupt endpoints needs addition */
|
/* Request an unused endpoint */
|
||||||
int usb_drv_request_endpoint(int type, int dir) {
|
int usb_drv_request_endpoint(int type, int dir) {
|
||||||
int ep;
|
int ep;
|
||||||
int pipecfg = 0;
|
int pipecfg = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue