Skip to content

Commit bcbd14e

Browse files
jraygauthierdezgeg
authored andcommittedNov 21, 2017
kernel config: Enable MEDIA_CONTROLLER
With this disabled, cameras would not get a `/dev/mediaX` entry matching the `/dev/videoX` which broke any application (e.g: `uvcdynctrl -l`, `media-ctl -p`) depending on this interface. (cherry picked from commit 7cdd12e)
1 parent 74c9da9 commit bcbd14e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/os-specific/linux/kernel/common-config.nix

+1
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ with stdenv.lib;
570570
${optionalString (versionOlder version "4.14") ''
571571
MEDIA_RC_SUPPORT y
572572
''}
573+
MEDIA_CONTROLLER y
573574
MEDIA_USB_SUPPORT y
574575
MEDIA_PCI_SUPPORT y
575576

0 commit comments

Comments
 (0)
Please sign in to comment.