Skip to content

Commit

Permalink
kernel config: Enable MEDIA_CONTROLLER
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jraygauthier authored and dezgeg committed Nov 21, 2017
1 parent e5cc4bd commit 7cdd12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -571,6 +571,7 @@ with stdenv.lib;
${optionalString (versionOlder version "4.14") ''
MEDIA_RC_SUPPORT y
''}
MEDIA_CONTROLLER y
MEDIA_USB_SUPPORT y
MEDIA_PCI_SUPPORT y
MEDIA_ANALOG_TV_SUPPORT y
Expand Down

0 comments on commit 7cdd12e

Please sign in to comment.