]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ozwpan: Added character device support
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:12:17 +0000 (21:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:51 +0000 (09:26 -0800)
commit19e43df6a3c60e50d9fd35e4a2d5f2cd180aeb05
tree4e5d0743dcaa290bab25cfa9aebe914e27cfc156
parenteb76841fa638e3a261bd316c5e283b60c1ff0243
staging: ozwpan: Added character device support

The character device provides a management interface to the driver
and also provides an additional service to the protocol for side
band communication with the device.

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