
Originally Posted by
movieman
LOL... I can tell you've never written hardware drivers. We often had to work around braindead programming in applications by detecting that said application was running and doing something other than what they asked for. For example, in one case we implemented a feature in hardware that the competition did in software, and an application was reconfiguring it hundreds of times a second which required barely any effort in software but caused a major stall in hardware; we had little choice but to detect that application and push it into a software implementation of the feature because what it was doing was simply insane.
Actually, it's worse than that in that we actually had to _put bugs into our drivers_ because some applications relied on bugs in the drivers they were testing with in order to function, so if our drivers didn't have the same bugs then their application would fall over.
Ah, the joys of proprietary closed-source software where no-one wants to take responsibility for fixing their bugs!