Age | Commit message (Collapse) | Author | Files |
|
|
|
+git kernel
|
|
|
|
booting - console rotation block logo
|
|
- enabled logo for c7x0, akita, spitz, tosa, poodle
- collie does not get logo as its kernel need booting config first
- logo was created by Sebastian 'xaos' Rosik
- PNG and SVG versions: http://openzaurus.org/gfx-contest/xaos/
- kernel logo was made from logo01.svg (inversed colors)
- also added one CF memory card to pcmcia ids - Ecco@#openzaurus
- added hostap patch (2 new ids) - sent upstream
- dropped 24-hostap_cs_id patch
|
|
|
|
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
-CONFIG_INET_DIAG=y
-CONFIG_INET_TCP_DIAG=y
+CONFIG_INET_DIAG=m
+CONFIG_INET_TCP_DIAG=m
+# CONFIG_FONT_8x8 is not set - we use 8x16 font on clamshells
+# CONFIG_MSDOS_FS is not set - msdos (8.3) is not used when vfat is available
|
|
* Enable MOUSEDEV support in defconfigs.
* Add suitable COMPATIBLE_MACHINE entry.
|
|
* Fix swapped Calander/Address keys on spitz
* Add fix to try and support large MMC cards (> 2GB)
* Fix return codes of fb_write (fixes dd problem with /dev/fb0)
* Fix Scoop to PCMCIA linkage compile issue with modular PCMCIA
* Fix potential race in SSP code
* Update JFFS2 long filename fix
* Fix a bug in the Offline Charging code (could lead to device wakeup after AC removal)
* Fix some minor ASoC bugs
* Add "proper" reboot and shutdown handling for poodle, c7x0, cxx00 and tosa
|
|
* Update LED patches to math those merged into mainline
* Update defconfigs to reflect IDE disk trigger changes
* Update backlight patches to reflect those merged into mainline
* Add poodle patches to fix MTD partition size and detect the correct
amount of memory
* Update to the collie frontlight driver to enable a backlight control
on collie/poodle (and match backlight class changes)
* Add a hacked in poodle touchscreen driver (confirmed as working)
* Update Collie/Poodle defconfigs and openzaurus.inc to rotate the
framebuffer console by default
* Have openzaurus.inc generate a tgz in deploy/images containing the
complete set of kernel modules (and change the deploy task to run
before packaging)
* Add the start of w100fb accelerated framebuffer operations (from Mardy)
|
|
against 2.6.16). Add patch to ignore invalid MMC SCR structures. This should be tested carefully as its effect is unknown.
|
|
|