summaryrefslogtreecommitdiffstats
path: root/src/usb-device.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-05usb-device: Remove dead usb_set_configuration() codePali Rohár1-1/+0
It is on worng place, must be called prior usb_claim_interface() and currently no device use it.
2016-12-16all: Fix compilation when u_int*_t are not defined and used by usb.hPali Rohár1-0/+7
2016-12-06all: Revert libusb-1.0 supportPali Rohár1-5/+5
Listing of usb devices with libusb-1.0 is too slow and not usable for flashing or cold-flashing Nokia N900. Old libusb (0.1) does not have this problem and works perfectly. Problem for libusb-1.0 was reported at least two times into libusb-devel mailing list, but upstream developers are totally ignore it. One message is in archive: https://sourceforge.net/p/libusb/mailman/message/34985373/ Because of that there is just one option: use tested and working libusb 0.1 library instead some experimental and non-working libusb-1.0.
2016-02-21all: Fix usb endpoints after conversion to libusb 1.0Pali Rohár1-0/+4
Endpoint in nolo.c for libusb_bulk_transfer must be 0x02, not 0x01.
2016-01-23all: Switch to libusb-1.0Sebastian Reichel1-2/+2
libusb 0.1 is deprecated. This updates 0xFFFF to use the newer libusb 1.0 API instead.
2014-11-21usb-device: Add data info to struct usb_devicePali Rohár1-0/+1
2014-11-18usb-device: Rename usb_switch_to_mkii to usb_switch_to_updatePali Rohár1-1/+1
2012-11-15usb-device: Add FLASH_COUNTPali Rohár1-0/+1
2012-09-23usb-device: Added usb_switch_to_ functionsPali Rohár1-0/+5
2012-09-23usb-device: Check for USB product string if device match, remove detected_ ↵Pali Rohár1-2/+2
prefix
2012-09-22hwrev is int16_tPali Rohár1-1/+1
2012-08-11usb-device: Add variable detected_hwrev to struct usb_device_infoPali Rohár1-1/+2
2012-08-10usb-device: Include oncePali Rohár1-0/+5
2012-08-09usb-device: Rename struct members of usb_device_infoPali Rohár1-2/+3
2012-08-09usb-device: Rename usb_wait_for_device to usb_open_and_wait_for_devicePali Rohár1-1/+1
2012-08-09Rename usb_device to usb-device, fix includesPali Rohár1-0/+49