Skip to content

fix: use correct module name in load_goke remove_detect#1980

Merged
widgetii merged 1 commit intoOpenIPC:masterfrom
widgetii:fix/load-goke-remove-detect
Apr 4, 2026
Merged

fix: use correct module name in load_goke remove_detect#1980
widgetii merged 1 commit intoOpenIPC:masterfrom
widgetii:fix/load-goke-remove-detect

Conversation

@widgetii
Copy link
Copy Markdown
Member

@widgetii widgetii commented Apr 4, 2026

Summary

  • remove_detect() in load_goke does rmmod -w gk7205v200_isp but insert_detect() loads modprobe open_isp
  • The rmmod silently fails since the module name doesn't match
  • Fix: change to rmmod -w open_isp

One-line fix for a latent bug — sensor auto-detection cleanup would leave open_isp loaded.

🤖 Generated with Claude Code

remove_detect() tries to rmmod gk7205v200_isp but insert_detect()
loads open_isp. The rmmod silently fails since the module name
doesn't match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@widgetii widgetii merged commit 43b31b8 into OpenIPC:master Apr 4, 2026
84 of 87 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant