summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-10-05Add USB HID mouse support for H10Tomer Shalev2-0/+2
2009-10-05Simulator buttons: Remove a hack and make brickmania work the same as on target.Karl Kurbjun1-4/+0
2009-10-05Fix RedKarl Kurbjun1-0/+2
2009-10-05Button Driver: Add button_status support with data - allows for reading the /...Karl Kurbjun2-0/+13
2009-10-04Have codepage name show in a commentTomer Shalev1-5/+23
2009-10-04Implement lcd_update_rect()Dave Chapman1-6/+47
2009-10-04Another patch from FS#10633 by Michael Sparmann (with a couple of minor cosme...Dave Chapman2-1/+29
2009-10-04Another part of FS#10633 by Michael Sparmann - correct cache/protection unit ...Dave Chapman1-9/+78
2009-10-04Read/write Nano2G FTL/NAND driver by Michael Sparmann (FS#10633).Dave Chapman7-9/+2288
2009-10-04Fix yellowTomer Shalev1-1/+0
2009-10-04CONFIG_NAND is not a bitfieldDave Chapman1-1/+1
2009-10-04Correct the IRAM definitions for the S5L8700/8701 and add definitions for plu...Dave Chapman1-1/+5
2009-10-04Prefix the USB controller registers with USB_ to avoid name clashes with plug...Dave Chapman1-33/+33
2009-10-03Samsung YH920 : fix lcd_blit_mono displaying twice too wideRafaël Carré1-11/+15
2009-10-03Samsung YH920 LCDRafaël Carré2-41/+4
2009-10-03Bugfix: On vertically packed 2bpp LCDs a grey pixel block is only 4 pixels, s...Jens Arnold1-37/+18
2009-10-02Final changes to get a Nano 2G main build compiling.Dave Chapman3-13/+52
2009-10-02Unify the button driver for the Nano 2G with the driver for earlier clickwhee...Dave Chapman3-99/+80
2009-10-02Forgotten in r22876 : remove (void)arg;Rafaël Carré1-15/+0
2009-10-02Samsung YH920 : greylib support based on ipod/lcd-as-gray.SRafaël Carré3-7/+173
2009-10-02Patch #2 from FS#10633 (Nano 2G developments) by Michael Sparmann - Some hard...Dave Chapman2-74/+160
2009-10-02Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman2-1/+5
2009-10-01get rid of one hardcoded 512. SECTOR_SIZE is still there. It should probably ...Frank Gevaerts1-1/+1
2009-10-01FS#10226 - isp1583.c code cosmeticsTomer Shalev1-65/+71
2009-10-01FS#9157 - Tidy up some MAS35XX constantsTomer Shalev2-19/+32
2009-10-01AMS Sansa: Replace another simple delay with a more intelligent MCI FIFO sta...Jack Halpin1-2/+3
2009-10-01e200v2/Fuze: Improve scrollwheel a little bit by assuming the previous wheel ...Thomas Martitz1-9/+18
2009-09-30AMS Sansa: Rename variable sdhc to sd_v2 to more accurately reflect the info...Jack Halpin1-5/+5
2009-09-30Fix "lcd driver speed up" on e200v2Rafaël Carré1-9/+11
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev14-77/+322
2009-09-29AMS Sansa: Replace simple write delay with a smarter check on status of MCI ...Jack Halpin1-6/+2
2009-09-27Clean up duplicate #includesBertrik Sikken3-3/+0
2009-09-27Fix delta from r22843, due to unintended FP usageRob Purchase1-2/+2
2009-09-26Add a few pixels "dead zone" between the touchscreen grid "buttons", to avoid...Rob Purchase1-3/+30
2009-09-26Improved Cowon D2 touchscreen driver.Rob Purchase3-55/+86
2009-09-26Add missing parentheses to fix redNils Wallménius1-2/+2
2009-09-26FS#10569 RTC driver cleanupNils Wallménius15-363/+450
2009-09-26Sansa Fuze/e200v2: protect lcd a little better against concurrent accessBertrik Sikken2-4/+10
2009-09-25AMS Sansa: Add delay for µSD writes to fix CRC failures with class 6 µSD c...Jack Halpin1-0/+8
2009-09-24FS#9824: Fix FM channel spacing for EuropeBertrik Sikken2-4/+16
2009-09-23Fix red for HAS_SERIAL_REMOTEThomas Martitz1-1/+1
2009-09-23Fix non-hold button and headphone detection target sims.Thomas Martitz1-1/+1
2009-09-23Rework the simulators button reading to not implement it's own complete driver.Thomas Martitz1-8/+19
2009-09-21ata-nand-telechips: tcc77x have now USEC_TIMERVitja Makarov1-2/+0
2009-09-20i7: pcm-telechips fix sampling rate that was about 40000 instead of 44100Vitja Makarov1-74/+12
2009-09-19Remove dead or useless defines: HAVE_ONDIO_IC was replaced by CONFIG_I2C but ...Marianne Arnold5-11/+0
2009-09-18i7: _backlight_init() turn backlight on, as we can miss panic messageVitja Makarov1-0/+2
2009-09-18tcc77x: add tcc77x_cscfg_bw() helper for external memory bus width setupVitja Makarov3-2/+15
2009-09-17i7: Fix memory bus initialization, thanks to Genia Bezman!Vitja Makarov1-1/+1
2009-09-17Fix a comment so that it matches the codeDave Chapman1-1/+1