Michael Sevakis
|
e847054e63
|
Fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14647 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-09 02:14:32 +00:00 |
|
Michael Sevakis
|
0107dfc827
|
UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14646 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-09 01:59:07 +00:00 |
|
Dave Chapman
|
4bb2eeee3a
|
Add missing files following the C200 commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14641 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 19:49:31 +00:00 |
|
Michael Sevakis
|
f64ebb1c1f
|
Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14639 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 12:20:53 +00:00 |
|
Mark Arigo
|
69b4654ea2
|
Allow the volume keys to be used in lists. Fix the sim buttons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14638 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 03:30:32 +00:00 |
|
Christian Gmeiner
|
db4753e924
|
usb stack: add support for standard request get string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14626 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 07:17:54 +00:00 |
|
Mark Arigo
|
dbc6b4e39a
|
Sansa c200 port. Rockbox works with sound. Several features are disabled including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14625 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 03:28:58 +00:00 |
|
Mark Arigo
|
4f3bcbbb11
|
Move files that will be common to the Sansa e200 and c200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14624 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 03:01:41 +00:00 |
|
Christian Gmeiner
|
2c30bd9245
|
try #2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14622 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 16:16:49 +00:00 |
|
Christian Gmeiner
|
1a8f7c51b3
|
fix usb detection for usb stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14621 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 15:52:49 +00:00 |
|
Michael Sevakis
|
bc35acffd9
|
Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Backer. Works on mine and others' older models without trouble and provides a genuine fix for the garbled display lines issue troubling newer ones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14620 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 07:58:42 +00:00 |
|
Jens Arnold
|
af533820ee
|
More efficient version of the fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14619 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 06:48:33 +00:00 |
|
Jens Arnold
|
fcab061250
|
Hopefully stop the crashes on database init on ARM (and SH1) targets when comment tags using UTF-16 are present.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14618 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 06:27:59 +00:00 |
|
Jens Arnold
|
19d141a3eb
|
Fix USB detection on the Player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14615 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 00:24:28 +00:00 |
|
Christian Gmeiner
|
e267bc722d
|
get experimental usb stack compiling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14613 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 23:29:42 +00:00 |
|
Jonas Häggqvist
|
d8e6b4389f
|
Include some more stuff in the tarballs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14606 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 21:53:33 +00:00 |
|
Robert Kukla
|
3fbd2414af
|
fix sub-string comparison
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14602 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 08:23:12 +00:00 |
|
Dave Chapman
|
1672350378
|
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14600 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 08:03:07 +00:00 |
|
Magnus Holmgren
|
72fafe48b9
|
Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14594 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-03 16:15:08 +00:00 |
|
Jonathan Gordon
|
e73f287b5a
|
Fix FS#7679 - modifying files with dircahce enabled doesnt change the access time/date in dircache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14580 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-02 13:24:51 +00:00 |
|
Nils Wallménius
|
58b9a12216
|
Accept patch in FS#6869 by Justin Foell, increases maximum settable battery capacity to 1200 mAh for ipod color and 4g, closes FS#6422
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14572 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-02 07:31:10 +00:00 |
|
Christian Gmeiner
|
720610bc0e
|
remove unused vars
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14552 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-30 22:26:46 +00:00 |
|
Christian Gmeiner
|
7e7d0dbee6
|
* remove more debug
* 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
|
2007-08-30 22:20:24 +00:00 |
|
Christian Gmeiner
|
649734f5fc
|
remove some debug..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14543 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-30 19:55:36 +00:00 |
|
Christian Gmeiner
|
3a0c78bb76
|
add usb state handling and other small fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14541 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-30 19:23:37 +00:00 |
|
Christian Gmeiner
|
c7b3f8be9b
|
add missing get configuration request handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14530 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 22:04:09 +00:00 |
|
Christian Gmeiner
|
e3bef6728f
|
make USB Command Verifier happy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14526 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 19:13:07 +00:00 |
|
Christian Gmeiner
|
4caf4f96a0
|
if new speed is used speed stop
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14511 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 13:20:48 +00:00 |
|
Christian Gmeiner
|
57c2a5fa5a
|
add support to switch device driver at runtime
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14508 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 11:55:23 +00:00 |
|
Christian Gmeiner
|
17f2dd5c13
|
endpoint address was only set in fs descriptor, but we need it in hs too. Update storage device descriptor dynamic based on dcd
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14507 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 10:14:47 +00:00 |
|
Christian Gmeiner
|
9226ffd351
|
uppps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14503 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 09:17:48 +00:00 |
|
Christian Gmeiner
|
7d4c7f9f28
|
we use only 2 endpoints
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14502 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 09:17:15 +00:00 |
|
Peter D'Hoye
|
52a60df47e
|
code police part two (/me blames his editor)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14500 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 00:47:04 +00:00 |
|
Peter D'Hoye
|
5f59f94554
|
code police part one...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14499 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 00:33:16 +00:00 |
|
Peter D'Hoye
|
c04dd32772
|
Add the define for the usb stack (in comment) on targets that can be used for it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14498 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-29 00:20:01 +00:00 |
|
Peter D'Hoye
|
924e906c27
|
Remove two more warnings when building the usb stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14497 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-28 23:49:03 +00:00 |
|
Peter D'Hoye
|
f2bf042edf
|
Remove a warning when building the stack and add some comment in the ifdef hell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14494 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-28 21:32:28 +00:00 |
|
Christian Gmeiner
|
4474d6827c
|
binding a device driver could fail.. handle this case
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14493 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-28 20:50:41 +00:00 |
|
Christian Gmeiner
|
195ef597f5
|
Add support for full and highspeed in stack and drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14492 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-28 20:29:28 +00:00 |
|
Dave Chapman
|
b016131c00
|
Set svn:keywords
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14485 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 22:12:35 +00:00 |
|
Dave Chapman
|
03745f4ed3
|
Cosmetic changes only - tab, whitespace and brace policing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14484 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 22:07:36 +00:00 |
|
Dave Chapman
|
a6d52a8305
|
Oops, arcotg_udc.h is also needed when HAVE_USBSTACK is enabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14483 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 21:59:57 +00:00 |
|
Dave Chapman
|
0152851fe8
|
Add the new USB code to the source tarballs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14482 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 21:15:37 +00:00 |
|
Dave Chapman
|
9551ae92a5
|
Repair the USB detection on ipods and H10s which was broken by commit 14470. 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
|
2007-08-27 18:21:05 +00:00 |
|
Dave Chapman
|
0f3987ce7f
|
arcotg_udc.c should not have been removed - restore it in the new location for USB drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14479 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 17:55:14 +00:00 |
|
Christian Gmeiner
|
5365535daa
|
fix lang problem and little clean up
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14477 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 17:45:01 +00:00 |
|
Christian Gmeiner
|
0877a1a9f5
|
remove old driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14475 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 17:37:06 +00:00 |
|
Christian Gmeiner
|
863ce442ec
|
green now?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14474 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 16:30:23 +00:00 |
|
Christian Gmeiner
|
f286bdec63
|
fix red and yellow - i hope and double content in some files.. dont ask how this could happen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14473 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 16:26:56 +00:00 |
|
Christian Gmeiner
|
5b68d911ce
|
oops... disable stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14471 a1c6a512-1295-4272-9138-f99709370657
|
2007-08-27 16:06:08 +00:00 |
|