]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 22 Oct 2016 14:37:13 +0000 (14:37 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sat, 22 Oct 2016 14:37:13 +0000 (14:37 +0000)
commit0b9cf9729be515a1188d595d1251e8fb59c61ea3
tree7f888c957568bd1a4bf8eab7400b6bce0897181a
parent8f34671a5e3aa4c7b98f4140255735e4360038f1
Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
"product vendor". This is consistent with how it's generally done.
The ordering is visible eg in usbconfig(8) output.

Note to self: MFC this to 9 and 8.

Reviewed by: hselasky@
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D8258
lib/libusb/libusb20_ugen20.c