mirror of https://github.com/OpenIPC/firmware.git
Add wireless usb device profile for Lenovo Snowman 1080p
parent
823680b988
commit
d4e3d380c2
|
@ -17,6 +17,13 @@ if [ "$1" = "rtl8188eu-generic" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
# RTL8188EUS Lenovo Snowman 1080p
|
||||
if [ "$1" = "rtl8188eus-lenovo" ]; then
|
||||
devmem 0x200f006c 32 0
|
||||
modprobe 8188eu
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Generic RTL8188FU
|
||||
if [ "$1" = "rtl8188fu-generic" ]; then
|
||||
modprobe 8188fu
|
||||
|
|
Loading…
Reference in New Issue