index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
mips
/
ingenic_jz47xx
/
onda_vx747
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
mips: fix some compile warnings.
Solomon Peachy
1
-0
/
+1
2015-01-12
Fix red/yellow
Marcin Bukat
1
-1
/
+1
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
2
-10
/
+10
2013-09-05
touch devices: Disable touch on softlock.
Jean-Louis Biasini
1
-0
/
+7
2012-01-08
adc-target.h: cleanup
Rafaël Carré
1
-2
/
+0
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
1
-6
/
+0
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
1
-1
/
+1
2011-12-31
usb-target.h: remove
Rafaël Carré
1
-0
/
+0
2011-12-31
onda 747/777 : move USB_STATUS_BY_EVENT to config
Rafaël Carré
1
-2
/
+0
2011-12-31
onda usb code: merge into .c file
Rafaël Carré
1
-40
/
+0
2011-12-31
usb_drv_connected() is declared in usb_drv.h
Rafaël Carré
1
-2
/
+0
2011-12-31
move usb_pin_init() declaration to PP's system-target.h
Rafaël Carré
1
-1
/
+0
2011-12-31
usb_init_device(): move prototype to usb.h
Rafaël Carré
1
-1
/
+0
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
1
-4
/
+4
2011-01-21
Fix red: defined(x || y) is not valid C preprocessor
Maurus Cuelenaere
1
-1
/
+1
2011-01-21
Fix Onda VX747+ LCD not working on boot
Maurus Cuelenaere
1
-3
/
+4
2011-01-18
Fix Onda VX777 LCD not working on boot
Maurus Cuelenaere
1
-5
/
+14
2010-01-03
Onda VX747/VX777: update battery charge cycle
Maurus Cuelenaere
1
-2
/
+1
2010-01-03
Onda VX747/VX777: centralise LCD clock en-/disabling.
Maurus Cuelenaere
1
-0
/
+12
2010-01-03
Onda VX747/VX777: disable LCD when backlight is off (saves power)
Maurus Cuelenaere
1
-1
/
+8
2010-01-03
Onda VX747: fix USB charging detection
Maurus Cuelenaere
1
-3
/
+7
2009-12-08
Onda VX747(+)/VX777: update battery discharge curve
Maurus Cuelenaere
1
-5
/
+2
2009-11-26
Merge branch 'hotswap'
Maurus Cuelenaere
1
-7
/
+6
2009-10-28
The Onda VX777 has only one button, add it to the keymap.
Maurus Cuelenaere
1
-1
/
+1
2009-08-21
Add a BTN_MASK for the VX777 (aka fix red)
Maurus Cuelenaere
1
-3
/
+8
2009-08-21
* Onda VX777: add support for its single physical button
Maurus Cuelenaere
2
-49
/
+55
2009-08-19
Onda's: add touchscreen boot menu for targets without/not much physical butto...
Maurus Cuelenaere
1
-0
/
+3
2009-08-14
Fix Yellow
Karl Kurbjun
1
-2
/
+2
2009-08-14
Hopefully get all of the touchscreen drivers to act the same so release event...
Karl Kurbjun
1
-0
/
+5
2009-07-26
Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixe...
Maurus Cuelenaere
1
-10
/
+19
2009-07-05
Onda VX747 backlight: use a higher frequency to reduce flickering
Maurus Cuelenaere
1
-3
/
+2
2009-07-01
Also cleanup Onda VX747 ata-sd-target.h file
Maurus Cuelenaere
1
-8
/
+0
2009-06-24
Onda VX747: make backlight setting range from 1->16 instead of 0->15
Maurus Cuelenaere
1
-1
/
+1
2009-06-24
Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken)
Maurus Cuelenaere
1
-11
/
+11
2009-06-20
* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX74...
Maurus Cuelenaere
1
-6
/
+9
2009-06-16
Make some asm() statements volatile
Maurus Cuelenaere
1
-1
/
+1
2009-06-16
Onda VX747: fix backlight driver so it doesn't 'flicker' upon init
Maurus Cuelenaere
1
-9
/
+2
2009-06-15
Onda VX747: clean up SD GPIO initialization
Maurus Cuelenaere
1
-8
/
+0
2009-06-09
Correct some comments (no functional changes)
Maurus Cuelenaere
1
-2
/
+2
2009-06-09
Properly implement backlighting on Onda VX7x7 (using PWM).
Maurus Cuelenaere
1
-64
/
+29
2009-06-01
Fix reds & yellow
Maurus Cuelenaere
1
-0
/
+21
2009-04-25
Merge Onda VX7?7 backlight-target.h
Maurus Cuelenaere
1
-31
/
+0
2009-04-25
Fix onda red. Unlike all other targets, it built the whole backlight driver ...
Thomas Martitz
1
-6
/
+0
2009-04-20
Fix yellow (forgot file)
Maurus Cuelenaere
1
-0
/
+2
2009-04-20
Onda VX747: fix touchscreen issues when switching from bootloader to 'normal'...
Maurus Cuelenaere
1
-18
/
+26
2009-04-18
Onda VX747:
Maurus Cuelenaere
1
-66
/
+40
2009-03-22
Add missing #includes for the ondas.
Bertrik Sikken
2
-0
/
+2
2009-03-09
Onda VX747:
Maurus Cuelenaere
3
-29
/
+22
2009-03-09
* Onda VX767: fix some redundant files + add some missing functions for apps/...
Maurus Cuelenaere
1
-0
/
+0
2009-03-02
Onda VX747:
Maurus Cuelenaere
1
-0
/
+34
[next]