We have noticed a new device ID of 17e9:028a (normally 17e9:0288) has appeared on some of the latest batch of iMo Monsters.
I have built support for these into the New SheevaPlug v2.6 GuiPlug but it's not included in the Dreamplug version 2.6 or earlier versions.
The effect you will notice is the touchscreen calibration is reversed as the device was not recognised during boot.
A simple semi-permanent fix for Dreamplug v2.6 is to:
For Portrait Display:
cp /usr/share/X11/xorg.portrait.d/xorg.conf.monster /usr/share/X11/xorg.conf.d/xorg.conf
For Landscape display:
cp /usr/share/X11/xorg.landscape.d/xorg.conf.monster /usr/share/X11/xorg.conf.d/xorg.conf
Then either reboot or
/etc/init.d/gdm3 restart
NewITJames