OSDN Git Service

enable wifi by default and disable screen touch sounds (annoying!)
[android-x86/device-ibm-thinkpad.git] / x41t_info
1 set -x
2
3 detect_hardware()
4 {
5         modprobe hdaps || true
6         modprobe mmc_block || true
7         modprobe lib80211_crypt_wep || true
8         modprobe lib80211_crypt_ccmp || true
9         modprobe lib80211_crypt_tkip || true
10         return 1
11 }