]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Fixed outdated usb_get_device_descriptor() documentation
authorLaurent Pinchart <laurent.pinchart@skynet.be>
Tue, 7 Nov 2006 09:16:25 +0000 (10:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Nov 2006 22:26:12 +0000 (14:26 -0800)
commitda2eb99d66e65896cc2184bb2e541fb1e555b057
tree116199f4fcc539800abfd34f22cc92d1a49d76ed
parentda41d69bead02d26c14ee53b2ab0fef198c17bc2
USB: Fixed outdated usb_get_device_descriptor() documentation

usb_get_device_descriptor() used to convert several descriptor fields to host
CPU's byte order. Now that it doesn't convert them anymore, update the
documentation to reflect this.

Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/message.c