Skip to content

Commit

Permalink
Wireless: add 8733bu for T31 Camhipro (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegroove authored Jan 9, 2024
1 parent 581a2e2 commit 3029662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions general/overlay/etc/wireless/usb
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,11 @@ if [ "$1" = "mt7601u-t31-camhi" ]; then
exit 0
fi

# T31 Camhipro
if [ "$1" = "rtl8733bu-t31-camhipro" ]; then
set_gpio 61 0
modprobe 8733bu
exit 0
fi

exit 1

0 comments on commit 3029662

Please sign in to comment.