On Fri, Aug 29, 2008 at 02:49:59AM -0400, Andres Salomon wrote:
If you ever have 2 such devices in the same box use of static variables
will cause the code to not work properly because they will be shared
between the devices. Proper way is to move them into per-device
structure.
--
Dmitry
--