安装器有做适配
# Fix wireless issue of lenovo y700
fix_lenovo_y700() {
if is_productname_exists "80NV"; then
if is_pci_exists "8086:3166"; then
msg "fix lenovo y700"
# Add ideapad to blacklist of kernel module.
echo "blacklist ideapad_laptop" | tee -a /etc/modprobe.d/ideapad.conf
fi
fi
}