11 Jul
2011
11 Jul
'11
1:44 p.m.
On Mon, Jul 11, 2011 at 12:30:52PM +0200, Lambrecht Jürgen wrote:
But actually, I have my doubts. Is it possible to reuse such a platform driver? I don't know the other platforms, maybe they differ a little bit?
Yes, of course. Use platform data or key off something like machine_is_() to handle small differences between systems in the same way as for any other driver. There's a few examples of this in the tree.