summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-03-06usb_hid: add support for Battery StrengthJames Buren4-1/+82
2021-03-04ata: Make ata_disk_is_active() only special-case powermgmt-less devices.Solomon Peachy1-11/+12
2021-03-04Always indicate inactive ata disk if device is solid state or doesn't support...Christian Soffke1-0/+13
2021-03-04Fix typo in MIPS cache discardAidan MacDonald1-1/+1
2021-03-04mips: Revert to commiting the cache when we're told to discard an unaligned b...Solomon Peachy1-0/+16
2021-03-04rolo: use audio_hard_stop() instead of audio_stop()Solomon Peachy1-1/+1
2021-03-04Check core max allocations for valid handleWilliam Wilgus1-1/+1
2021-03-04Clean up places that use #if defined(CPU_ARM | CPU_COLDFIRE | CPU_MIPS)Solomon Peachy1-2/+1
2021-03-04ROLO check for OOMWilliam Wilgus1-0/+6
2021-03-04Third try fixing MIPS cache codeAidan MacDonald1-14/+1
2021-03-03jz4740: Fix incorrect dcache flush in the USB RX DMA code.Solomon Peachy1-2/+0
2021-03-03Really fix the MIPS cache bug this timeAidan MacDonald1-1/+1
2021-03-03ihifi: use STORAGE_WANTS_ALIGN rather than STORAGE_NEEDS_ALIGNSolomon Peachy3-3/+3
2021-03-03Fix MIPS cache operations and enable HAVE_CPU_CACHE_ALIGN on MIPSAidan MacDonald3-16/+29
2021-02-27Rename symbols of FiiO M3K Linux-based portAidan MacDonald8-13/+13
2021-02-27Disable UDMA 2 on iPod4G targetChristian Soffke1-2/+4
2020-12-24USB: Reset poweroff timer for all USB eventsSolomon Peachy1-0/+3
2020-12-16erosq: Enable HAVE_SCROLLWHEEL for saner scroll wheel handlingSolomon Peachy2-15/+32
2020-12-08lcd: Wrap anonymous union initializer in bracesFranklin Wei1-1/+3
2020-11-29FS#5320: Keypad hold doesn't let go until scrolling is used (ipod 4g/5g)Solomon Peachy1-0/+8
2020-11-22rockbox: move firmware checksum algorithms into a common headerJames Buren2-10/+44
2020-11-18hosted: Improve buffer underrun handling in the ALSA driverSolomon Peachy4-19/+66
2020-11-18configure: Add prompt for USB Serial into the advanced modeSolomon Peachy1-0/+2
2020-11-17usb: increase the stack size.Solomon Peachy1-1/+1
2020-11-16FS13257: Fix inconsistent defaults in the USB mode selectionSolomon Peachy2-3/+11
2020-11-16iriver_flash: update valid bootloaders tableJames Buren1-1/+1
2020-11-14Remove some SWCODEC artifactsMoshe Piekarski1-3/+0
2020-11-14rockbox: revise charger_inserted and power_input_present functionsJames Buren1-2/+12
2020-11-13ibasso: Hopefully hack usb into building again.Solomon Peachy4-10/+14
2020-11-13ibasso: Fix red introduced in 60f581eSolomon Peachy1-0/+1
2020-11-13usb: Add ability to prompt user about what to do upon usb insertionSolomon Peachy4-38/+74
2020-11-13h300, Others Bugfix Bootloader backlight_init()William Wilgus1-60/+40
2020-11-13h300: fix one long-standing bootloader bugJames Buren1-2/+56
2020-11-12pcm: Further cleanup of unused bits of the PCM ACPI:Solomon Peachy24-197/+1
2020-11-12Rocker Add WPS and Tree Hotkey, button codes in debug menuWilliam Wilgus2-0/+4
2020-11-11iriver_flash: refactor code to be easier to understandJames Buren4-2/+5
2020-11-08Fuze+: Fix misplaced rectangle when lcd_flip setMoshe Piekarski1-7/+30
2020-11-04pp5020: use ipod firmware timings for ATA PIO.Torne Wuff4-28/+43
2020-11-03Remove the firmware decompressor and a few more other SH-stragglers.Solomon Peachy5-404/+0
2020-11-03ATA: Check to see if the ATA device is solid-state (WIP)Solomon Peachy1-0/+13
2020-11-03erosq: Fix scrollwheel regression introduced in 125e97b0Solomon Peachy1-5/+11
2020-11-02FuzePlus USB+screen dump overflows usbstackWilliam Wilgus2-1/+5
2020-10-31Rocker: Fix a boneheaded bug introduced in dd82f13fa1Solomon Peachy1-1/+1
2020-10-31hosted: Consolidate common /dev/input code shared by the hiby targetsSolomon Peachy9-274/+144
2020-10-31nwz/alsa: various improvementsAmaury Pouly10-92/+121
2020-10-31hosted: fix warning when LOGF is enabledSolomon Peachy1-0/+1
2020-10-31lcd_framebuffer bugfixes, sanity checksWilliam Wilgus7-24/+55
2020-10-31fix red introduced in the android pcm driver (rev fe2d52c)Solomon Peachy1-1/+1
2020-10-31pcm: Get rid of pcm_play_pause() and associated APIsSolomon Peachy30-360/+15
2020-10-27dircache: Fix a NULL pointer dereferenceSolomon Peachy1-1/+2