USB: Add usb_endpoint_xfer_control to usb.h
authorSarah Bailey <saharabeara@gmail.com>
Sun, 24 Dec 2006 07:14:58 +0000 (23:14 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:34 +0000 (15:44 -0800)
Added a function to check if an endpoint is a control endpoint.
There were similar functions for bulk, interrupt, and isoc,
but not for control endpoints.

Signed-off-by: Sarah Bailey <saharabeara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found