pl2303.h 4.2 KB

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