pl2303.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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 PL2303_VENDOR_ID 0x067b
  11. #define PL2303_PRODUCT_ID 0x2303
  12. #define PL2303_PRODUCT_ID_RSAQ2 0x04bb
  13. #define PL2303_PRODUCT_ID_DCU11 0x1234
  14. #define PL2303_PRODUCT_ID_PHAROS 0xaaa0
  15. #define PL2303_PRODUCT_ID_RSAQ3 0xaaa2
  16. #define ATEN_VENDOR_ID 0x0557
  17. #define ATEN_VENDOR_ID2 0x0547
  18. #define ATEN_PRODUCT_ID 0x2008
  19. #define IODATA_VENDOR_ID 0x04bb
  20. #define IODATA_PRODUCT_ID 0x0a03
  21. #define ELCOM_VENDOR_ID 0x056e
  22. #define ELCOM_PRODUCT_ID 0x5003
  23. #define ELCOM_PRODUCT_ID_UCSGT 0x5004
  24. #define ITEGNO_VENDOR_ID 0x0eba
  25. #define ITEGNO_PRODUCT_ID 0x1080
  26. #define ITEGNO_PRODUCT_ID_2080 0x2080
  27. #define MA620_VENDOR_ID 0x0df7
  28. #define MA620_PRODUCT_ID 0x0620
  29. #define RATOC_VENDOR_ID 0x0584
  30. #define RATOC_PRODUCT_ID 0xb000
  31. #define TRIPP_VENDOR_ID 0x2478
  32. #define TRIPP_PRODUCT_ID 0x2008
  33. #define RADIOSHACK_VENDOR_ID 0x1453
  34. #define RADIOSHACK_PRODUCT_ID 0x4026
  35. #define DCU10_VENDOR_ID 0x0731
  36. #define DCU10_PRODUCT_ID 0x0528
  37. #define SITECOM_VENDOR_ID 0x6189
  38. #define SITECOM_PRODUCT_ID 0x2068
  39. /* Alcatel OT535/735 USB cable */
  40. #define ALCATEL_VENDOR_ID 0x11f7
  41. #define ALCATEL_PRODUCT_ID 0x02df
  42. /* Samsung I330 phone cradle */
  43. #define SAMSUNG_VENDOR_ID 0x04e8
  44. #define SAMSUNG_PRODUCT_ID 0x8001
  45. #define SIEMENS_VENDOR_ID 0x11f5
  46. #define SIEMENS_PRODUCT_ID_SX1 0x0001
  47. #define SIEMENS_PRODUCT_ID_X65 0x0003
  48. #define SIEMENS_PRODUCT_ID_X75 0x0004
  49. #define SYNTECH_VENDOR_ID 0x0745
  50. #define SYNTECH_PRODUCT_ID 0x0001
  51. /* Nokia CA-42 Cable */
  52. #define NOKIA_CA42_VENDOR_ID 0x078b
  53. #define NOKIA_CA42_PRODUCT_ID 0x1234
  54. /* CA-42 CLONE Cable www.ca-42.com chipset: Prolific Technology Inc */
  55. #define CA_42_CA42_VENDOR_ID 0x10b5
  56. #define CA_42_CA42_PRODUCT_ID 0xac70
  57. #define SAGEM_VENDOR_ID 0x079b
  58. #define SAGEM_PRODUCT_ID 0x0027
  59. /* Leadtek GPS 9531 (ID 0413:2101) */
  60. #define LEADTEK_VENDOR_ID 0x0413
  61. #define LEADTEK_9531_PRODUCT_ID 0x2101
  62. /* USB GSM cable from Speed Dragon Multimedia, Ltd */
  63. #define SPEEDDRAGON_VENDOR_ID 0x0e55
  64. #define SPEEDDRAGON_PRODUCT_ID 0x110b
  65. /* DATAPILOT Universal-2 Phone Cable */
  66. #define DATAPILOT_U2_VENDOR_ID 0x0731
  67. #define DATAPILOT_U2_PRODUCT_ID 0x2003
  68. /* Belkin "F5U257" Serial Adapter */
  69. #define BELKIN_VENDOR_ID 0x050d
  70. #define BELKIN_PRODUCT_ID 0x0257
  71. /* Alcor Micro Corp. USB 2.0 TO RS-232 */
  72. #define ALCOR_VENDOR_ID 0x058F
  73. #define ALCOR_PRODUCT_ID 0x9720
  74. /* Huawei E620 UMTS/HSDPA card (ID: 12d1:1001) */
  75. #define HUAWEI_VENDOR_ID 0x12d1
  76. #define HUAWEI_PRODUCT_ID 0x1001