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

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.38-rc1 145 lines 4.1 kB view raw
1/* 2 * Prolific PL2303 USB to serial adaptor driver header file 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 */ 10 11#define BENQ_VENDOR_ID 0x04a5 12#define BENQ_PRODUCT_ID_S81 0x4027 13 14#define PL2303_VENDOR_ID 0x067b 15#define PL2303_PRODUCT_ID 0x2303 16#define PL2303_PRODUCT_ID_RSAQ2 0x04bb 17#define PL2303_PRODUCT_ID_DCU11 0x1234 18#define PL2303_PRODUCT_ID_PHAROS 0xaaa0 19#define PL2303_PRODUCT_ID_RSAQ3 0xaaa2 20#define PL2303_PRODUCT_ID_ALDIGA 0x0611 21#define PL2303_PRODUCT_ID_MMX 0x0612 22#define PL2303_PRODUCT_ID_GPRS 0x0609 23#define PL2303_PRODUCT_ID_HCR331 0x331a 24 25#define ATEN_VENDOR_ID 0x0557 26#define ATEN_VENDOR_ID2 0x0547 27#define ATEN_PRODUCT_ID 0x2008 28 29#define IODATA_VENDOR_ID 0x04bb 30#define IODATA_PRODUCT_ID 0x0a03 31#define IODATA_PRODUCT_ID_RSAQ5 0x0a0e 32 33#define ELCOM_VENDOR_ID 0x056e 34#define ELCOM_PRODUCT_ID 0x5003 35#define ELCOM_PRODUCT_ID_UCSGT 0x5004 36 37#define ITEGNO_VENDOR_ID 0x0eba 38#define ITEGNO_PRODUCT_ID 0x1080 39#define ITEGNO_PRODUCT_ID_2080 0x2080 40 41#define MA620_VENDOR_ID 0x0df7 42#define MA620_PRODUCT_ID 0x0620 43 44#define RATOC_VENDOR_ID 0x0584 45#define RATOC_PRODUCT_ID 0xb000 46 47#define TRIPP_VENDOR_ID 0x2478 48#define TRIPP_PRODUCT_ID 0x2008 49 50#define RADIOSHACK_VENDOR_ID 0x1453 51#define RADIOSHACK_PRODUCT_ID 0x4026 52 53#define DCU10_VENDOR_ID 0x0731 54#define DCU10_PRODUCT_ID 0x0528 55 56#define SITECOM_VENDOR_ID 0x6189 57#define SITECOM_PRODUCT_ID 0x2068 58 59/* Alcatel OT535/735 USB cable */ 60#define ALCATEL_VENDOR_ID 0x11f7 61#define ALCATEL_PRODUCT_ID 0x02df 62 63/* Samsung I330 phone cradle */ 64#define SAMSUNG_VENDOR_ID 0x04e8 65#define SAMSUNG_PRODUCT_ID 0x8001 66 67#define SIEMENS_VENDOR_ID 0x11f5 68#define SIEMENS_PRODUCT_ID_SX1 0x0001 69#define SIEMENS_PRODUCT_ID_X65 0x0003 70#define SIEMENS_PRODUCT_ID_X75 0x0004 71#define SIEMENS_PRODUCT_ID_EF81 0x0005 72 73#define SYNTECH_VENDOR_ID 0x0745 74#define SYNTECH_PRODUCT_ID 0x0001 75 76/* Nokia CA-42 Cable */ 77#define NOKIA_CA42_VENDOR_ID 0x078b 78#define NOKIA_CA42_PRODUCT_ID 0x1234 79 80/* CA-42 CLONE Cable www.ca-42.com chipset: Prolific Technology Inc */ 81#define CA_42_CA42_VENDOR_ID 0x10b5 82#define CA_42_CA42_PRODUCT_ID 0xac70 83 84#define SAGEM_VENDOR_ID 0x079b 85#define SAGEM_PRODUCT_ID 0x0027 86 87/* Leadtek GPS 9531 (ID 0413:2101) */ 88#define LEADTEK_VENDOR_ID 0x0413 89#define LEADTEK_9531_PRODUCT_ID 0x2101 90 91/* USB GSM cable from Speed Dragon Multimedia, Ltd */ 92#define SPEEDDRAGON_VENDOR_ID 0x0e55 93#define SPEEDDRAGON_PRODUCT_ID 0x110b 94 95/* DATAPILOT Universal-2 Phone Cable */ 96#define DATAPILOT_U2_VENDOR_ID 0x0731 97#define DATAPILOT_U2_PRODUCT_ID 0x2003 98 99/* Belkin "F5U257" Serial Adapter */ 100#define BELKIN_VENDOR_ID 0x050d 101#define BELKIN_PRODUCT_ID 0x0257 102 103/* Alcor Micro Corp. USB 2.0 TO RS-232 */ 104#define ALCOR_VENDOR_ID 0x058F 105#define ALCOR_PRODUCT_ID 0x9720 106 107/* Willcom WS002IN Data Driver (by NetIndex Inc.) */ 108#define WS002IN_VENDOR_ID 0x11f6 109#define WS002IN_PRODUCT_ID 0x2001 110 111/* Corega CG-USBRS232R Serial Adapter */ 112#define COREGA_VENDOR_ID 0x07aa 113#define COREGA_PRODUCT_ID 0x002a 114 115/* Y.C. Cable U.S.A., Inc - USB to RS-232 */ 116#define YCCABLE_VENDOR_ID 0x05ad 117#define YCCABLE_PRODUCT_ID 0x0fba 118 119/* "Superial" USB - Serial */ 120#define SUPERIAL_VENDOR_ID 0x5372 121#define SUPERIAL_PRODUCT_ID 0x2303 122 123/* Hewlett-Packard LD220-HP POS Pole Display */ 124#define HP_VENDOR_ID 0x03f0 125#define HP_LD220_PRODUCT_ID 0x3524 126 127/* Cressi Edy (diving computer) PC interface */ 128#define CRESSI_VENDOR_ID 0x04b8 129#define CRESSI_EDY_PRODUCT_ID 0x0521 130 131/* Zeagle dive computer interface */ 132#define ZEAGLE_VENDOR_ID 0x04b8 133#define ZEAGLE_N2ITION3_PRODUCT_ID 0x0522 134 135/* Sony, USB data cable for CMD-Jxx mobile phones */ 136#define SONY_VENDOR_ID 0x054c 137#define SONY_QN3USB_PRODUCT_ID 0x0437 138 139/* Sanwa KB-USB2 multimeter cable (ID: 11ad:0001) */ 140#define SANWA_VENDOR_ID 0x11ad 141#define SANWA_PRODUCT_ID 0x0001 142 143/* ADLINK ND-6530 RS232,RS485 and RS422 adapter */ 144#define ADLINK_VENDOR_ID 0x0b63 145#define ADLINK_ND6530_PRODUCT_ID 0x6530