]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ozwpan: Added event logging support
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:12:27 +0000 (21:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:52 +0000 (09:26 -0800)
commitf5b02871df9c1a1ab3d67fb9715280b435a94cbd
tree0f5957cb5bf884966ee11f51b272b236355f6813
parentfcfe01b12513049ef18108b69073bdf4f8b25a01
staging: ozwpan: Added event logging support

The event logging subsystem allows internal events in the driver to
be logged. This facilitates testing the correct operation of the
driver. This subsystem is optional and can be switched out at
compile time.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozevent.c [new file with mode: 0644]
drivers/staging/ozwpan/ozevent.h [new file with mode: 0644]
drivers/staging/ozwpan/ozeventdef.h [new file with mode: 0644]