pl2303.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  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 ATEN_VENDOR_ID 0x0557
  14. #define ATEN_PRODUCT_ID 0x2008
  15. #define IODATA_VENDOR_ID 0x04bb
  16. #define IODATA_PRODUCT_ID 0x0a03