Core: Make libusb_error_name also handle transfer status codes
authorHans de Goede <hdegoede@redhat.com>
Sat, 15 Sep 2012 10:31:00 +0000 (11:31 +0100)
committerPete Batard <pete@akeo.ie>
Sat, 15 Sep 2012 22:29:32 +0000 (23:29 +0100)
commit75b94b24cf2a7b082b7fe1d493ebbdc3c999f910
tree1249e500dbce4ffb9b635f1ee436097daf177aca
parent9d50e95028c6cada096b821eb9872539efced402
Core: Make libusb_error_name also handle transfer status codes

Note that for the code 0 which means success resp. completed we have an
overlap in the codes. This is not a problem since normally one would not
call libusb_error_name on success / normal completion.
libusb/core.c
libusb/libusb.h
libusb/version_nano.h