Index: uspace/lib/usbhost/include/usb/host/bus.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/bus.h	(revision 5fd9c308725be28e98aaeb91d9f3367e470de4f1)
+++ uspace/lib/usbhost/include/usb/host/bus.h	(revision 81487c4a97e762fee2b77d428ca04d094c33dc25)
@@ -84,5 +84,5 @@
 	endpoint_t *(*create_endpoint)(bus_t *);
 	int (*register_endpoint)(bus_t *, endpoint_t *);
-	int (*release_endpoint)(bus_t *, endpoint_t *);
+	int (*unregister_endpoint)(bus_t *, endpoint_t *);
 	endpoint_t *(*find_endpoint)(bus_t *, usb_target_t, usb_direction_t);
 	void (*destroy_endpoint)(endpoint_t *);			/**< Optional */
@@ -129,5 +129,5 @@
 endpoint_t *bus_create_endpoint(bus_t *);
 int bus_register_endpoint(bus_t *, endpoint_t *);
-int bus_release_endpoint(bus_t *, endpoint_t *);
+int bus_unregister_endpoint(bus_t *, endpoint_t *);
 endpoint_t *bus_find_endpoint(bus_t *, usb_target_t, usb_direction_t);
 
