Index: uspace/lib/usbdev/src/request.c
===================================================================
--- uspace/lib/usbdev/src/request.c	(revision 2b0929ee5e8d739ac79c3b2185063a8370dc73ab)
+++ uspace/lib/usbdev/src/request.c	(revision 56a07e0ce20ea4cea1023363d0e14d9879bb5e5f)
@@ -112,5 +112,5 @@
   *	(they will come in USB endianness).
   * @param data_size Size of the @p data buffer
-  * 	(in native endianness).
+  *	(in native endianness).
   * @param actual_data_size Actual size of transfered data
   *        (in native endianness).
@@ -275,4 +275,7 @@
 	}
 
+	/* The wValue field specifies the descriptor type in the high byte
+	 * and the descriptor index in the low byte. USB 1.1 spec p. 189
+	 */
 	const uint16_t wValue = descriptor_index | (descriptor_type << 8);
 
