#!/bin/bash

if test "$1" != 0 -a "$1" != 1; then
    exit 0
fi
echo $1 > /sys/devices/platform/pxa910-i2c.0/i2c-0/0-0034/88pm860x-headset/uart
