Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update \etc\wireless\usb to include specific profile for IPC-3… #1497

Merged
merged 2 commits into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions general/overlay/etc/wireless/usb
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,25 @@ if [ "$1" = "rtl8733bu-gk7205v200-camhi" ]; then
exit 0
fi

# GK7205V200 Kafei
if [ "$1" = "8188fu-gk7205v200-kafei" ]; then
set_gpio 57 0
modprobe 8188fu
exit 0
fi

# GK7205V300 CamHi
if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
set_gpio 7 0
modprobe 8733bu
exit 0
fi

# GK7205V200 Kafei
if [ "$1" = "8188fu-gk7205v200-kafei" ]; then
set_gpio 57 0
modprobe 8188fu
# GK7205V300 XM IVG-G6S
if [ "$1" = "atbm603x-gk7205v300-xm-g6s" ]; then
devmem 0x100C0080 32 0x530
set_gpio 7 0
modprobe atbm603x_wifi_usb
exit 0
fi

Expand Down
Loading