summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_device.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-06-15 22:38:05 +0000
committerthompsa <thompsa@FreeBSD.org>2009-06-15 22:38:05 +0000
commitbb3fa9168b8e38b580a0c6e83ca5a3a2f8f2bcba (patch)
treef8efdb17f869e3d5f6292146c4bc31024ec968e5 /sys/dev/usb/usb_device.h
parent3e55479329bb79a78046777e9477fb6a7c7a07a2 (diff)
downloadFreeBSD-src-bb3fa9168b8e38b580a0c6e83ca5a3a2f8f2bcba.zip
FreeBSD-src-bb3fa9168b8e38b580a0c6e83ca5a3a2f8f2bcba.tar.gz
Fix usb2_find_descriptor function name.
Diffstat (limited to 'sys/dev/usb/usb_device.h')
-rw-r--r--sys/dev/usb/usb_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h
index f3ca334..9a3bc23 100644
--- a/sys/dev/usb/usb_device.h
+++ b/sys/dev/usb/usb_device.h
@@ -247,7 +247,7 @@ usb_error_t usb_suspend_resume(struct usb_device *udev,
uint8_t do_suspend);
void usb_devinfo(struct usb_device *udev, char *dst_ptr, uint16_t dst_len);
void usb_free_device(struct usb_device *, uint8_t);
-void *usb2_find_descriptor(struct usb_device *udev, void *id,
+void *usbd_find_descriptor(struct usb_device *udev, void *id,
uint8_t iface_index, uint8_t type, uint8_t type_mask,
uint8_t subtype, uint8_t subtype_mask);
void usb_linux_free_device(struct usb_device *dev);
OpenPOWER on IntegriCloud