- 5a98ad2 format() (and its alias vuprintf) return values are uncheck -> void by Rafaël Carré · 14 years ago
- d343bbe Allow e200 to compile without HAVE_RECORDING by Frank Gevaerts · 14 years ago
- bd43690 Simplify unnecessary baroque preprocessor condition a bit by Frank Gevaerts · 14 years ago
- b0351c7 Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both set by Frank Gevaerts · 14 years ago
- f6912d3 Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHT by Frank Gevaerts · 14 years ago
- 520baf0 usb_drv_reset() is only used in usb-drv-arc.c by Rafaël Carré · 14 years ago
- 1285935 button driver: make repeat timings be centiseconds and not ticks by Rafaël Carré · 14 years ago
- 5028eaa AMS USBv2: use OF settings for undocumented register by Rafaël Carré · 14 years ago
- 409c157 Fix beast, forgot the asm label when renaming. by Thomas Martitz · 14 years ago
- 637bb2e Also rename cpucache_invalidate() function for mips. There's more in the target tree of mips which I have overlooked yesterday. by Thomas Martitz · 14 years ago
- 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
- cec7c99 Forgot to rename cpucache_flush/_invalidate for PP502x. by Thomas Martitz · 14 years ago
- ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
- f09499f Change sd-as3525*.c to the new cache coherency function names. by Thomas Martitz · 14 years ago
- dd5dd8c Rename cache coherency functions. by Thomas Martitz · 14 years ago
- ca0e95a USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type() by Rafaël Carré · 14 years ago
- f1adafc USB AMSv2: split handle_ep_int() by Rafaël Carré · 14 years ago
- 5aa5de5 USB AMSv2: smaller struct usb_endpoint by Rafaël Carré · 14 years ago
- 8e0ff81 USB AMSv2: only read endpoint interrupt status register once by Rafaël Carré · 14 years ago
- 1752dfd usb-drv-as3525v2.c: cosmetics (remove trailing spaces) by Rafaël Carré · 14 years ago
- 29276be USB AMSv2: Reduce the size of (in/out)_ep_list by Rafaël Carré · 14 years ago
- 24cd51a USB AMSv2: simplify FOR_EACH* macros by Rafaël Carré · 14 years ago
- e526681 USB AMSv2: use status == -1 to signal errors by Rafaël Carré · 14 years ago
- d2871ff usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the define by Rafaël Carré · 14 years ago
- 8c4f83e USB AMSv2: cosmetics by Rafaël Carré · 14 years ago
- dbea731 USB AMSv2: update endpoint->len on transfer by Rafaël Carré · 14 years ago
- 9503e6e as3525v2 usb: define USB_HAS_BULK by Rafaël Carré · 14 years ago
- be24bee usb-drv-as3525v2: use dump_dcache_range() by Rafaël Carré · 14 years ago
- b72237a usb-drv-as3525v2: fixes by Rafaël Carré · 14 years ago
- 03d391d as3525v2-usb: don't disable data transfers ! by Amaury Pouly · 14 years ago
- f140930 as3525v2-usb: fix red and fix stupid typo about endpoint status by Amaury Pouly · 14 years ago
- f20d11c as3525v2-usb: all control operations are working, there is a problem with UMS: the IN transfer to respond to inquiry does not start, resulting in not lun being detected by Amaury Pouly · 14 years ago
- 025112f as3525v2-usb: by Amaury Pouly · 14 years ago
- aca255e gigabeats: remove inline from extern functions by Rafaël Carré · 14 years ago
- 2ac5153 AMS: make dma_disable_channel() not inline by Rafaël Carré · 14 years ago
- 9b49175 debug-as3525.c : fix include, remove comment by Rafaël Carré · 14 years ago
- 336cec2 Fix set_serial_descriptor() for targets with as3543 by Rafaël Carré · 14 years ago
- 5d4b13b Slightly reorganise the FAT driver to ensure that no more than one sector buffer is ever allocated on the stack simultaneously. Fixes FS#11433 by Frank Gevaerts · 14 years ago
- 9940663 Fix sdl application build by Thomas Martitz · 14 years ago
- c196da2 FS#11597 : decrease FCLK frequency when unboosted by Rafaël Carré · 14 years ago
- 173044d revert r27991 by Rafaël Carré · 14 years ago
- bf0e907 powermgmt.h: include config.h by Rafaël Carré · 14 years ago
- e93ba5a Clipv1: update CHARGER_TOTAL_TIMER by Rafaël Carré · 14 years ago
- c576e4a Clipv1: draw 150mA from the charger, like Clipv2/+ by Rafaël Carré · 14 years ago
- 4e739b4 USB AMSv2: fix bit position in DCFG register by Rafaël Carré · 14 years ago
- f3da8d0 as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't protected #undef of USB_NUM_ENDPOINTS by Amaury Pouly · 14 years ago
- e09a085 as3525v2: by Amaury Pouly · 14 years ago
- 97ed213 Fix typo by Thomas Martitz · 14 years ago
- f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
- 8ec5113 Android: Fix two warnings by Thomas Martitz · 14 years ago
- f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
- a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
- 4ada1ee Fix database by Thomas Martitz · 14 years ago
- eac36d5 struct DIR -> DIR, should fix most if not all reds. by Thomas Martitz · 14 years ago
- dc8ad86 Android: Enable software tone controls by Thomas Martitz · 14 years ago
- 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
- 8e0a0ba Revert an accidentaly change to debug.h that prevent simulator+debug build by Amaury Pouly · 14 years ago
- a1cf4ce Unify 32mb and 64mb ipod video builds - FS#11580 by Frank Gevaerts · 14 years ago
- b9201e3 include lcd.h , forgotten in r27957 by Rafaël Carré · 14 years ago
- 67cf859 AMS: update the LCD on system exception to be sure the content is up to date by Rafaël Carré · 14 years ago
- 1477aca typo in r27953 spotted by kugel: s/long/ssize_t/ by Rafaël Carré · 14 years ago
- 640c410 format: supports %zd (ssize_t) and %zu (ssize_t) by Rafaël Carré · 14 years ago
- a1997c1 Change lc_open_from_mem() return type to void* by Thomas Martitz · 14 years ago
- 8aa175b ipodvideo: detect ram size at boot (doesn't actually get USED yet) by Torne Wuff · 14 years ago
- bc4b536 firmware/ : use lcd_putsf() (only in debug code) by Rafaël Carré · 14 years ago
- 71b2d28 jz4740 debug: use lcd_putsf() instead of redefining it by Rafaël Carré · 14 years ago
- 73f2735 fix r27921 : lcd_putsxyf() for charcell by Rafaël Carré · 14 years ago
- 0f063b7 Implement lcd(_remote)_putsxyf() and export to plugins by Rafaël Carré · 14 years ago
- 63c1769 AMSv2: remove a bunch of panicf() in SD driver by Rafaël Carré · 14 years ago
- a290ce4 tcc77x targets: various minor cleanups by Bertrik Sikken · 14 years ago
- cf8f526 change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font glyph buffer < font header by Fred Bauer · 14 years ago
- aaa864e close file when cached font load fails by Fred Bauer · 14 years ago
- edb2875 limit font_cache preloading to cache capacity by Fred Bauer · 14 years ago
- b16afb4 Fix checkwps. by Thomas Martitz · 14 years ago
- 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
- 194174a 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
- 97d2a6e Revert "Introduce a small api for loading code (codecs,plugins) from disk/memory." by Thomas Martitz · 14 years ago
- 73f057b Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
- aaa1636 Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back" by Jonathan Gordon · 14 years ago
- faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
- 26de96c typo in r27876 by Rafaël Carré · 14 years ago
- e20fb32 usb-drv-as3525: only give physical addresses to USB HW by Rafaël Carré · 14 years ago
- 8de2af7 sd-as3525*: use AS3525_PHYSICAL_ADDR by Rafaël Carré · 14 years ago
- 3478bc5 mips is predefined by gcc, but we want it for paths. Don't let others fall into this trap again. Use __mips instead by Thomas Martitz · 14 years ago
- aea21cd ipod fm remote: some static/const fixes from FS #11266 by me by Bertrik Sikken · 14 years ago
- 8d5f159 Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G. by Marcin Bukat · 14 years ago
- 1994df6 Read glyph cache in disk order to speed up loading - FS#11168 by Fred Bauer by Frank Gevaerts · 14 years ago
- 2c24a67 Some Nano2G FTL cosmetics by Michael Sparmann · 14 years ago
- 0a08089 iPod 1st Gen: Fix battery ADC not working due to the EABI compiler optimizing the delay loops away. Use udelay() instead, not wasting CPU time when the CPU is not boosted. by Jens Arnold · 14 years ago
- 43ccc1e Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same settings as on iPod 3rd Gen. by Jens Arnold · 14 years ago
- 65c4fc2 Sansa AMSv2: don't prevent USB detection to work when rockbox USB stack is used by Rafaël Carré · 14 years ago
- b73d15e Sansa AMSv2: enable PLLB and use it to generate a more accurate PCM frequency (playback rate error improves from 1.1% to 0.04%) - FS #10906 by me. by Bertrik Sikken · 14 years ago
- aa0973d Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/write, 2. Make sure all error return codes are negative. by Michael Sparmann · 14 years ago
- 322fdaa AMSv2: don't reboot on USB plug by Rafaël Carré · 14 years ago
- 5068891 Android port: simplify sending touch events from Java->C by Maurus Cuelenaere · 14 years ago
- 934a5a5 Android port: add support for hardware keys by Maurus Cuelenaere · 14 years ago
- 87409a2 Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. by Thomas Martitz · 14 years ago
- 0e2286f Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. by Thomas Martitz · 14 years ago
- c65a8e0 emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and return proper error codes instead of panicing in a lot of error cases. by Michael Sparmann · 14 years ago
- b4d6d1e emBIOS backports part three: Make the NAND flash driver return more useful error codes if initialization fails. by Michael Sparmann · 14 years ago