mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 22:11:19 +08:00
USB: Update to FreeBSD trunk 2015-11-10
This commit is contained in:
@@ -44,7 +44,7 @@ usb_error_t usbd_req_get_config_desc(struct usb_device *udev, struct mtx *mtx,
|
||||
struct usb_config_descriptor *d, uint8_t conf_index);
|
||||
usb_error_t usbd_req_get_config_desc_full(struct usb_device *udev,
|
||||
struct mtx *mtx, struct usb_config_descriptor **ppcd,
|
||||
struct malloc_type *mtype, uint8_t conf_index);
|
||||
uint8_t conf_index);
|
||||
usb_error_t usbd_req_get_desc(struct usb_device *udev, struct mtx *mtx,
|
||||
uint16_t *actlen, void *desc, uint16_t min_len,
|
||||
uint16_t max_len, uint16_t id, uint8_t type,
|
||||
@@ -94,4 +94,7 @@ usb_error_t usbd_req_set_port_link_state(struct usb_device *udev,
|
||||
usb_error_t usbd_req_set_lpm_info(struct usb_device *udev, struct mtx *mtx,
|
||||
uint8_t port, uint8_t besl, uint8_t addr, uint8_t rwe);
|
||||
|
||||
void * usbd_alloc_config_desc(struct usb_device *, uint32_t);
|
||||
void usbd_free_config_desc(struct usb_device *, void *);
|
||||
|
||||
#endif /* _USB_REQUEST_H_ */
|
||||
|
Reference in New Issue
Block a user