~ubuntu-branches/ubuntu/saucy/hplip/saucy-proposed

« back to all changes in this revision

Viewing changes to scan/sane/io.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-26 11:20:39 UTC
  • mfrom: (1.5.6) (31.1.3 precise)
  • Revision ID: package-import@ubuntu.com-20120526112039-bevxczegxnbyr5m7
Tags: 3.12.4-1
* New upstream release
* Switch to source/format 3.0 (quilt) - drop dpatch
* Refreshed debian/patches
* dh_autoreconf debian/autogen.sh & set local-options single-debian-patch
* Update to debian/compat -> 9
* Fix "hardened build flags" patch from Moritz - thanks (Closes: #667828)
* Fix "duplex descriptor uninitialized" patch from Matej (Closes: #583273)
* Fix "please migrate to kde-runtime" patch from Pino (Closes: #666544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
23
 
24
24
  Contributing Author: Don Welch, David Suffield, Naga Samrat Chowdary Narla,
25
 
 
 
25
                                                Sarbeswar Meher
26
26
\************************************************************************************/
27
27
 
28
28
#if !defined(_IO_H)
39
39
#define EVENT_END_SCAN_JOB 2001
40
40
#define EVENT_SCANNER_FAIL 2002
41
41
#define EVENT_PLUGIN_FAIL 2003
 
42
#define EVENT_SCAN_ADF_LOADED 2004
 
43
#define EVENT_SCAN_TO_DESTINATION_NOTSET = 2005
 
44
#define EVENT_SCAN_WAITING_FOR_PC = 2006
 
45
#define EVENT_SCAN_ADF_JAM 2007
 
46
#define EVENT_SCAN_ADF_DOOR_OPEN 2008
42
47
#define EVENT_SCAN_CANCEL 2009
43
48
#define EVENT_SIZE_WARNING 2010
 
49
#define EVENT_SCAN_ADF_NO_DOCS 2011
 
50
#define EVENT_SCAN_ADF_MISPICK 2012
 
51
#define EVENT_SCAN_BUSY 2013
44
52
 
45
53
#define DBUS_INTERFACE "com.hplip.StatusService"
46
54
#define DBUS_PATH "/"