set -x

s103t_info()
{
    PREDEV=snd-hda-codec-conexant
    SNDDEV=snd-hda-intel model=ideapad
    CAMDEV=uvcvideo
    #modprobe v4l1_compat
    #enable cando touch screen driver
    modprobe hid_multitouch
    modprobe wmi
    modprobe lsrot.ko
    echo test > /sys/power/wake_lock
    return 1
}

detect_hardware()
{
	s103t_info
}
