summaryrefslogtreecommitdiffstats
path: root/src/usb-device.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-07usb-device: Disable Mk II protocol and RAW disk because are not implemented yetPali Rohár1-2/+2
2013-04-07usb-device: Fix crashing when accessing out of global array usb_flash_protoco...Pali Rohár1-1/+1
2012-11-21usb-device: Disable FLASH_DISK and FLASH_MKII modes in usb device table until...Pali Rohár1-3/+3
2012-11-21usb-device: Fix formatting messages and fix usb_switch_to_coldPali Rohár1-2/+10
2012-11-20usb-device: Fix usb_switch_to_coldPali Rohár1-1/+3
2012-11-15usb-device: Added support for Mk IIPali Rohár1-2/+10
2012-09-23usb-device: Added usb_switch_to_ functionsPali Rohár1-0/+42
2012-09-23usb-device: Check for USB product string if device match, remove detected_ pr...Pali Rohár1-4/+32
2012-09-23usb-device: Fix serial number stringPali Rohár1-2/+7
2012-09-23usb-device: If usb_claim_interface fail, exit programPali Rohár1-1/+1
2012-09-22usb-device: fix usb device serial number stringPali Rohár1-0/+1
2012-09-22hwrev is int16_tPali Rohár1-2/+1
2012-08-11usb-device: Fix usb_descriptor_info_print and Mk II namePali Rohár1-2/+2
2012-08-11usb-device: Show USB device descriptor infoPali Rohár1-1/+37
2012-08-11Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to MakefilePali Rohár1-1/+0
2012-08-11usb-device: Add variable detected_hwrev to struct usb_device_infoPali Rohár1-1/+3
2012-08-10Fix NOLO communicationPali Rohár1-0/+1
2012-08-10usb-device: Update usb interface and alternate number for RX-51 Mk II protocolPali Rohár1-1/+1
2012-08-10Rename utils.c to printf-utils.c, remove unused functionsPali Rohár1-7/+1
2012-08-10Fix ERROR macrosPali Rohár1-6/+6
2012-08-09usb-device: Rename struct members of usb_device_infoPali Rohár1-6/+7
2012-08-09usb-device: Rename usb_wait_for_device to usb_open_and_wait_for_devicePali Rohár1-1/+1
2012-08-09usb-device: Added PRINTF_ macros for printing and clearing linePali Rohár1-24/+26
2012-08-09Rename usb_device to usb-device, fix includesPali Rohár1-0/+221