Index: uspace/lib/usb/include/usb/port.h
===================================================================
--- uspace/lib/usb/include/usb/port.h	(revision 5bccec32a6aa53d91c35fe402041aae3e14d0209)
+++ uspace/lib/usb/include/usb/port.h	(revision fb28cde1075c08986da7cc9359ec7b201058d6d2)
@@ -41,6 +41,6 @@
  *
  * This subsystem abstracts the rather complicated state machine, and offers
- * a simple call interface to announce events, and a callback structure for
- * implementations to supply the hardware-dependent part.
+ * a simple interface to announce events and leave the fibril management on the
+ * library.
  */
 
@@ -65,6 +65,4 @@
 	/** Current state of the port */
 	usb_port_state_t state;
-	/** A speed of the device connected (if any). Valid unless state == PORT_DISABLED. */
-	usb_speed_t speed;
 	/** CV signalled on fibril exit. */
 	fibril_condvar_t finished_cv;
@@ -87,5 +85,5 @@
 void usb_port_init(usb_port_t *);
 int usb_port_connected(usb_port_t *, usb_port_enumerate_t);
-void usb_port_enabled(usb_port_t *, usb_speed_t);
+void usb_port_enabled(usb_port_t *);
 void usb_port_disabled(usb_port_t *, usb_port_remove_t);
 void usb_port_fini(usb_port_t *);
