Changeset 489
- Timestamp:
- 08/31/2009 06:39:07 PM (3 months ago)
- Location:
- trunk/max-hardware/debian
- Files:
-
- 2 modified
-
changelog (modified) (1 diff)
-
max-hardware.init (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/max-hardware/debian/changelog
r487 r489 1 max-hardware (5.0.max5) max; urgency=low 2 3 * Fix init scripts typos 4 5 -- Mario Izquierdo RodrÃguez (Thinetic Systems SLNE) <mario.izquierdo@thinetic.es> Fri, 24 Jul 2009 14:02:52 +0200 6 1 7 max-hardware (5.0.max4) max; urgency=low 2 8 -
trunk/max-hardware/debian/max-hardware.init
r487 r489 18 18 19 19 # save model in /var/lib/max-hardware/model 20 echo "$TOSH_MODEL /tmp/toshiba-rotate-$(id -u)" > /var/lib/max-hardware/model20 echo "$TOSH_MODEL" > /var/lib/max-hardware/model 21 21 22 22 mkdir -p /dev/input/ … … 39 39 if [ "$(lsusb |grep -c '1bfd:1688')" = "1" ]; then 40 40 # input device detected 41 if [ "$(grep -c '#EeePC' /etc/X11/xorg.conf 2>&1 " = "0" ]; then41 if [ "$(grep -c '#EeePC' /etc/X11/xorg.conf 2>&1)" = "0" ]; then 42 42 # overwrite xorg.conf 43 43 cat /usr/share/max-hardware/EeePC/xorg.conf > /etc/X11/xorg.conf … … 50 50 case "$1" in 51 51 start) 52 log_begin_msg "Starting Max50 hardware hacks" "max-hardware"52 log_begin_msg "Starting Max50 hardware hacks" 53 53 enable_toshiba 54 54 enable_eeepc
