diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2010-03-17 01:43:15 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2010-03-17 01:43:15 +0000 |
| commit | 6b7f95289e8200db4dcd9e124a9e4b51ca58cc2f (patch) | |
| tree | 2d8a4e05a68a3c6022a4956a9f25bb419d9c78ae | |
| parent | b5b2a03ee2257139ca06fc4f29d856f49bf05b5a (diff) | |
| download | rockbox-6b7f95289e8200db4dcd9e124a9e4b51ca58cc2f.zip rockbox-6b7f95289e8200db4dcd9e124a9e4b51ca58cc2f.tar.gz rockbox-6b7f95289e8200db4dcd9e124a9e4b51ca58cc2f.tar.bz2 rockbox-6b7f95289e8200db4dcd9e124a9e4b51ca58cc2f.tar.xz | |
M66591 Driver: Correct some comments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25227 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/m66591.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/m66591.c b/firmware/drivers/m66591.c index f71be3e..a0ef3c3 100644 --- a/firmware/drivers/m66591.c +++ b/firmware/drivers/m66591.c @@ -42,7 +42,7 @@ ******************************************************************************/ /* 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. */ #define HISPEED @@ -639,7 +639,7 @@ void usb_drv_set_test_mode(int 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 ep; int pipecfg = 0; |