kopia lustrzana https://gitlab.com/sane-project/backends
22 wiersze
517 B
C
22 wiersze
517 B
C
/*
|
|
* 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)
|
|
|
|
#endif
|