Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] USB: pl2303: added support for OTi's DKU-5 clone cable

This patch adds support for a clone of Nokia DKU-5 cable made by
Ours Technology Inc for Nokia phones with PopPort (Nokia 3100 and others).
The cable uses PL2303 USB-to-serial converter from Prolific Technology Inc.

Signed-off-by: Tomasz Kazmierczak <tomek.fizyk@op.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Tomasz Kazmierczak and committed by
Greg Kroah-Hartman
e853bf4a 3799c401

+5
+1
drivers/usb/serial/pl2303.c
··· 78 78 { USB_DEVICE(SAGEM_VENDOR_ID, SAGEM_PRODUCT_ID) }, 79 79 { USB_DEVICE(LEADTEK_VENDOR_ID, LEADTEK_9531_PRODUCT_ID) }, 80 80 { USB_DEVICE(SPEEDDRAGON_VENDOR_ID, SPEEDDRAGON_PRODUCT_ID) }, 81 + { USB_DEVICE(OTI_VENDOR_ID, OTI_PRODUCT_ID) }, 81 82 { } /* Terminating entry */ 82 83 }; 83 84
+4
drivers/usb/serial/pl2303.h
··· 79 79 /* USB GSM cable from Speed Dragon Multimedia, Ltd */ 80 80 #define SPEEDDRAGON_VENDOR_ID 0x0e55 81 81 #define SPEEDDRAGON_PRODUCT_ID 0x110b 82 + 83 + /* Ours Technology Inc DKU-5 clone, chipset: Prolific Technology Inc */ 84 + #define OTI_VENDOR_ID 0x0ea0 85 + #define OTI_PRODUCT_ID 0x6858