OSDN Git Service

change DEVICE_PACKAGE_OVERLAYS to PRODUCT_PACKAGE_OVERLAYS
[android-x86/device-ibm-thinkpad.git] / thinkpad_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         modprobe wakeup_button || true
11         modprobe wacom || true
12         { grep -q phc_controls /proc/cmdline && modprobe phc_intel || modprobe acpi_cpufreq ; }
13         return 1
14 }