summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-26disk: Enable Linux code only on LinuxPali Rohár1-1/+41
2014-11-26local: Enable N900 code only for ARM and enable Linux code only on LinuxPali Rohár1-1/+16
2014-11-26mkii: Fix argument for usb_bulk_writePali Rohár1-1/+1
2014-11-26main: Add missing extern variables for getoptPali Rohár1-0/+3
2014-11-26all: Use internal MEMMEM instead gnu mememPali Rohár3-3/+16
2014-11-26nolo: Check for return buffer sizePali Rohár1-0/+6
2014-11-26all: Use nanosleep (via SLEEP) instead usleepPali Rohár4-10/+13
2014-11-26mkii: Update code with to reflect documentationPali Rohár1-22/+27
2014-11-26doc/mkii: Update info about protocolPali Rohár1-17/+83
2014-11-26mkii: Fix mode informationPali Rohár1-1/+1
2014-11-26mkii: Fix mkii_reboot_devicePali Rohár1-2/+2
2014-11-26mkii: Fix mkii_get_hwrevPali Rohár1-1/+1
2014-11-21operations: Enable mkii_get_sw_verPali Rohár1-0/+2
2014-11-21mkii: Implement mkii_get_sw_verPali Rohár1-5/+15
2014-11-21operations: Check for supported image types in dev_flash_imagePali Rohár1-4/+9
2014-11-21usb-device: Difference between Update and PC Suite modePali Rohár1-3/+7
2014-11-21mkii: Check for Update and PC Suite modePali Rohár1-0/+7
2014-11-21mkii: Check for supported image typesPali Rohár1-0/+36
2014-11-21operations: Enable dumping mmc images via USB disk protocolPali Rohár1-1/+8
2014-11-21disk: Implement disk_dump_image()Pali Rohár1-5/+4
2014-11-21disk: Find emmc device in disk_init()Pali Rohár1-1/+88
2014-11-21usb-device: Add data info to struct usb_devicePali Rohár1-0/+1
2014-11-21disk: Ignore '.' and '..' when listing directoryPali Rohár1-0/+3
2014-11-21local: Ignore '.' and '..' when listing directoryPali Rohár1-0/+3
2014-11-21disk: Remove old disk functions (they are not used anymore)Pali Rohár2-110/+0
2014-11-21local: Use new disk functionsPali Rohár1-91/+66
2014-11-21disk: Implement new functions for raw disk accessPali Rohár2-0/+189
2014-11-18disk: Implement init and get_device functionsPali Rohár1-5/+2
2014-11-18operations: When reboot is not supported use usb_switch_to_nolo()Pali Rohár1-2/+2
2014-11-18usb-device: Do not claim USB interface in raw disk modePali Rohár1-11/+18
2014-11-18operations: Enable RAW diskPali Rohár1-2/+2
2014-11-18usb-device: Enable also RAW diskPali Rohár1-3/+3
2014-11-18operations: Fix code to work also with Mk II protocolPali Rohár1-67/+85
2014-11-18usb-device: Rename usb_switch_to_mkii to usb_switch_to_updatePali Rohár2-2/+4
2014-11-18usb-device: Enable Mk II protocolPali Rohár1-2/+2
2014-11-18mkii: Unfinished code for image flashingPali Rohár1-2/+136
2014-11-18mkii: Implement device rebootPali Rohár1-3/+14
2014-11-18mkii: Implement device initializationPali Rohár1-9/+119
2014-11-18Relase version 0.6.10.6.1Pali Rohár1-1/+1
2014-11-18cold-flash: struct xloader_msg must be packedPali Rohár1-1/+1
2014-11-18fiasco: Fix possible memory leakPali Rohár1-0/+1
2014-11-18nolo: Do not call NOLO_ERROR_LOG when not neededPali Rohár1-5/+9
2014-11-18fiasco: Fix initializing variablesPali Rohár1-3/+7
2014-11-18fiasco: Fix memory leaksPali Rohár1-3/+21
2014-11-18Makefile: Fix compilation of libusb-sniff librariesPali Rohár1-2/+2
2014-11-18main: When doing normal flash filter all 2nd imagesPali Rohár1-0/+17
2014-11-18nolo: Fix parsing cmt statusPali Rohár1-6/+17
2014-11-18main: Correctly set and free processed imagesPali Rohár1-14/+25
2014-11-18printf-utils: Fix division by zero if total is zeroPali Rohár1-1/+1
2014-11-09usb-device: Reattach kernel driverPali Rohár1-0/+29