Quote:
Originally Posted by clarknova
You're confused on what source code they released. They released the patches to the GPL'd code that they are required by law to do, but none of their own programs (like the entirety of the Java Framework GUI, the audible/topaz/mobi libraries, power management daemon, eInk device drivers, etc.) are open source.
|
Actually EInk drivers are present at least in the K2 sources.
linux-2.6.22-lab126\linux-2.6.22\drivers\video\eink\Kconfig:
Quote:
...
config FB_EINK_HAL_APOLLO
tristate "eInk HAL Driver for the Apollo Controller"
depends on FB_EINK_HAL && ARCH_FIONA
config FB_EINK_HAL_STEPHANIE
tristate "eInk HAL Driver for the Stephanie Controller"
depends on FB_EINK_HAL && ARCH_FIONA
config FB_EINK_HAL_EIGHTRACK
tristate "eInk HAL Driver for the 8-Track Controller"
depends on FB_EINK_HAL && ARCH_FIONA
config FB_EINK_HAL_BROADSHEET
tristate "eInk HAL Driver for the Broadsheet Controller"
depends on FB_EINK_HAL && ARCH_MXC
...
|