mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
6ca98bc284
Now that the SPDX tag is in all USB files, that identifies the license in a specific and legally-defined manner. So the extra GPL text wording can be removed as it is no longer needed at all. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. And there's unneeded stuff like the address (sometimes incorrect) for the FSF which is never needed. No copyright headers or other non-license-description text was removed. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
257 B
C
11 lines
257 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Ours Technology Inc. OTi-6858 USB to serial adapter driver.
|
|
*/
|
|
#ifndef __LINUX_USB_SERIAL_OTI6858_H
|
|
#define __LINUX_USB_SERIAL_OTI6858_H
|
|
|
|
#define OTI6858_VENDOR_ID 0x0ea0
|
|
#define OTI6858_PRODUCT_ID 0x6858
|
|
|
|
#endif
|