pl2303.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. #define BENQ_VENDOR_ID 0x04a5
  11. #define BENQ_PRODUCT_ID_S81 0x4027
  12. #define PL2303_VENDOR_ID 0x067b
  13. #define PL2303_PRODUCT_ID 0x2303
  14. #define PL2303_PRODUCT_ID_TB 0x2304
  15. #define PL2303_PRODUCT_ID_RSAQ2 0x04bb
  16. #define PL2303_PRODUCT_ID_DCU11 0x1234
  17. #define PL2303_PRODUCT_ID_PHAROS 0xaaa0
  18. #define PL2303_PRODUCT_ID_RSAQ3 0xaaa2
  19. #define PL2303_PRODUCT_ID_CHILITAG 0xaaa8
  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. #define PL2303_PRODUCT_ID_MOTOROLA 0x0307
  25. #define PL2303_PRODUCT_ID_ZTEK 0xe1f1
  26. #define ATEN_VENDOR_ID 0x0557
  27. #define ATEN_VENDOR_ID2 0x0547
  28. #define ATEN_PRODUCT_ID 0x2008
  29. #define ATEN_PRODUCT_UC485 0x2021
  30. #define ATEN_PRODUCT_ID2 0x2118
  31. #define IODATA_VENDOR_ID 0x04bb
  32. #define IODATA_PRODUCT_ID 0x0a03
  33. #define IODATA_PRODUCT_ID_RSAQ5 0x0a0e
  34. #define ELCOM_VENDOR_ID 0x056e
  35. #define ELCOM_PRODUCT_ID 0x5003
  36. #define ELCOM_PRODUCT_ID_UCSGT 0x5004
  37. #define ITEGNO_VENDOR_ID 0x0eba
  38. #define ITEGNO_PRODUCT_ID 0x1080
  39. #define ITEGNO_PRODUCT_ID_2080 0x2080
  40. #define MA620_VENDOR_ID 0x0df7
  41. #define MA620_PRODUCT_ID 0x0620
  42. #define RATOC_VENDOR_ID 0x0584
  43. #define RATOC_PRODUCT_ID 0xb000
  44. #define TRIPP_VENDOR_ID 0x2478
  45. #define TRIPP_PRODUCT_ID 0x2008
  46. #define RADIOSHACK_VENDOR_ID 0x1453
  47. #define RADIOSHACK_PRODUCT_ID 0x4026
  48. #define DCU10_VENDOR_ID 0x0731
  49. #define DCU10_PRODUCT_ID 0x0528
  50. #define SITECOM_VENDOR_ID 0x6189
  51. #define SITECOM_PRODUCT_ID 0x2068
  52. /* Alcatel OT535/735 USB cable */
  53. #define ALCATEL_VENDOR_ID 0x11f7
  54. #define ALCATEL_PRODUCT_ID 0x02df
  55. #define SIEMENS_VENDOR_ID 0x11f5
  56. #define SIEMENS_PRODUCT_ID_SX1 0x0001
  57. #define SIEMENS_PRODUCT_ID_X65 0x0003
  58. #define SIEMENS_PRODUCT_ID_X75 0x0004
  59. #define SIEMENS_PRODUCT_ID_EF81 0x0005
  60. #define SYNTECH_VENDOR_ID 0x0745
  61. #define SYNTECH_PRODUCT_ID 0x0001
  62. /* Nokia CA-42 Cable */
  63. #define NOKIA_CA42_VENDOR_ID 0x078b
  64. #define NOKIA_CA42_PRODUCT_ID 0x1234
  65. /* CA-42 CLONE Cable www.ca-42.com chipset: Prolific Technology Inc */
  66. #define CA_42_CA42_VENDOR_ID 0x10b5
  67. #define CA_42_CA42_PRODUCT_ID 0xac70
  68. #define SAGEM_VENDOR_ID 0x079b
  69. #define SAGEM_PRODUCT_ID 0x0027
  70. /* Leadtek GPS 9531 (ID 0413:2101) */
  71. #define LEADTEK_VENDOR_ID 0x0413
  72. #define LEADTEK_9531_PRODUCT_ID 0x2101
  73. /* USB GSM cable from Speed Dragon Multimedia, Ltd */
  74. #define SPEEDDRAGON_VENDOR_ID 0x0e55
  75. #define SPEEDDRAGON_PRODUCT_ID 0x110b
  76. /* DATAPILOT Universal-2 Phone Cable */
  77. #define DATAPILOT_U2_VENDOR_ID 0x0731
  78. #define DATAPILOT_U2_PRODUCT_ID 0x2003
  79. /* Belkin "F5U257" Serial Adapter */
  80. #define BELKIN_VENDOR_ID 0x050d
  81. #define BELKIN_PRODUCT_ID 0x0257
  82. /* Alcor Micro Corp. USB 2.0 TO RS-232 */
  83. #define ALCOR_VENDOR_ID 0x058F
  84. #define ALCOR_PRODUCT_ID 0x9720
  85. /* Willcom WS002IN Data Driver (by NetIndex Inc.) */
  86. #define WS002IN_VENDOR_ID 0x11f6
  87. #define WS002IN_PRODUCT_ID 0x2001
  88. /* Corega CG-USBRS232R Serial Adapter */
  89. #define COREGA_VENDOR_ID 0x07aa
  90. #define COREGA_PRODUCT_ID 0x002a
  91. /* Y.C. Cable U.S.A., Inc - USB to RS-232 */
  92. #define YCCABLE_VENDOR_ID 0x05ad
  93. #define YCCABLE_PRODUCT_ID 0x0fba
  94. /* "Superial" USB - Serial */
  95. #define SUPERIAL_VENDOR_ID 0x5372
  96. #define SUPERIAL_PRODUCT_ID 0x2303
  97. /* Hewlett-Packard POS Pole Displays */
  98. #define HP_VENDOR_ID 0x03f0
  99. #define HP_LM920_PRODUCT_ID 0x026b
  100. #define HP_TD620_PRODUCT_ID 0x0956
  101. #define HP_LD960_PRODUCT_ID 0x0b39
  102. #define HP_LCM220_PRODUCT_ID 0x3139
  103. #define HP_LCM960_PRODUCT_ID 0x3239
  104. #define HP_LD220_PRODUCT_ID 0x3524
  105. #define HP_LD220TA_PRODUCT_ID 0x4349
  106. #define HP_LD960TA_PRODUCT_ID 0x4439
  107. #define HP_LM940_PRODUCT_ID 0x5039
  108. /* Cressi Edy (diving computer) PC interface */
  109. #define CRESSI_VENDOR_ID 0x04b8
  110. #define CRESSI_EDY_PRODUCT_ID 0x0521
  111. /* Zeagle dive computer interface */
  112. #define ZEAGLE_VENDOR_ID 0x04b8
  113. #define ZEAGLE_N2ITION3_PRODUCT_ID 0x0522
  114. /* Sony, USB data cable for CMD-Jxx mobile phones */
  115. #define SONY_VENDOR_ID 0x054c
  116. #define SONY_QN3USB_PRODUCT_ID 0x0437
  117. /* Sanwa KB-USB2 multimeter cable (ID: 11ad:0001) */
  118. #define SANWA_VENDOR_ID 0x11ad
  119. #define SANWA_PRODUCT_ID 0x0001
  120. /* ADLINK ND-6530 RS232,RS485 and RS422 adapter */
  121. #define ADLINK_VENDOR_ID 0x0b63
  122. #define ADLINK_ND6530_PRODUCT_ID 0x6530
  123. /* SMART USB Serial Adapter */
  124. #define SMART_VENDOR_ID 0x0b8c
  125. #define SMART_PRODUCT_ID 0x2303