custom label help?
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
23584311ce
commit
353c5c4171
|
@ -24,6 +24,8 @@ patches:
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /data/nfd-worker.conf
|
path: /data/nfd-worker.conf
|
||||||
value: |-
|
value: |-
|
||||||
|
core:
|
||||||
|
sources: ["custom", "pci", "usb"]
|
||||||
sources:
|
sources:
|
||||||
usb:
|
usb:
|
||||||
deviceClassWhitelist:
|
deviceClassWhitelist:
|
||||||
|
@ -44,3 +46,8 @@ patches:
|
||||||
- "device"
|
- "device"
|
||||||
- "subsystem_vendor"
|
- "subsystem_vendor"
|
||||||
- "subsystem_device"
|
- "subsystem_device"
|
||||||
|
custom:
|
||||||
|
- name: "intel-gpu" # Intel integrated GPU
|
||||||
|
matchOn:
|
||||||
|
- pciId:
|
||||||
|
class: ["0300"]
|
||||||
|
|
Loading…
Reference in New Issue