]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4dc2d03b04be396d4858b92c48752a97f583e619
tree8f3d8c442cbd39f1d04c0d60ad5c8c827bbdfd1b
parent3069e7bb2368ac0e46491978a30e0b286221ed98
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]