blob: 9fb62f03005d70acc54abd138342df800afac7e8 [file] [log] [blame]
Greg Kroah-Hartman5fd54ac2017-11-03 11:28:30 +01001// SPDX-License-Identifier: GPL-2.0+
Kees Lemmens49cdee02007-03-27 12:34:30 +02002/*
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