mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 18:37:02 +00:00
31 lines
459 B
JSON
31 lines
459 B
JSON
{
|
|
"properties": {},
|
|
"rules": [
|
|
{
|
|
"matches": [
|
|
{
|
|
"device.name": "~v4l2_device.*"
|
|
}
|
|
],
|
|
"actions": {
|
|
"update-props": {}
|
|
}
|
|
},
|
|
{
|
|
"matches": [
|
|
{
|
|
"node.name": "~v4l2_input.*"
|
|
},
|
|
{
|
|
"node.name": "~v4l2_output.*"
|
|
}
|
|
],
|
|
"actions": {
|
|
"update-props": {
|
|
"node.pause-on-idle": false
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|