summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_hid.h')
-rw-r--r--sys/dev/usb/usb_hid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_hid.h b/sys/dev/usb/usb_hid.h
index 4613d02..a0f4cfc 100644
--- a/sys/dev/usb/usb_hid.h
+++ b/sys/dev/usb/usb_hid.h
@@ -72,7 +72,7 @@ struct hid_item {
struct hid_location loc;
};
-/* prototypes from "usb2_hid.c" */
+/* prototypes from "usb_hid.c" */
struct hid_data *hid_start_parse(const void *d, usb_size_t len, int kindset);
void hid_end_parse(struct hid_data *s);
@@ -88,7 +88,7 @@ int hid_is_collection(const void *desc, usb_size_t size, uint32_t usage);
struct usb_hid_descriptor *hid_get_descriptor_from_usb(
struct usb_config_descriptor *cd,
struct usb_interface_descriptor *id);
-usb_error_t usb2_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx,
+usb_error_t usbd_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx,
void **descp, uint16_t *sizep, struct malloc_type *mem,
uint8_t iface_index);
OpenPOWER on IntegriCloud