blob: dacfd5fa1fbec3ceda325f939171551b57ae1f0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* epsonds-usb.c - 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 "epsonds-usb.h"
|