summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-01-07 11:31:58 -0500
committerMike Lockwood <lockwood@android.com>2011-01-07 11:31:58 -0500
commitbe1def8d43d75e280cdd75d432ddcadeaff580b1 (patch)
tree479bcee6e7365bc1227e69c0d639b82435e976cb
parente533c5f1005e8913f577d2aeac5a26f88f55a249 (diff)
downloadsystem_core-be1def8d43d75e280cdd75d432ddcadeaff580b1.zip
system_core-be1def8d43d75e280cdd75d432ddcadeaff580b1.tar.gz
system_core-be1def8d43d75e280cdd75d432ddcadeaff580b1.tar.bz2
libusbhost: Tweak comments.
Change-Id: I45fdba7a94438f7c15fbca5dd65f07df9b522fb3 Signed-off-by: Mike Lockwood <lockwood@android.com>
-rw-r--r--include/usbhost/usbhost.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/usbhost/usbhost.h b/include/usbhost/usbhost.h
index 3deb182..7ef7ace 100644
--- a/include/usbhost/usbhost.h
+++ b/include/usbhost/usbhost.h
@@ -92,14 +92,10 @@ struct usb_device *usb_device_open(const char *dev_name);
/* Releases all resources associated with the USB device */
void usb_device_close(struct usb_device *device);
-/* Creates a usb_device object for already open USB device.
- * This is intended to facilitate sharing USB devices across address spaces.
- */
+/* Creates a usb_device object for already open USB device */
struct usb_device *usb_device_new(const char *dev_name, int fd);
-/* Returns the file descriptor for the usb_device. Used in conjunction with
- * usb_device_new() for sharing USB devices across address spaces.
- */
+/* Returns the file descriptor for the usb_device */
int usb_device_get_fd(struct usb_device *device);
/* Returns the name for the USB device, which is the same as