2009-10-20 |
gevaerts | compile checkwps with -Wall, to avoid accidentally...
|
commit | commitdiff | tree |
2009-10-19 |
gevaerts | Change control handling to start expecting host packets...
|
commit | commitdiff | tree |
2009-10-18 |
gevaerts | Also filter lines with only spaces in apps/features...
|
commit | commitdiff | tree |
2009-10-11 |
gevaerts | Make sure to use $(CFLAGS) to get all defines when...
|
commit | commitdiff | tree |
2009-10-07 |
gevaerts | Also build database.c using SIM settings, in an attempt...
|
commit | commitdiff | tree |
2009-10-07 |
gevaerts | Make the database tool buildable from configure.
|
commit | commitdiff | tree |
2009-10-07 |
gevaerts | don't use crosscompiler options when compiling host...
|
commit | commitdiff | tree |
2009-10-07 |
gevaerts | SRC is for sources, not objects
|
commit | commitdiff | tree |
2009-10-01 |
gevaerts | get rid of one hardcoded 512. SECTOR_SIZE is still...
|
commit | commitdiff | tree |
2009-09-11 |
gevaerts | Increase skin buffer on charcell displays so it's actually...
|
commit | commitdiff | tree |
2009-09-11 |
gevaerts | Fix checkwps compilation for the Player
|
commit | commitdiff | tree |
2009-08-19 |
gevaerts | Add const to usb_serial_send() buffer.
|
commit | commitdiff | tree |
2009-08-13 |
gevaerts | don't treat extremely quick transfers as errors
|
commit | commitdiff | tree |
2009-08-12 |
gevaerts | fix typo
|
commit | commitdiff | tree |
2009-08-12 |
gevaerts | Limit usb_serial packets to 32 bytes. It's unclear...
|
commit | commitdiff | tree |
2009-08-11 |
gevaerts | Fix endpoint allocation
|
commit | commitdiff | tree |
2009-08-11 |
gevaerts | Move yearday_to_daymonth() to usb_storage.c. It's the...
|
commit | commitdiff | tree |
2009-08-11 |
gevaerts | Consolidate day of week calculation
|
commit | commitdiff | tree |
2009-08-11 |
gevaerts | rework new time handling functions a bit to be more...
|
commit | commitdiff | tree |
2009-08-11 |
gevaerts | Fix "statement with no effect" warning
|
commit | commitdiff | tree |
2009-08-11 |
gevaerts | Add support for setting the clock using a special SCSI...
|
commit | commitdiff | tree |
2009-08-01 |
gevaerts | Add png viewer plugin documentation
|
commit | commitdiff | tree |
2009-07-25 |
gevaerts | Fix some casts from pointer to int, now cast to intptr_t
|
commit | commitdiff | tree |
2009-07-25 |
gevaerts | Add a png viewer plugin
|
commit | commitdiff | tree |
2009-07-21 |
gevaerts | Decrease the text buffer a tiny bit to make it fit...
|
commit | commitdiff | tree |
2009-07-20 |
gevaerts | sd_first_drive is only used when HAVE_HOTSWAP is defined...
|
commit | commitdiff | tree |
2009-07-20 |
gevaerts | Make sd_present() and mmc_present() look only at the...
|
commit | commitdiff | tree |
2009-07-20 |
gevaerts | take first_drive into account when handling hotswap...
|
commit | commitdiff | tree |
2009-07-19 |
gevaerts | fix ifdef (HAVE_HOTSWAP, not HOTSWAP)
|
commit | commitdiff | tree |
2009-07-18 |
gevaerts | re-add the usb_core.h include. r21953 was a bit too...
|
commit | commitdiff | tree |
2009-07-18 |
gevaerts | adapt c200v2 and view defines to the new drive/volume...
|
commit | commitdiff | tree |
2009-07-18 |
gevaerts | Flyspray: FS#10326
|
commit | commitdiff | tree |
2009-07-17 |
gevaerts | fix ata-nand-s5l8700 compilation properly this time
|
commit | commitdiff | tree |
2009-07-17 |
gevaerts | remove obsolete nand_spinup_time() declaration
|
commit | commitdiff | tree |
2009-07-17 |
gevaerts | svn properties, late as usual
|
commit | commitdiff | tree |
2009-07-17 |
gevaerts | don't try to call nand_soft_reset() or nand_disk_is_active...
|
commit | commitdiff | tree |
2009-07-17 |
gevaerts | Commit FS#9545, storage cleanup and multi-driver support
|
commit | commitdiff | tree |
2009-07-17 |
gevaerts | Allow access to the last sector of the ramdisk as well
|
commit | commitdiff | tree |
2009-07-12 |
gevaerts | Add data structures
|
commit | commitdiff | tree |
2009-07-12 |
gevaerts | Remove OHCI registers from s3c2440.h and move them...
|
commit | commitdiff | tree |
2009-07-10 |
gevaerts | Also bump version in trunk
|
commit | commitdiff | tree |
2009-07-05 |
gevaerts | fix bin2c.c path
|
commit | commitdiff | tree |
2009-07-01 |
gevaerts | clarify error message a bit
|
commit | commitdiff | tree |
2009-07-01 |
gevaerts | Remove the static order[] allocation in favour of plugin_get...
|
commit | commitdiff | tree |
2009-07-01 |
gevaerts | Assume a smaller plugin binsize, so MAX_SHUFFLE_SIZE...
|
commit | commitdiff | tree |
2009-07-01 |
gevaerts | Add "Play Shuffled" menu item to random_folder_advance_confi...
|
commit | commitdiff | tree |
2009-06-26 |
gevaerts | ignore write data if the length doesn't match what...
|
commit | commitdiff | tree |
2009-06-25 |
gevaerts | c200 doesn't have \ActionTreeStop anymore since r21373...
|
commit | commitdiff | tree |
2009-06-11 |
gevaerts | call default_event_handler() in action_userabort()...
|
commit | commitdiff | tree |
2009-05-29 |
gevaerts | Remove an old safety making sure that people re-ran...
|
commit | commitdiff | tree |
2009-05-24 |
gevaerts | always call the class driver init function. This is...
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | fix another keymap (FS#10237 by Tomer Shalev)
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | don't disable usb storage by accident
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | fix some keymaps to actually compile (FS#10237, by...
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | swap bootloader and non-bootloader cases around to...
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | Fix wrong #ifdefs
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | Fix wrong #ifdefs that sneaked in
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | Clarify comment and clean up a bit (FS#10227 by Tomer...
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | Add HID keymap handling in usb screen. This allows...
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | Reorganise USB stack defines. Now config.h decides...
|
commit | commitdiff | tree |
2009-05-23 |
gevaerts | Fix #ifdef nesting to allow USB_HID to be built without...
|
commit | commitdiff | tree |
2009-05-21 |
gevaerts | revert r21016, as it doesn't solve anything
|
commit | commitdiff | tree |
2009-05-21 |
gevaerts | Re-order usb init a bit, so software and hardware usb...
|
commit | commitdiff | tree |
2009-05-20 |
gevaerts | Don't force double-buffering for sd devices. They apparently...
|
commit | commitdiff | tree |
2009-05-20 |
gevaerts | It's no longer possible to switch to charge-only mode...
|
commit | commitdiff | tree |
2009-05-19 |
gevaerts | Use different read and write buffer sizes. Due to interactio...
|
commit | commitdiff | tree |
2009-05-18 |
gevaerts | Speed up USB storage by being a bit smarter in ordering...
|
commit | commitdiff | tree |
2009-05-17 |
gevaerts | Add HID related bits to the debug menu (work by Tomer...
|
commit | commitdiff | tree |
2009-05-16 |
gevaerts | fix DEBUGF statement to print variables that actually...
|
commit | commitdiff | tree |
2009-05-16 |
gevaerts | Add usb_hid_usage_tables.h for HID to actually compile
|
commit | commitdiff | tree |
2009-05-16 |
gevaerts | Add working USB HID driver, by Tomer Shalev (part of...
|
commit | commitdiff | tree |
2009-05-11 |
gevaerts | fix send_command_result() size checking for the SCSI_REQUEST...
|
commit | commitdiff | tree |
2009-05-11 |
gevaerts | Don't allow disconnecting from the usb screen, as this...
|
commit | commitdiff | tree |
2009-04-19 |
gevaerts | Fix warning about unused functions
|
commit | commitdiff | tree |
2009-04-19 |
gevaerts | Add preliminary HID driver. It doesn't do anything...
|
commit | commitdiff | tree |
2009-04-19 |
gevaerts | reorganise usb_core.c a bit, to make the code more...
|
commit | commitdiff | tree |
2009-04-19 |
gevaerts | simplify and cleanup usb_serial.c (FS#10149 by Tomer...
|
commit | commitdiff | tree |
2009-04-18 |
gevaerts | USB related Cosmetics, whitespace and readability fixes...
|
commit | commitdiff | tree |
2009-04-18 |
gevaerts | Allow class drivers to reuse the core data buffer for...
|
commit | commitdiff | tree |
2009-04-18 |
gevaerts | Add a PACK_DESCRIPTOR macro to make the class drivers...
|
commit | commitdiff | tree |
2009-04-18 |
gevaerts | Fix some whitespace issues (including tabs that slipped...
|
commit | commitdiff | tree |
2009-04-18 |
gevaerts | Sync from recent linux source (FS#10142, by Tomer Shalev)
|
commit | commitdiff | tree |
2009-04-11 |
gevaerts | Fix unintentional usage of relatively unknown C features...
|
commit | commitdiff | tree |
2009-03-29 |
gevaerts | Properly cast things to avoid shiny yellow
|
commit | commitdiff | tree |
2009-03-29 |
gevaerts | Commit FS#10015 - Use chained transfer descriptor to...
|
commit | commitdiff | tree |
2009-03-17 |
gevaerts | Make USB on sansas more reliable (FS#10026). Both fixes...
|
commit | commitdiff | tree |
2009-03-12 |
gevaerts | don't define handle_usb_events() for the simulators
|
commit | commitdiff | tree |
2009-03-12 |
gevaerts | Make handle_usb_events() static
|
commit | commitdiff | tree |
2009-03-11 |
gevaerts | Don't swamp the system with broadcast messages that...
|
commit | commitdiff | tree |
2009-03-09 |
gevaerts | Make strnatcmp() and strnatcasecmp() call strcmp()...
|
commit | commitdiff | tree |
2009-03-08 |
gevaerts | No need for a capital C in charging
|
commit | commitdiff | tree |
2009-03-08 |
gevaerts | Make the leave-usb-mode paragraph a bit less technical...
|
commit | commitdiff | tree |
2009-03-08 |
gevaerts | Document the new disconnect behaviour introduced by...
|
commit | commitdiff | tree |
2009-03-08 |
gevaerts | Make the USB disconnect feature dependent on HAVE_USB_POWER...
|
commit | commitdiff | tree |
2009-03-08 |
gevaerts | Allow the user to leave MSC mode by pressing the USB...
|
commit | commitdiff | tree |
2009-03-05 |
gevaerts | Use total_sectors in ata_get_info() instead of calculating...
|
commit | commitdiff | tree |
2009-03-02 |
gevaerts | H10 is now the same as other targets regarding holding...
|
commit | commitdiff | tree |
2009-02-28 |
gevaerts | send the USB broadcast events at a less busy time
|
commit | commitdiff | tree |
2009-02-28 |
gevaerts | Also broadcast transfer information for use by fancy...
|
commit | commitdiff | tree |
2009-02-28 |
gevaerts | Leave "usb mode" when all LUNs are ejected again
|
commit | commitdiff | tree |