Add wireless usb device profile for Lenovo Snowman 1080p

pull/1313/head
githubtmp7 2024-02-11 13:24:33 +00:00
parent 823680b988
commit d4e3d380c2
1 changed files with 7 additions and 0 deletions

View File

@ -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