[tuxdroid-svn] r685 - firmware/tuxup/trunk
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-11-12 10:13:57
|
Author: jaguarondi Date: 2007-11-12 11:13:49 +0100 (Mon, 12 Nov 2007) New Revision: 685 Modified: firmware/tuxup/trunk/main.c Log: * Accept the next coming release 0.3.1 of fuxusb as a valid firmware. Modified: firmware/tuxup/trunk/main.c =================================================================== --- firmware/tuxup/trunk/main.c 2007-11-09 16:57:15 UTC (rev 684) +++ firmware/tuxup/trunk/main.c 2007-11-12 10:13:49 UTC (rev 685) @@ -130,7 +130,7 @@ /* Check if we have the old firmware that requires entering * bootloader mode manually, exits with a message that exlains what * to do in such a case. */ - if (device->descriptor.bcdDevice < 0x100) + if (device->descriptor.bcdDevice < 0x030) { fprintf(stderr, msg_old_firmware); exit(1); |