File: epsonds-usb.h

package info (click to toggle)
sane-backends 1.0.27-3.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 43,176 kB
  • sloc: ansic: 435,221; sh: 12,794; makefile: 1,511; java: 1,412; awk: 83; sed: 16
file content (24 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * epsonds-usb.h - Epson ESC/I-2 driver, USB device list.
 *
 * Copyright (C) 2015 Tower Technologies
 * Author: Alessandro Zummo <a.zummo@towertech.it>
 *
 * This file is part of the SANE package.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation, version 2.
 */

#include "sane/sane.h"

#ifndef _EPSONDS_USB_H_
#define _EPSONDS_USB_H_

#define SANE_EPSONDS_VENDOR_ID	(0x4b8)

extern SANE_Word epsonds_usb_product_ids[];
extern int epsonds_get_number_of_ids(void);

#endif