~ubuntu-branches/ubuntu/maverick/libhdhomerun/maverick

« back to all changes in this revision

Viewing changes to hdhomerun_config.c

  • Committer: Bazaar Package Importer
  • Author(s): John Baab, John Baab, Mario Limonciello
  • Date: 2010-09-10 11:49:17 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100910114917-chp15amn15s078pb
Tags: 20100828-0ubuntu1
[ John Baab ]
* New upstream version.

[ Mario Limonciello ]
* Update Vcs-Bzr to ~mythbuntu-dev for easier change requests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
                fclose(fp);
478
478
                return -1;
479
479
        }
 
480
 
 
481
        fclose(fp);
480
482
        msleep_minimum(2000);
481
483
 
482
484
        printf("upgrading firmware...\n");
493
495
                count++;
494
496
                if (count > 30) {
495
497
                        fprintf(stderr, "error finding device after firmware upgrade\n");
496
 
                        fclose(fp);
497
498
                        return -1;
498
499
                }
499
500