@pepedog, I believe the menu commands configuring the kernel are:
1) for the Displaylink Framebuffer support:
Device Drivers -->
Graphics support -->
Support for frame buffer devices -->
*/M Displaylink USB Framebuffer support
2) for the USB touchscreen (which is hard to find through the menu):
Device Drivers -->
Input device support -->
* Touchscreens --> (NOTE, YOU MUST CHECK IT TO SEE SCREENS ON THE NEXT MENU)
M USB Touchscreen Driver (NEW)
The last will include a bunch of show a bunch of touchscreens all of which will be checked, the MIMO 720f needs the "e2i Touchscreen controller (e.g. Mimo 740)" to be check.
The config file shows the following for the touchscreens:
CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
CONFIG_TOUCHSCREEN_USB_EGALAX=y
CONFIG_TOUCHSCREEN_USB_PANJIT=y
CONFIG_TOUCHSCREEN_USB_3M=y
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
CONFIG_TOUCHSCREEN_USB_JASTEC=y
CONFIG_TOUCHSCREEN_USB_ELO=y
CONFIG_TOUCHSCREEN_USB_E2I=y
CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
CONFIG_TOUCHSCREEN_USB_NEXIO=y
CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
The important on is: "CONFIG_TOUCHSCREEN_USB_E2I=y"
For the displaylink frame buffer, the config file shows:
CONFIG_FB_UDL=y (note: could also be CONFIG_FB_UDL=m)
I've put a full copy of my config here:
https://github.com/ggalt/RaspberryArch/ ... een_configI've rebuilt my own kernel and it seems to be working. Unfortunately, I built it on the 3.6.11-6-ARCH+ sources. If you would like me to rebuild on a more recent source, let me know. Or if you would like me to test a kernel you prepare, I'm happy to do that as well.
George