|
Status of porting linux kernel to the ASUS P535
Based on linux-2.6.27 kernel.
https://www.kaa.org.ua/svn-asus/
Disassembled pictures here
| Module |
Decription |
Kernel driver |
Comment
|
Status |
| CPU |
Intel (Marvell) XScale PXA 272 520 Mhz |
Not needed |
May be need cpufreq driver
|
DONE |
| RAM |
64 MB |
Not needed |
|
DONE |
FLASH RAM
|
256 MB
|
None
|
In future =) |
TODO |
| miniSD |
|
MMC_PXA
|
See flash ram |
WIP |
| Touchscreen |
QVGA 240x320 2'8 65K
|
FB_PXA+WM97XX
|
|
DONE |
PXA Usb client
|
|
USB_GADGET_PXA27X
|
rndis don't work, waiting fixes |
DONE
|
PXA Usb host
|
Internal usb host controller
|
USB_OHCI_HCD |
Tested by i2c-tools, need driver
|
DONE
|
| Bluetooth |
BCM2045B2 Bluetooth v2.0+EDR
|
BT_HCIBTUSB
|
Connected to internal usb host
|
MOSTLY |
| WLAN |
Marvell 802.11 b+g |
None |
Need pcmcia bridge driver |
TODO |
| GSM |
900/1800/1900 GPRS Class 10
|
SERIAL_PXA
|
Need testing
|
WIP |
| GPS |
SiRF Start III
|
SERIAL_PXA
|
100%
|
DONE |
| Sound |
Internal sound,mic/Headphones jack 2.5 mm |
SND_PXA2XX_AC97
|
Need sound profiles
|
WIP |
| Camera |
2 mpx (1600x1200)
|
None
|
In future
|
TODO |
| Battery |
Li-Ion 1300 mAh |
None |
Need some test |
TODO |
Keyboard
|
Matrix type kbd and hold key on 90 GPIO
|
KEYBOARD_PXA27 |
All keys connected to GPIO |
DONE |
Leds
|
Connected to PCA9535 chip |
None
|
Tested by i2c-tools
|
DONE |
Suspend
|
|
None
|
After all
|
TODO |
*Notes:
"DONE" means... that it is thought to be fully implemented. May contain bugs.
"MOSTLY" means that it is mostly implemented and may have known bugs.
"WIP" means that someone has started on the initial implementation.
"TODO" means that someone needs to write the code. The required knowledge to write the code may or may not be known.
|