Frank Gevaerts
|
a9afca99a8
|
remove stalls that are optional. This makes osx not crash on disconnect
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16498 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-03 12:38:15 +00:00 |
|
Steve Bavin
|
018de3591c
|
Slightly simpler mechanism to avoid Q_AUDIO_FILL_BUFFER floods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16497 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-03 12:01:29 +00:00 |
|
Dan Everton
|
0466319a75
|
Try and only use the PCM buffer low latency mode in sound settings when we really need to.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16496 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-03 11:06:04 +00:00 |
|
Dan Everton
|
48a79ade6f
|
All references to the hardware equalizer should have be removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16495 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-03 10:58:23 +00:00 |
|
Robert Kukla
|
5c5fef0068
|
m:robe 100: use correct bmp file for chessbox (needs make clean)
also use logical and operator in conditions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16494 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-03 09:28:22 +00:00 |
|
Frank Gevaerts
|
0b4299a82f
|
extra input checking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16493 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 23:34:30 +00:00 |
|
Jens Arnold
|
8493f5bcf6
|
Greyscale library: Preparations for a gamma measurement plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16492 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 23:31:09 +00:00 |
|
Frank Gevaerts
|
8abe9cffe4
|
remove a reundant MIN(), and reduce the buffer. We really don't need 16k for this. It seems to work reliably at full speed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16491 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 22:12:51 +00:00 |
|
Robert Kukla
|
2aa48042e5
|
fix red 2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16490 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 22:00:39 +00:00 |
|
Robert Kukla
|
f3ef9aadcc
|
fix red 1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16489 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 21:40:50 +00:00 |
|
Robert Kukla
|
3e3e1d518e
|
simulator:
- correct colours for m:robe 100 display & screendump
- labelled button on background
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16488 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 21:28:26 +00:00 |
|
Frank Gevaerts
|
793fc3f072
|
add some #ifdefs to gt rid of some unused variable warnings (and their RAM use)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16487 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 21:00:12 +00:00 |
|
Frank Gevaerts
|
776d015cc4
|
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu.
It stops sending data after a while for unknown reasons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16486 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 20:45:33 +00:00 |
|
Frank Gevaerts
|
b3ab788411
|
update the bNumInterfaces field in the configuration descriptor correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16485 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 18:53:52 +00:00 |
|
Frank Gevaerts
|
411b92948a
|
move the ifp7xx usb serial driver files to more specific names, to make the "usb_serial" name available for more general usb class driver use
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16484 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 18:16:24 +00:00 |
|
Jens Arnold
|
e57806acaa
|
Fix svn properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16483 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 17:07:02 +00:00 |
|
Jens Arnold
|
52e1f81599
|
Greyscale library: Assembler optimised update for coldfire, ~73% speedup when using IRAM, ~35% speedup without IRAM. Slight optimisation for other targets as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16482 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 17:05:00 +00:00 |
|
Jens Arnold
|
1509faf618
|
Use IRAM where appropriate when testing framerate, for more realistic results for the greyscale library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16481 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 16:57:14 +00:00 |
|
Robert Kukla
|
ea92e4c2d7
|
m:robe 100: add USB detection
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16480 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 13:07:11 +00:00 |
|
Dominik Wenger
|
c3485867e1
|
rbuti: Ups, revert the Bootloader download URL.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16479 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 12:26:13 +00:00 |
|
Dominik Wenger
|
3c7b060511
|
rbutil: add m:robe100 support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16478 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 12:24:01 +00:00 |
|
Robert Kukla
|
c3e440882c
|
m:robe 100: add correct USB VID and PID
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16477 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 12:08:31 +00:00 |
|
Robert Kukla
|
6b3a493dcd
|
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16476 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 10:37:02 +00:00 |
|
Robert Kukla
|
d3f9dae488
|
mrobe 100: fix graphics for flipit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16475 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 10:20:54 +00:00 |
|
Frank Gevaerts
|
bf03c3cc9d
|
don't do small cleanups just before going to sleep...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16474 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 00:53:24 +00:00 |
|
Frank Gevaerts
|
b879afd600
|
small cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16473 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 00:43:45 +00:00 |
|
Frank Gevaerts
|
014568590d
|
Make it not reboot when plugged into a wall charger with USE_ROCKBOX_USB diabled as well...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16472 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 00:32:20 +00:00 |
|
Frank Gevaerts
|
f18d20ee36
|
Only show the usb screen once a real usb connection is established. In case other threads are slow in acknowledging the SYS_USB_CONNECTED message, tell the OS that the disk is not ready yet (the OS interprets this as "spinning up")
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16471 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-02 00:15:02 +00:00 |
|
Robert Kukla
|
5f1e1a5e5e
|
compile invadrox only for suitable targets (fix red)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16470 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 23:18:32 +00:00 |
|
Robert Kukla
|
d6c8b57b50
|
M:Robe 100: add button definition/bitmaps to plugins and enable compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16469 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 22:55:09 +00:00 |
|
Jens Arnold
|
9876d91e35
|
Minor cleanup and a clarification.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16468 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 21:40:33 +00:00 |
|
Frank Gevaerts
|
5daf9b043a
|
only initialize class drivers that are actually enabled. This is needed for usb-storage because it grabs the audio buffer during usb_storage_init(), which stops playback. It's probably also the right thing to do for other drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16467 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 19:28:09 +00:00 |
|
Peter D'Hoye
|
3c58f5d026
|
code police: add some missing trailing zeroes to remove possible confusion. No functional change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16466 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 17:52:26 +00:00 |
|
Frank Gevaerts
|
7d81e7c866
|
remove the #ifdef CONFIG_CPU == PP5020 around DEV_INIT2 |= INIT_USB. It shouldn't be needed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16465 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 16:33:54 +00:00 |
|
Dominik Riebeling
|
b792c5577c
|
oops, removed a bit too much.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16464 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 13:58:18 +00:00 |
|
Dominik Riebeling
|
c7727da19f
|
httpget class: if a request is cancelled before a response is available give a hint about this instead of returning a nonsense response value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16463 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 13:52:02 +00:00 |
|
Dominik Riebeling
|
05f24a1ec4
|
Fix voicefile / talkfile generation windows not updating the displayed settings if the user used the "change" button.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16462 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 13:42:14 +00:00 |
|
Jens Arnold
|
dfac61e89c
|
Always dump the identify info as big endian for readability and consistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16461 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 10:47:21 +00:00 |
|
Daniel Stenberg
|
b4960653d3
|
removed FAQ, hopelessly outdated and better kept and maintained in the wiki
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16460 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-01 00:36:08 +00:00 |
|
Steve Bavin
|
bda6f573da
|
Fix odd behaviour when rebuffering occurs during playback. This is hopefully the last nail in the coffins of FS#8455 and FS#8513, but I'll let some FLAC and Ogg users be the judge of that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16459 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-29 23:27:55 +00:00 |
|
Frank Gevaerts
|
8865490106
|
Move all pointers to the transfer buffer area into a union. This makes it clear that they are meant to point to the same data, and should make code and RAM usage slightly smaller
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16458 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-29 21:10:31 +00:00 |
|
Frank Gevaerts
|
d8df26abfb
|
return real data on MODE_SENSE. This might fix the mac osx problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16457 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-29 19:25:14 +00:00 |
|
Frank Gevaerts
|
9a6b95f721
|
reset USB controller when entering USB test mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16456 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-29 18:35:21 +00:00 |
|
Frank Gevaerts
|
f712c7ff36
|
fix alignment and packed-ness of USB structs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16455 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-29 18:33:54 +00:00 |
|
Dominik Riebeling
|
d6adda1356
|
Add 2008 to the copyright notice.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16454 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-29 07:29:42 +00:00 |
|
Dominik Riebeling
|
cdfd39e3a1
|
Make sure to create the logger first. Fixes a segfault due to a race with info download process (happened in offline mode)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16453 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-29 07:19:59 +00:00 |
|
Frank Gevaerts
|
1dc9de9432
|
acknowledge USB disconnect. This wasn't always done anymore since the usb_wait_for_disconnect() is gone.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16452 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-28 22:51:39 +00:00 |
|
Frank Gevaerts
|
14e21b207e
|
boost cpu while connected
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16451 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-28 22:44:55 +00:00 |
|
Michael Sevakis
|
f38274f2f9
|
Use a safe way to get pcm buffer track change notifications to the audio thread.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16450 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-28 22:37:46 +00:00 |
|
Frank Gevaerts
|
daf3ddc70d
|
don't call usb_wait_for_disconnect() in the sd thread. The usb storage driver uses the sd driver, and wants to know about changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16449 a1c6a512-1295-4272-9138-f99709370657
|
2008-02-28 22:37:02 +00:00 |
|