Can a device driver overide the device BIOS/firmware? (USB)

Only for programmers and BIOS gurus with technical questions.
Post Reply
KachiWachi
The New Guy
Posts: 1451
Joined: Fri Mar 29, 2002 10:32 pm
Location: Pennsylvania, USA

Question: Can a device driver overide the device BIOS/firmware?

Example: You have an Enhanced USB 2.0 device which is connected to an Enhanced USB 2.0 Controller. The device is plugged in...negotiation happens...and the device is set up (480 Mbps).

Can the device driver be set up to limit the data rate to 12 Mbps, or is this strictly a hardware/firmware controlled situation?

Is (can?) a device driver be written to contain two sections...one for high speed operations and one for "normal" speed operations...or doesn't it work that way?

Thanks.
Post Reply