pl2303.h 4.1 KB

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