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:
Karl Kurbjun 2010-03-17 01:43:15 +00:00
parent b5b2a03ee2
commit 6b7f95289e

View file

@ -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;