https://github.com/torvalds/linux
Revision be729523369ec7825bde4a0e774ee7932e9d3dff authored by Tomasz Kazmierczak on 18 August 2006, 21:43:29 UTC, committed by Greg Kroah-Hartman on 26 August 2006, 20:06:17 UTC
This patch removes support for a clone of Nokia DKU-5 cable made by Ours
Technology Inc, as it turned out that the cable does not use the pl2303
chip, but OTI-6858 chip which is not compatible with the pl2303.

Signed-off-by: Tomasz Kazmierczak <tomek.fizyk@op.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent b93b58e
Raw File
Tip revision: be729523369ec7825bde4a0e774ee7932e9d3dff authored by Tomasz Kazmierczak on 18 August 2006, 21:43:29 UTC
[PATCH] USB: pl2303: removed support for OTi's DKU-5 clone cable
Tip revision: be72952
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series
back to top