]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-bootsplash/files/c7x0-rotation.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-bootsplash / files / c7x0-rotation.patch
1 Index: gpe-bootsplash-1.14/gpe-bootsplash.init
2 ===================================================================
3 --- gpe-bootsplash-1.14.orig/gpe-bootsplash.init        2004-11-19 00:32:17.000000000 +0000
4 +++ gpe-bootsplash-1.14/gpe-bootsplash.init     2005-04-18 20:30:44.094001424 +0000
5 @@ -17,7 +17,13 @@
6                 "HP IPAQ H3800")
7                         ARGS="--force-portrait" ;;
8                 "SHARP SHEPHERD" | "SHARP HUSKY" | "SHARP CORGI")
9 -                       ARGS="--force-landscape --flip" ;;
10 +                       case `uname -r` in
11 +                               2.4*)           
12 +                                       ARGS="--force-landscape --flip" ;;
13 +                               *)
14 +                                       ARGS="--force-landscape" ;;
15 +                       esac
16 +                       ;;
17                 "HP IPAQ H5400" | "HP IPAQ H2200" )
18                         ;;
19         esac