From 96c295ad5063678d50a19fa4185730c9bb3e67db Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Mon, 31 Oct 2011 08:05:13 +0200 Subject: Remove AV8100 hacks, we have hdmiservice to manage this automatically now --- debian/changelog | 6 ++++++ snowball | 15 --------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7bc9286..0193b7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +snowball-init (1.2-0) unstable; urgency=low + + * Drop AV8100 hack in favour of hdmiservice + + -- Kalle Vahlman Mon, 31 Oct 2011 08:04:16 +0200 + snowball-init (1.0.1-1) unstable; urgency=low * Add support for Oneiric (with lightdm) rootfs diff --git a/snowball b/snowball index d4b5a51..5773934 100755 --- a/snowball +++ b/snowball @@ -35,20 +35,8 @@ stop_wlan() { modprobe -r cw1200_wlan } -# AV8100 output mode -# 0 = HDMI (default) -# 1 = CVBS -# 2 = DVI-D -set_av8100_mode() { - if [ "$AV8100_MODE" ] - then - echo $AV8100_MODE > /sys/devices/av8100_hdmi.3/hdmisdtvswitch - fi -} - # Configuration options: # - a line with 'WLAN_MAC=0x00,0x80,0xe1,0xb6,0xaf,0xed' sets WLAN MAC -# - a line with 'AV8100_MODE=N' selects AV8100 mode if [ -e /etc/snowballrc ] then . /etc/snowballrc @@ -60,7 +48,6 @@ start) start_musb start_bluetooth start_wlan - set_av8100_mode ;; stop) @@ -76,7 +63,6 @@ force-reload|restart) start_musb start_bluetooth start_wlan - set_av8100_mode ;; *) echo "Usage: $0 {start|stop|restart}" @@ -84,4 +70,3 @@ force-reload|restart) esac exit 0 - -- cgit v1.2.3