[sane-devel] Microtek ScanMaker 35t+ probelms

Markku Savela msa@burp.tkv.asdf.org
Sun, 10 Feb 2002 16:52:33 +0200


Oops, the "hack-fix" should read

  if (mi->model_code == 0x62) {
      mi->max_gamma_bit_depth = 8;
      mi->gamma_size = 1;
      mi->max_lookup_size = 256;
      DBG(4, "parse_inquiry:  35t+ falsely reports 10 bit depth.\n");
  }