History log of /drivers/staging/ozwpan/ozusbsvc1.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ec41a31fb695682cab7fc7c1f6ced84d188b6f9 03-Mar-2012 Greg Kroah-Hartman <gregkh@linuxfoundation.org> staging: ozwpan: remove debug allocator

The kernel already has a debug allocator, no need to have one unique to
a single driver. So delete it, replace with kfree, kmalloc, and, in a
few places that need it, kzalloc().

Cc: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/drivers/staging/ozwpan/ozusbsvc1.c
b3147863b523912633bfd4876d242cd5ae7d8e7a 20-Feb-2012 Chris Kelly <ckelly@ozmodevices.com> staging: ozwpan: Added USB service to protocol

The L2 protocol supports various services, one of which is USB.
This provides the implementation of that service and plumbs it to
the virtual USB HCD.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/drivers/staging/ozwpan/ozusbsvc1.c