File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
scriptmodules/supplementary Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ function gui_xboxdrv() {
132
132
rp_callModule " $md_id "
133
133
fi
134
134
fi
135
- iniConfig " =" " " " /boot/config.txt"
136
135
137
136
local controllers=" $( def_controllers_xboxdrv) "
138
137
local deadzone=" $( def_deadzone_xboxdrv) "
@@ -145,8 +144,6 @@ function gui_xboxdrv() {
145
144
2 " Disable xboxdrv"
146
145
3 " Set number of controllers to enable (currently $controllers )"
147
146
4 " Set analog stick deadzone (currently $deadzone )"
148
- 5 " Set dwc_otg.speed=1 in /boot/config.txt"
149
- 6 " Remove dwc_otg.speed=1 from /boot/config.txt"
150
147
)
151
148
local choice=$( " ${cmd[@]} " " ${options[@]} " 2>&1 > /dev/tty)
152
149
if [[ -n " $choice " ]]; then
@@ -164,14 +161,6 @@ function gui_xboxdrv() {
164
161
4)
165
162
deadzone=$( deadzone_xboxdrv $deadzone )
166
163
;;
167
- 5)
168
- iniSet " dwc_otg.speed" " 1"
169
- printMsgs " dialog" " dwc_otg.speed=1 has been set in /boot/config.txt"
170
- ;;
171
- 6)
172
- iniDel " dwc_otg.speed"
173
- printMsgs " dialog" " dwc_otg.speed=1 has been removed from /boot/config.txt"
174
- ;;
175
164
esac
176
165
else
177
166
break
You can’t perform that action at this time.
0 commit comments