tytung
63c3709b91
sound: htcleo: added support for ALSA
...
a2653ab6d5
2011-11-01 00:32:16 +08:00
tytung
eeabf2c38c
htcleo: updated to tytung_r12.4
2011-10-01 13:15:18 +08:00
tytung
0e74412bfe
htcleo: updated to tytung_r12.3
2011-09-29 23:43:29 +08:00
tytung
4da1d6cab6
htcleo: updated to tytung_r12.2
2011-09-29 00:35:48 +08:00
tytung
0f2738a1ee
htcleo: updated to tytung_r12.1
2011-09-29 00:19:53 +08:00
tytung
6e0cc9a888
Revert "USB: gadget: f_accessory: Add new gadget driver for android USB accesories."
...
This reverts commit bcd275a3ef
.
2011-09-29 00:17:56 +08:00
tytung
bcd275a3ef
USB: gadget: f_accessory: Add new gadget driver for android USB accesories.
2011-09-24 19:31:58 +08:00
tytung
a11a1a886e
htcleo: updated htcleo_defconfig to tytung_r12 version.
2011-09-11 14:05:23 +08:00
tytung
343845b70a
htcleo: updated htcleo_defconfig to tytung_r11 version.
2011-08-22 00:09:55 +08:00
Markinus
f42b4692d6
usb: added usb-host functionality for MSM devices amd Leo config file
2011-03-12 15:56:21 +08:00
Danijel Posilović
86ad764392
htcleo: new button backlight manager driver
...
- Now button backlight is managed by this driver, also it is configurable by sysfs (number of secs. after backlight will be turned off after last key-press, enable/disable this auto_off feature)
-When disabled auto_off, backlight will go off along with screen backlight.
- Sysfs for num. of seconds : /sys/devices/platform/btn_backlight_manager/off_seconds
(min: 5 sec, max: 60 sec)
- Sysfs for turn on/off auto-off feature: /sys/devices/platform/btn_backlight_manager/auto_off
(0 to disable auto-off, 1 to enable)
2011-02-17 21:13:55 +08:00
tytung
0162818a8a
New led driver compatible with Desire (Bravo) liblights
...
- remove all lights.*.so files from /system/lib/hw (backup if u want) and replace with lights.qsd8k.so from Bravo ROM or download from http://www.multiupload.com/2M5T02M3TU
- if button backlight don’t work: turn screen on, press any key and put phone under bright light ( this should activate light sensor and backlight)
Conflicts:
arch/arm/configs/htcleo_defconfig
arch/arm/mach-msm/board-htcleo.h
Add commit from 654ce990ab
2011-02-17 21:09:15 +08:00
tytung
fc0148dc57
htcleo: some additions for defconfig (by Markinus)
2011-02-16 18:40:30 +08:00
Markinus
a236d1a6e3
htcleo: add support for custom DSP like from desire.
...
For normal use don't activate it, you need some other stuff for testing.
2011-01-29 00:34:57 +08:00
Jon Benson
afd384c81b
Adding config to git so it's easier to keep track of.
2010-11-26 11:09:29 +11:00
Jon Benson
bcfc153b4e
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-11-17 18:57:36 +11:00
Markinus
044ee667e9
htcleo: readded the new battery driver after recheck
...
For most people the driver works good. I checked the coefficients and the pd_m for the 1230 Battery is correct, so the voltage calculating is ok.
We need a other test to check the pd_t value for the voltage temperatur correction. Still no battery detection. Wince can detect it, we have to find out how this works.
2010-11-14 23:58:20 +01:00
Markinus
d71283a773
Revert "htcleo: add new battery driver"
...
This reverts commit 55ca1d277a
.
Conflicts:
arch/arm/configs/htcleo_defconfig
arch/arm/mach-msm/board-htcleo.c
arch/arm/mach-msm/htc_battery.c
include/linux/ds2746_battery.h
2010-11-14 18:21:06 +01:00
Jon Benson
1d971023be
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-11-10 23:56:53 +11:00
Markinus
7d8b0f7344
htcleo: enabled 720p camera
...
Some identification is missed, have to find it. if I create the devices with node 0, then the driver will have 1. If I do 1 the driver will have 0 . . argh. But do simple a link from 0 ->1 and then it works.
ln -s /dev/msm_camera/control0 /dev/msm_camera/control1
ln -s /dev/msm_camera/frame0 /dev/msm_camera/frame1
ln -s /dev/msm_camera/config0 /dev/msm_camera/config1
2010-11-09 18:42:56 +01:00
Markinus
d3740f8695
htcleo: add support for rmnet as module
2010-11-08 20:15:38 +01:00
Markinus
83f65b4212
cpu: Added interactive governor
2010-11-05 12:15:26 +01:00
Markinus
3cdd43b0d4
Revert "go back to using google's version of yaffs for higher stability"
...
This reverts commit e97d7c88a7
.
2010-11-04 21:55:11 +01:00
rajkosto
e97d7c88a7
go back to using google's version of yaffs for higher stability
2010-11-03 22:24:52 +01:00
Jon Benson
94b9f0bea1
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
...
Conflicts:
arch/arm/mach-msm/board-htcleo-battery.c
2010-10-30 17:31:27 +11:00
LeTama
e7a2876f71
htcleo: change himem/lomem repartition to have more low memory
...
Experimental, it seems to improve out of memory errors in smd_tty and other locations
2010-10-29 14:00:28 +02:00
LeTama
1b31881d1f
htcleo: fix htcleo_defconfig to match kernel Kconfig
...
For the record, previous values come from supersonic kernel which is also broken.
2010-10-29 12:21:13 +02:00
Markinus
2f21512855
Revert "Revert "htcleo: some cleanups and improvements in the config""
...
This reverts commit 7b29bc35b2
.
2010-10-27 21:23:15 +02:00
Markinus
7b29bc35b2
Revert "htcleo: some cleanups and improvements in the config"
...
This reverts commit 781d1ad789
.
2010-10-27 17:07:36 +02:00
Markinus
55ca1d277a
htcleo: add new battery driver
...
This driver is comming from desire hd and is modificated for htcleo
2010-10-26 17:41:48 +02:00
Jon Benson
8b9490b745
Tweaked overclock code and Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
...
Conflicts:
arch/arm/mach-msm/board-htcleo-battery.c
2010-10-26 18:48:47 +11:00
LeTama
61d0b1cffd
Revert "htcleo: add yaffs driver in kernel"
...
Options YAFFS_DISABLE_TAGS_ECC and DISABLE_BLOCK_REFRESHING must be set to 'y'.
YAFFS_FS as 'y' is still dangerous for non-magldr users
This reverts commit 107e05ec28
.
2010-10-18 21:04:05 +02:00
Jon Benson
e044263b7b
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-10-16 14:13:47 +11:00
Markinus
107e05ec28
htcleo: add yaffs driver in kernel
...
Used same options as other devices
2010-10-15 21:25:37 +02:00
Jon Benson
ff2cf1bbcd
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-10-15 22:00:03 +11:00
Markinus
c2631ec499
htcleo: removed some debug messages
2010-10-15 11:14:52 +02:00
Markinus
781d1ad789
htcleo: some cleanups and improvements in the config
2010-10-15 10:10:53 +02:00
Jon Benson
04af36b124
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
...
Conflicts:
drivers/video/msm/gpu/kgsl/kgsl.c
2010-10-15 09:20:00 +11:00
Markinus
beda73cdb0
htcleo: switched to kernels SPI driver
2010-10-14 22:48:38 +02:00
Jon Benson
a7faa8ffe6
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-10-13 10:54:58 +11:00
Markinus
bcbce6eff9
htcleo: for IDLE only POWER_COLLAPSE
2010-10-12 22:11:43 +02:00
Markinus
5da4cedbdc
htcleo: switched to GP Timer and activated power collapse for nand
...
Thx to Cotulla
2010-10-12 21:46:44 +02:00
Jon Benson
4bfd3f37c2
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
...
Conflicts:
arch/arm/configs/htcleo_defconfig
2010-10-09 15:36:03 +11:00
rajkosto
534941da50
enable device mapper with crypt target for froyo apps2sd
2010-10-07 23:21:19 +02:00
Lukas-David Gorris
699bb67ed4
htcleo: update defconfig, add GNU defconfig for non-android user space
2010-10-05 16:47:17 +02:00
LeTama
950c3113a2
Revert "Add yaffs as static and remove unused CONFIG_MTD_BLOCK_RO"
...
This reverts commit dd5eff0374
.
Can't be used on sd only
2010-09-30 17:00:16 +02:00
LeTama
dd5eff0374
Add yaffs as static and remove unused CONFIG_MTD_BLOCK_RO
2010-09-30 16:50:19 +02:00
Jon Benson
393fef4d92
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-09-29 13:30:54 +10:00
rajkosto
1351a68c6c
update yaffs to latest git (required for /system on nand)
2010-09-28 21:51:55 +02:00
rajkosto
da14953654
more complete nand driver with mtd-utils support
2010-09-27 18:30:49 +02:00