Lines Matching defs:firmware
387 #define INQUIRY_FIRMWARE 96 /* firmware date and time (AGFA) */
1601 char* firmware = NULL;
1613 firmware = pss->pdev->firmware_filename;
1615 firmware = default_firmware_filename;
1618 "%s: No firmware entry found in config file %s.\n",
1627 DBG(DL_INFO, "Downloading %s\n", firmware);
1628 fd = fopen(firmware,"rb");
1631 DBG (0, "Cannot open firmware file %s.\n", firmware);
1632 DBG (0, "Edit the firmware file entry in %s.\n", SNAPSCAN_CONFIG_FILE);
1651 /* ACER firmware files do not contain an info block */
1660 /* Epson firmware files contain an info block which
1661 specifies the length of the firmware data. The
1674 /* AGFA firmware files contain an info block which
1675 specifies the length of the firmware data. The
1689 DBG(DL_INFO, "Size of firmware: %lu\n", (u_long) bufLength);
1714 * Bugfix for firmware download by Paul Smedley
1717 * Limit inquiry length to 120 bytes if firmware is not yet loaded
1855 * Get name of firmware file in sane_init
1901 * - Read scanner id string again after firmware upload
1903 * - Make firmware upload work for AGFA scanners
1910 * add changes from Acer (new models; automatic firmware upload for USB scanners); fix distorted colour scans after greyscale scans (call set_window only in sane_start); code cleanup