]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: usb-skeleton: usb anchor to implement flush
authorOliver Neukum <oneukum@suse.de>
Fri, 25 May 2007 11:42:56 +0000 (13:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:34:28 +0000 (16:34 -0700)
commit403dfb58c3134a339e415fba9f6d45b51c6ee357
tree65055125aca69e2e8c0d55a4f5221bd8693cfe7b
parent51a2f077c44e559841b09de6da605b4d3ae40dad
USB: usb-skeleton: usb anchor to implement flush

This patch set introduces usb_anchor and uses it to implement all modern
APIs in the skeleton driver.

- proper error reporting in the skeleton driver
- implementation of flush()

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/usb-skeleton.c