On Wed, Sep 23, 2009 at 2:48 PM, Peter Stuge peter@stuge.se wrote:
Myles Watson wrote:
In what way is the ops struct phony?
The device can not be discovered so code must know that the device is there, and if code does, the ops provide no benefit but add confusion and undesirable indirection.
I'd be interested to see the alternative code. Devices that can't be probed for can still have resources that need to be read and set and init functions to call.
Myles