Re: new device driver features
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Around 14 o'clock on Nov 14, Alex Deucher wrote: > Also, for i2c, do we want to use the kernel interfaces or re-implement > in our lib? I suppose it depends on if the kernel supports i2c. linux > does, not sure about the bsds. One of my main goals is to avoid reimplementing work which should (and is) done elsewhere. It seems like i2c is a general system service, therefore we should select an appropriate interface and require it; perhaps encouraging or supporting the deployment of that interface on systems not yet doing so. Replicating functionality available on most systems to avoid requiring it on all systems is a ridiculous waste of time. -keith