summaryrefslogtreecommitdiffstats
path: root/src/devices.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-18* Initial support for n8100.3.2pancake1-1/+1
- Fix set_altinterface workaround which seems to be checked by nolo 1.7 - n810 has the same USBID than n770 * Define some nolo commands used in query.c in nolo.h * Get SW version with -i too
2008-01-14* Up to 0.3.2pancake1-0/+2
* Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot
2007-11-20- Import patches from Osvaldo Santana * Fix build on gcc 4 * Fix nanddump ↵0.3.1pancake1-1/+1
call definition (ignore oob added) * Fixed some stupid bugs with -pedantic -std=c99 release 0.3.1
2007-06-30* Upgrade to GPLv30.2pancake1-14/+12
2007-06-25* Update documentation for the 0.2 releasepancake1-3/+22
* Fix case0 bug of libusb in usb_device_found function
2007-06-14* Fix device identification for n800. patch from Robert Schusterpancake1-14/+27
- Looks like n770 and n800 have different USB identifiers on the bootloader and the operating system. * Print oops message and exit when the use has no permissions to access to the usb.
2007-05-01* Move usb-dev related code to devices.c from main.cpancake1-0/+88
* Create a root Makefile to build the flasher, logotool and install * Clean some warning messages