tytung
8f470e6b2d
htcleo: fixed Bluetooth MAC address to board device dependend one. (i.e. unique Bluetooth address)
...
Use IEEE Standards 00:23:76:YY:YY:YY for HTC. -- http://standards.ieee.org/cgi-bin/ouisearch?00-23-76
2011-04-09 01:56:44 +08:00
tytung
1b9449e9a4
Fixed Bluetooth 60mA battery drain
...
Based on Trilu's patch http://forum.xda-developers.com/showthread.php?t=1007774
Removed some debug and unnecessary code, and added some missing code by tytung.
Thanks to Trilu for finally fixing the BT problem.
Thanks to Charansingh for the work he has done on the BT problem.
2011-03-25 23:15:05 +08:00
tytung
d1446674eb
cLK: cLK_power_clllapse patch adds detection of cLK to kernel and puts the reset vector at 0x11800000 where cLK will jump (+4) at power_collapse_exit
...
By cedesmith. http://forum.xda-developers.com/showpost.php?p=10837322&postcount=2
2011-03-08 00:47:28 +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
Markinus
d3034284d5
bma150: added calibration interface and fixed calibration for HD2 (the facedown problem)
2011-02-16 18:43:01 +08:00
Jon Benson
19867bdf03
Added sysfs interface for undervolting based on information from here:
...
http://forum.xda-developers.com/showthread.php?t=821372
See the thread for information on how to use it.
2010-11-17 18:20:25 +11: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
Jon Benson
db56b460e4
Updated wifi.mac/bt.mac patch from mdebeljuh. See http://forum.xda-developers.com/showthread.php?t=819819
2010-10-30 11:58:55 +11:00
Markinus
d28b1aa6d6
htcleo: fixed USB charging problems in some configurations and cleanups
2010-10-27 21:20:30 +02:00
Markinus
53a7287c1b
htcleo: add new battery temperature table
...
This table is not absolutly exact, but good
2010-10-26 20:40:02 +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
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
311ffd6d6a
htcleo: some cleanups in the boot order
2010-10-15 12:05:44 +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
fc5e56f0d3
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-10-14 17:11:59 +11:00
Markinus
50760ca384
htcleo: some cleanups for bluetooth
2010-10-14 01:05:10 +02:00
Jon Benson
fa13bd5631
Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
2010-10-12 14:33:31 +11:00
Markinus
0e3a49a809
Revert "Fix bluetooth to support non sense android build"
...
With this commit there are problems with BT -> reverted
This reverts commit 5c1dc05a365ce10385ea4d35d7df5b46d1173233.
2010-10-11 22:26:04 +02:00
Markinus
258ff768ca
htcleo: add automatic nand boot detection over ATAG
2010-10-10 14:36:13 +02:00
Markinus
ce5f6752bf
htcleo: fixed wlan problems on nand boot
...
We have to reset the sdc1 clock on boot.
Credits to Cotulla/LeTama
2010-10-10 12:22:25 +02:00
Markinus
c2245c074a
htcleo: some camera/pmem cleanups and improvements
2010-10-09 12:37:26 +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
Cass
5c1dc05a36
Fix bluetooth to support non sense android build
2010-10-08 21:03:33 +02:00
Jon Benson
0fdd7cede4
Added interactive governor and options for Overclocking and Undervolting.
2010-09-27 16:36:50 +10:00
Markinus
5731dc5001
htcleo: added kernel parameter for no nand boot
...
You have to add nand_boot=0 as boot parameter in haret boot
2010-09-27 01:03:08 +02:00
Markinus
4105944c60
htcleo: add BT address config
2010-09-18 22:16:00 +02:00
Markinus
b30bd1a64c
htcleo: moved panel init to a defined point
2010-09-18 18:19:07 +02:00
LeTama
00279ec7f8
Add led blink as kernel option
2010-09-17 14:18:39 +02:00
LeTama
19554876c1
Revert "htcleo: removed perlock and add some defconfig changes from Evo."
...
This reverts commit a494e9d8abd15f83dbb5fc2745d29ebb53a0c333.
config changes don't match Kconfig and are not compiled in.
perflock looks fine, to be confirmed.
2010-09-17 11:19:14 +02:00
Markinus
a494e9d8ab
htcleo: removed perlock and add some defconfig changes from Evo.
...
The system seems to be a bit smoother
2010-09-12 18:31:42 +02:00
Markinus
82fecbbd2a
htcleo: add reading of mac address directly from nand There is a problem on reading from nand. I had to disable one check. We have to check why.
2010-09-12 14:10:56 +02:00
Markinus
4f9d2badce
htcleo: increased i2c speed It's better for our i2c bus, but still some errors there
2010-09-10 15:11:33 +02:00
K. Cotulla Ivan
7677794c9b
htcleo: add lightsensor driver
...
There are still power on problems, has to be fixed
2010-09-05 20:42:10 +02:00
Markinus
134b43d9fc
Revert "htcleo: add lightsensor driver"
...
This reverts commit d3195c3099eff637cbcf8f63f60b142a7fb7c79d.
2010-09-05 20:39:23 +02:00
K. Cotulla Ivan
d3195c3099
htcleo: add lightsensor driver
...
There are still power on problems, has to be fixed
2010-09-05 11:12:00 +02:00
Markinus
8f4c018e56
htcleo: add microp files
...
Add missing files from last microp commit and drivers for leds
2010-09-04 21:14:51 +02:00
Markinus
2ed8402379
htcleo: add headset driver
...
There is a problem with the Mic GPIO. This isnt comming..
This has to be fixed.
2010-08-31 14:04:06 +02:00
Markinus
dd777b0b10
htcleo: add 1550 audio
...
All credits to Cotulla
2010-08-30 13:36:24 +02:00
Markinus
8137654e8f
Revert "htcleo: add audio drivers, qdsp6 modifications and enhanced venc driver"
...
This reverts commit b739bce6290e5e21b4a90a3efaef4b3178c873fc.
Conflicts:
arch/arm/configs/htcleo_defconfig
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/board-htcleo.c
2010-08-30 12:48:18 +02:00
mastermerlin
dfbf44e2bb
htcleo: add camera
2010-08-29 21:18:25 +02:00
Markinus
5f773f97c8
htcleo: some cleaning and structure in boardfile
2010-08-29 16:52:19 +02:00
Markinus
610bdb2cc0
htcleo: add basic microp functions
2010-08-29 16:31:32 +02:00
Markinus
fd7e2ee0b2
htcleo: fixed wrong memory configuration
...
Credits to manusfreedom
Still problems with gralloc but no stripes
2010-08-29 13:40:28 +02:00
Markinus
6a5342e98e
htcleo: add perflock config and on demand as default gov
2010-08-29 11:56:46 +02:00
Markinus
bf2525d761
htcleo: activated kgsl
2010-08-29 11:32:23 +02:00
Markinus
62bfba1cd7
htcleo: add fix memory parts for pmem and adsp
...
Now we have 424 MB Ram
Without this, it wasn't possible to init the pmem memory
Graphic is faster but still graphic errors
2010-08-29 02:26:50 +02:00
Markinus
988a9af0dd
htcleo: add I2C device platform data
...
This values are from evo
2010-08-29 00:55:16 +02:00
K. Cotulla Ivan
fc13054528
htcleo: add bluetooth driver
2010-08-29 00:42:22 +02:00