-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 | |||
@@ -13,13 +13,13 @@ export PATH=$PATH:$OPIEDIR/bin | |||
13 | if [ -e /proc/cpuinfo ] ; then | 13 | if [ -e /proc/cpuinfo ] ; then |
14 | model=`grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` | 14 | model=`grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` |
15 | 15 | ||
16 | case "$model" in | 16 | case "$model" in |
17 | "HP IPAQ H3100" | "HP IPAQ H3800" ) | 17 | "HP IPAQ H3100" | "HP IPAQ H3800" ) |
18 | export QWS_DISPLAY=Transformed:Rot90:0 ;; | 18 | export QWS_DISPLAY=Transformed:Rot90:0 ;; |
19 | "HP IPAQ H5400" | "HP JORNADA 56X" | "HP IPAQ H2200" ) | 19 | "HP IPAQ H5400" | "HP JORNADA 56X" | "HP IPAQ H2200" | "SHARP Tosa") |
20 | export QWS_DISPLAY=Transformed:Rot0:0 ;; | 20 | export QWS_DISPLAY=Transformed:Rot0:0 ;; |
21 | *SIMPAD* ) | 21 | *SIMPAD* ) |
22 | export QWS_KEYBOARD='SIMpad' | 22 | export QWS_KEYBOARD='SIMpad' |
23 | export QWS_DISPLAY=Transformed:Rot0:0 ;; | 23 | export QWS_DISPLAY=Transformed:Rot0:0 ;; |
24 | 24 | ||
25 | *) | 25 | *) |