-rwxr-xr-x | root/etc/init.d/opie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index df68090..8146b2c 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie @@ -11,17 +11,17 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib export PATH=$PATH:$OPIEDIR/bin if [ -e /proc/cpuinfo ] ; then model=`grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` case "$model" in "HP IPAQ H3100" | "HP IPAQ H3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; - "HP IPAQ H5400" | "HP JORNADA 56X" | "HP IPAQ H2200" ) + "HP IPAQ H5400" | "HP JORNADA 56X" | "HP IPAQ H2200" | "SHARP Tosa") export QWS_DISPLAY=Transformed:Rot0:0 ;; *SIMPAD* ) export QWS_KEYBOARD='SIMpad' export QWS_DISPLAY=Transformed:Rot0:0 ;; *) export QWS_DISPLAY=Transformed:Rot270:0 ;; esac |