11. Jan 2016 11:06 by mark.kette...@xs4all.nl:

> So I got an ASUS X205TA myself.  It's an "interesting" machine.  Been
> busy hacking on it over the weekend, but here is a short update:
>
> * The machine implements the "Hardware Reduced ACPI" variant
>   introduced in the ACPI 5.0 standard.  Limitied support for this
>   variant has been added to the our ACPI implementation.
>
> * With this support, the machine boots OpenBSD, but hardware support
>   is still very limited.  Basically only graphics (inteldrm(4)) and
>   USB (xhci(4)) work.  The keyboard and touchpad don't work yet.  So
>   you'll need to use an external usb keyboard for now.
>
> * I've got code to make the eMMC work.  It's not enabled yet though.
>   With a hack the SD card slot works as well, but I need to replace
>   the hack with some gpio code that I'm working on now.  The SDIO
>   controller needs a similar hack.
>
> * Wireless is Broadcom, connected through SDIO.  Communication with
>   the card works, but we don't have a driver for it.  Don't expect it
>   to work any time soon.
>
> * Keyboard and touchpad are connected over I2C and jcs@ is working on
>   a driver for it for a different machine.  Hopefully his code will
>   work in the X205TA as well.
>
> Since basic support is enabled now, you might want to try a new
> snapshot.
>
>

Great feedback thank you Mark. I will give it a try with tonight's snapshot.

Cheers,

Reply via email to