kernel: map signal processing/data acquisition in the device manager
Change-Id: I1ef8b1d2c26a7dcf04956e6ca3c591d480c881a0 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2387 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
@@ -1909,6 +1909,8 @@ device_node::Probe(const char* devicePath, uint32 updateCycle)
|
||||
matches = type == PCI_display;
|
||||
} else if (!strcmp(devicePath, "video")) {
|
||||
matches = type == PCI_multimedia && subType == PCI_video;
|
||||
} else if (!strcmp(devicePath, "power")) {
|
||||
matches = type == PCI_data_acquisition;
|
||||
}
|
||||
} else {
|
||||
// This driver does not support types, but still wants to its
|
||||
|
||||
Reference in New Issue
Block a user