I have a virtual avstream minidriver.
my questions are:
should a virtual driver specify the device location?
For setting device location doing the following works but prevents the
rotation functionality from working (but uses a fixed 0 rotation when
setting no value. ). I need to set the physical device location and
looking for a better way.
I have a virtual avstream minidriver.
my questions are:
should a virtual driver specify the device location?
For setting device location doing the following works but prevents
the rotation functionality from working (but uses a fixed 0 rotation
when setting no value. ).
A virtual device does not have a device location, nor does it need one.
I’m confused as to why you are using an ACPI structure here. How does
your PDO get created? Are you software-enumerated (ROOT\xxx or SW\xxx),
or are you triggered by a custom entry in an ACPI DSDT?
If you are software-enumerated, then you don’t need a physical location,
and you shouldn’t try to invent one. If you are ACPI-enumerated, then
you not really a “virtual driver” – you are driving an ACPI device.
I need to set the physical device location and looking for a better way.
Why do you need to set it? Who cares?
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.