summaryrefslogtreecommitdiff
path: root/firmware/drivers/usb (follow)
Commit message (Collapse)AuthorAge
* New USB stackBjörn Stenberg2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15758 a1c6a512-1295-4272-9138-f99709370657
* add some informations about this fileChristian Gmeiner2007-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15344 a1c6a512-1295-4272-9138-f99709370657
* make use of register definesChristian Gmeiner2007-09-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14767 a1c6a512-1295-4272-9138-f99709370657
* usb stack code police, fix some warnings and set svn keywords correctlyPeter D'Hoye2007-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14761 a1c6a512-1295-4272-9138-f99709370657
* * implement strstrChristian Gmeiner2007-09-17
| | | | | | | * clean up usb_arcotg_dcd_enable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14740 a1c6a512-1295-4272-9138-f99709370657
* implement usb_arcotg_dcd_disableChristian Gmeiner2007-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14739 a1c6a512-1295-4272-9138-f99709370657
* remove unused varsChristian Gmeiner2007-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14552 a1c6a512-1295-4272-9138-f99709370657
* * remove more debugChristian Gmeiner2007-08-30
| | | | | | | * add basic way to detect IN transfers.. more will follow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14551 a1c6a512-1295-4272-9138-f99709370657
* remove some debug.. Christian Gmeiner2007-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14543 a1c6a512-1295-4272-9138-f99709370657
* add usb state handling and other small fixesChristian Gmeiner2007-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14541 a1c6a512-1295-4272-9138-f99709370657
* if new speed is used speed stopChristian Gmeiner2007-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14511 a1c6a512-1295-4272-9138-f99709370657
* endpoint address was only set in fs descriptor, but we need it in hs too. ↵Christian Gmeiner2007-08-29
| | | | | | Update storage device descriptor dynamic based on dcd git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14507 a1c6a512-1295-4272-9138-f99709370657
* we use only 2 endpointsChristian Gmeiner2007-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14502 a1c6a512-1295-4272-9138-f99709370657
* code police part one...Peter D'Hoye2007-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14499 a1c6a512-1295-4272-9138-f99709370657
* Add support for full and highspeed in stack and drivers.Christian Gmeiner2007-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14492 a1c6a512-1295-4272-9138-f99709370657
* Set svn:keywordsDave Chapman2007-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14485 a1c6a512-1295-4272-9138-f99709370657
* Cosmetic changes only - tab, whitespace and brace policingDave Chapman2007-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14484 a1c6a512-1295-4272-9138-f99709370657
* Repair the USB detection on ipods and H10s which was broken by commit 14470. ↵Dave Chapman2007-08-27
| | | | | | The intention is that when the experimental HAVE_USBSTACK is not defined, the old (pre-14470) code is run. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14481 a1c6a512-1295-4272-9138-f99709370657
* arcotg_udc.c should not have been removed - restore it in the new location ↵Dave Chapman2007-08-27
| | | | | | for USB drivers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14479 a1c6a512-1295-4272-9138-f99709370657
* fix red and yellow - i hope and double content in some files.. dont ask how ↵Christian Gmeiner2007-08-27
| | | | | | this could happen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14473 a1c6a512-1295-4272-9138-f99709370657
* Usb Stack: only setup packet handling, and not enabled by default as there ↵Christian Gmeiner2007-08-27
is a lot to do. * settings code is not fully ready -> changing device driver has no effect * clean ups * check copyriths * find a way to detect IN transfers * support for full and highspeed * ... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14470 a1c6a512-1295-4272-9138-f99709370657