OSDN Git Service

update for honeycomb-x86
[android-x86/device-lenovo-s103t.git] / s103t_info
1 set -x
2
3 s103t_info()
4 {
5     PREDEV=snd-hda-codec-conexant
6     SNDDEV=snd-hda-intel model=ideapad
7     CAMDEV=uvcvideo
8     modprobe v4l1_compat
9     #enable cando touch screen driver
10     modprobe hid_multitouch
11     #enable 80211 WiFi
12     modprobe lib80211
13     modprobe wl
14     modprobe wmi
15     modprobe lsrot.ko
16     echo WAKE_LOCK_SUSPEND > /sys/power/wake_lock
17     return 1
18 }
19
20 detect_hardware()
21 {
22         s103t_info
23 }