R
railroadjim
Okay gang, I have a weird one. I made some components for the
Intel 945G (ICH7) based motherboard that I'm using, including
these devices:
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
When I look at the properties for these items, the only dependency
that I see is: Dependency upon 'usb.inf'
I have USB support in my project, including the component which
includes the file usb.inf, but when I do a dependency check, all
five of the above components give an error, saying that 'USB Boot 2.0'
is required.
I have no idea where this dependency is coming from, and I don't
want USB Boot 2.0 (which actually causes a conflict with the
existing boot method).
Any ideas why those five devices think that they need 'USB Boot 2.0'?
The project builds and deploys fine without 'USB Boot 2.0', but
it's annoying having those failed dependency checks.
Jim Evans
Intel 945G (ICH7) based motherboard that I'm using, including
these devices:
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
When I look at the properties for these items, the only dependency
that I see is: Dependency upon 'usb.inf'
I have USB support in my project, including the component which
includes the file usb.inf, but when I do a dependency check, all
five of the above components give an error, saying that 'USB Boot 2.0'
is required.
I have no idea where this dependency is coming from, and I don't
want USB Boot 2.0 (which actually causes a conflict with the
existing boot method).
Any ideas why those five devices think that they need 'USB Boot 2.0'?
The project builds and deploys fine without 'USB Boot 2.0', but
it's annoying having those failed dependency checks.
Jim Evans