USB: add SPDX identifiers to all remaining files in drivers/usb/
[linux-2.6-block.git] / drivers / usb / serial / oti6858.h
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Ours Technology Inc. OTi-6858 USB to serial adapter driver.
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  */
10 #ifndef __LINUX_USB_SERIAL_OTI6858_H
11 #define __LINUX_USB_SERIAL_OTI6858_H
12
13 #define OTI6858_VENDOR_ID       0x0ea0
14 #define OTI6858_PRODUCT_ID      0x6858
15
16 #endif