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.

(cherry picked from commit 7cdd12e)
  • Loading branch information
jraygauthier authored and dezgeg committed Nov 21, 2017
1 parent 74c9da9 commit bcbd14e
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 @@ -570,6 +570,7 @@ with stdenv.lib;
${optionalString (versionOlder version "4.14") ''
MEDIA_RC_SUPPORT y
''}
MEDIA_CONTROLLER y
MEDIA_USB_SUPPORT y
MEDIA_PCI_SUPPORT y
Expand Down

0 comments on commit bcbd14e

Please sign in to comment.