![]() |
2008-10-31
, 22:57
|
Posts: 223 |
Thanked: 38 times |
Joined on Jul 2007
@ home
|
#162
|
![]() |
2008-10-31
, 23:13
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#163
|
Interesting development....
I've been going through the Android source code, and I found some interesting stuff....
In kernel/drivers/video/mbx there is some MBX source code, intended for Intel's 2700G which packs an MBX lite. The code is recent as well, 2007 copyright (GPLed).
I was looking for some closed userspace libs, but couldn't find any. Looks like all the magic is contained within reg_bits.h and regs.h.
Yes, Intel 2700G != Omap 2420, but I do believe that the source code should be fairly compatible with some tweaking. Anyone want to support me/shoot me down?
I attached the source for those that don't want to download the 2 Gigs of Android source (cool stuff though).
Jon
The Following User Says Thank You to lcuk For This Useful Post: | ||
![]() |
2008-10-31
, 23:24
|
Posts: 223 |
Thanked: 38 times |
Joined on Jul 2007
@ home
|
#164
|
![]() |
2008-11-01
, 02:20
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#165
|
![]() |
2008-11-01
, 02:31
|
Posts: 223 |
Thanked: 38 times |
Joined on Jul 2007
@ home
|
#166
|
![]() |
2008-11-01
, 04:34
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#167
|
![]() |
2008-11-01
, 10:06
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#168
|
![]() |
2008-11-01
, 13:12
|
Posts: 118 |
Thanked: 297 times |
Joined on Nov 2007
|
#169
|
Oh it'll come. Whether it's "found" or happens to be left "unattended" at the corner of the street.....
The Following User Says Thank You to anders_gud For This Useful Post: | ||
![]() |
2008-11-01
, 18:28
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#170
|
You'd probably be better off looking at the existing 2.4.x omap2430 driver imho, unless you already know lots about Windows CE "kernel" drivers that is.