OSDN Git Service

staging: ozwpan: Added driver entry code
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:11:17 +0000 (21:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:50 +0000 (09:26 -0800)
commit62450bca861f206b09b44492b829b419222c4968
tree8f3d8c442cbd39f1d04c0d60ad5c8c827bbdfd1b
parent3e809144efc37f950606c827f992b653286f5533
staging: ozwpan: Added driver entry code

This series of patches adds the Ozmo USB over WiFi driver to the
driver staging directory. This is a driver for a virtual USB HCD
and uses an L2 network protocol to talk to the device.
This patch adds the driver entry code and a README file with more
details.

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