Skip to content

Commit

Permalink
Merge pull request #231 from desultory/kmod_ignores
Browse files Browse the repository at this point in the history
fix video mask (wmi in standard mask)
  • Loading branch information
desultory authored Feb 25, 2025
2 parents c5f3ddc + 5e206d3 commit 42f46a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ugrd/kmod/novideo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kmod_ignore = [
'video', 'videodev', 'ttm', 'gpu_sched', # generic modules
'video', 'videodev', 'ttm', 'gpu_sched', 'wmi', # generic modules
'uvcvideo', 'uvc', # USB video
'drm_kms_helper', 'drm_display_helper', 'drm_buddy', 'drm_ttm_helper', # DRM
'amdgpu', 'radeon', 'amdxcp', # AMD GPU
Expand Down
2 changes: 1 addition & 1 deletion src/ugrd/kmod/standard_mask.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kmod_ignore_network = true
# These can always be ignored
kmod_ignore = [
'kvm', 'kvm_amd', 'kvm_intel', # virtualization
'ch341', 'cp210x', 'joydev', 'binfmt_misc', 'wmi', 'xpad', # misc
'ch341', 'cp210x', 'joydev', 'binfmt_misc', 'xpad', # misc
'coretemp', 'x86_pkg_temp_thermal', 'k10temp', 'x86_pkg_temp_thermal', # thermal
'iTCO_wdt', 'iTCO_vendor_support', 'sp5100_tco', # watchdog
'intel_qat', 'intel_powerclamp', 'intel_cstate', 'rapl', 'intel_rapl_common', 'intel_rapl_msr', 'intel_pmc_bxt', #intel
Expand Down

0 comments on commit 42f46a3

Please sign in to comment.