Greg Kroah-Hartman | 5fd54ac | 2017-11-03 11:28:30 +0100 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Kees Lemmens | 49cdee0 | 2007-03-27 12:34:30 +0200 | [diff] [blame] | 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 |