~ubuntu-branches/debian/sid/hplip/sid

« back to all changes in this revision

Viewing changes to scan/sane/soaphti.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-05 21:09:24 UTC
  • mfrom: (1.7.1) (20.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130505210924-cfpl0sn36p5sr436
Tags: 3.13.4-1
* New upstream release
* Removed "KDE from long description." (Closes: #706269)
* Clarified "[hpijs] short description" (Closes: #706057)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#ifndef _SOAPHTI_H
34
34
#define _SOAPHTI_H
35
35
 
36
 
#define SOAP_CONTRAST_MIN -127
37
 
#define SOAP_CONTRAST_MAX 127
 
36
#define SOAP_CONTRAST_MIN -1000 /*According the SOAP spec*/
 
37
#define SOAP_CONTRAST_MAX 1000
38
38
#define SOAP_CONTRAST_DEFAULT 0
39
39
 
40
40
#define MM_PER_INCH     25.4
143
143
 
144
144
   int index;                    /* dime buffer index */
145
145
   int cnt;                      /* dime buffer count */
146
 
   unsigned char buf[16384];    /* dime buffer */
 
146
   unsigned char buf[65536];    /* dime buffer */ /*Setting to max 64K for dime buffer*/
147
147
   int user_cancel;
148
148
 
149
149
   void *hpmud_handle;         /* returned by dlopen */