summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-12-05powermgmt: Remove an unnecessary functionAidan MacDonald3-22/+3
2021-12-05powermgmt: Small cleanups to battery capacity codeAidan MacDonald3-2/+16
2021-12-05fiiom3k: Remove unneeded powermgmt-target.hAidan MacDonald1-0/+0
2021-12-05Remove a couple of #ifdefsAidan MacDonald3-2/+0
2021-12-05powermgmt: Remove outdated definesAidan MacDonald2-8/+2
2021-12-05lcd-16bit: rewrite mono_bitmap_partAidan MacDonald1-96/+72
2021-12-02Make inline functions in headers 'static inline'Aidan MacDonald3-8/+9
2021-11-29config: Get rid of an (incorrect) duplicate definition for USB_DESIGNWARESolomon Peachy1-1/+0
2021-11-27x1000: Fix AIC I2S divider clamping with EXCLK sourceAidan MacDonald1-2/+4
2021-11-27usb-designware: fix setup packet error handlingAidan MacDonald1-8/+26
2021-11-27Update microtar users to new library APIAidan MacDonald1-10/+10
2021-11-24Shanling Q1: enable multi-touch reportingAidan MacDonald7-44/+139
2021-11-22jz47x0: Minor code quality improvements in the jz47xx USB driversSolomon Peachy3-11/+19
2021-11-21touchscreen: change odd sentinel value for time of last touchAidan MacDonald2-4/+4
2021-11-21touchscreen: use repeat acceleration for button inputAidan MacDonald1-14/+13
2021-11-18WIP: Samsung YPR0/1: switch to generic SI47xx pollingWolfram Sang3-59/+4
2021-11-18Sansa Clip+: add RDS supportWolfram Sang6-2/+76
2021-11-18x1000: Merge makefiles used for the bootloaderAidan MacDonald4-92/+42
2021-11-14usb_core: don't buffer control request unnecessarilyAidan MacDonald1-3/+1
2021-11-13usb_core: More legacy control API fixesAidan MacDonald1-8/+11
2021-11-12x1000: delay power thread until valid battery readDana Conrad2-3/+13
2021-11-10as3525: debug: use 'kHz' where applicable instead of "MHz" or "KHz"Wolfram Sang1-2/+2
2021-11-10ErosqNative: increase battery stabilization delay againDana Conrad1-3/+2
2021-11-09usb: Fix possible SET ADDRESS data corruptionAidan MacDonald1-2/+5
2021-11-08lcd-16bit-common move bugfix to sim onlyWilliam Wilgus1-8/+12
2021-11-08usb: Attempt to fix race condition in compatibility layerAidan MacDonald1-10/+14
2021-11-03xduoox3ii: Ignore the remote events when headphones aren't plugged inSolomon Peachy1-3/+3
2021-10-31USB fix red for device without HAVE_USB_POWER again.William Wilgus1-1/+1
2021-10-31Use USB events for storing plugin_menu stateWilliam Wilgus1-1/+1
2021-10-31USB Events fix red on devices without HAVE_USB_POWERWilliam Wilgus1-0/+3
2021-10-31USB add Insertion and Extraction callback eventsWilliam Wilgus2-3/+17
2021-10-18fiiom3k: bump power on delay to 200msAidan MacDonald1-1/+1
2021-10-18fiiom3k: adjust power on delay to 80msAidan MacDonald1-1/+1
2021-10-16ErosQNative: Fix mdelay calls due to g3859Dana Conrad1-2/+4
2021-10-16x1000: fix broken OST2 timer prescalerAidan MacDonald2-7/+7
2021-10-16x1000: enable DMA for USB driverAidan MacDonald3-3/+12
2021-10-16usb-designware: port to new USB APIAidan MacDonald3-140/+414
2021-10-16usb: ensure RX buffers are a multiple of the packet sizeAidan MacDonald3-12/+25
2021-10-16usb: remove dead code in usb_storage driverAidan MacDonald1-11/+0
2021-10-16usb: port usb_storage control request handling to new APIAidan MacDonald1-3/+2
2021-10-16usb: port usb_hid control request handling to new APIAidan MacDonald1-30/+19
2021-10-16usb: port usb_serial control requests handling to new APIAidan MacDonald1-5/+6
2021-10-16usb: port usb_core control request handling to new APIAidan MacDonald1-56/+52
2021-10-16usb: implement new API with legacy emulation layerAidan MacDonald2-21/+131
2021-10-16usb: add request data argument to all control request handlersAidan MacDonald8-32/+38
2021-10-16usb: give USB transfer completion events two data pointersAidan MacDonald2-5/+7
2021-10-16usb: introduce new control request APIAidan MacDonald14-14/+24
2021-10-06ErosQNative: Remove duplicate play_last_sample() callDana Conrad1-1/+0
2021-10-06usbstack: Revise usb string descriptor table to use enum values for indicesJames Buren2-10/+17
2021-10-06x1000: tweak USB fifo sizesAidan MacDonald1-4/+7