资源简介
AK8120-860R系列话务管理系统V3.13 带驱动。都要有。
代码片段和文件信息
/*
* Prolific PL2303 USB to serial adaptor driver
*
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
*
* Original driver for 2.2.x by anonymous
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License or
* (at your option) any later version.
*
* See Documentation/usb/usb-serial.txt for more information on using this driver
*
* 2001_Oct_06 gkh
* Added RTS and DTR line control. Thanks to joe@bndlg.de for parts of it.
*
* 2001_Sep_19 gkh
* Added break support.
*
* 2001_Aug_30 gkh
* fixed oops in write_bulk_callback.
*
* 2001_Aug_28 gkh
* reworked buffer logic to be like other usb-serial drivers. Hopefully
* removing some reported problems.
*
* 2001_Jun_06 gkh
* finished porting to 2.4 format.
*
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#ifdef CONFIG_USB_SERIAL_DEBUG
static int debug = 1;
#else
static int debug;
#endif
#include “usb-serial.h“
#include “pl2303.h“
/*
* Version Information
*/
#define DRIVER_VERSION “v0.91“
#define DRIVER_DESC “Prolific PL2303 USB to serial adaptor driver“
static __devinitdata struct usb_device_id id_table [] = {
{ USB_DEVICE(PL2303_VENDOR_ID PL2303_PRODUCT_ID) }
{ USB_DEVICE(PL2303_VENDOR_ID PL2303_PRODUCT_ID_RSAQ2) }
{ USB_DEVICE(IODATA_VENDOR_ID IODATA_PRODUCT_ID) }
{ USB_DEVICE(ATEN_VENDOR_ID ATEN_PRODUCT_ID) }
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE (usb id_table);
#define SET_LINE_REQUEST_TYPE 0x21
#define SET_LINE_REQUEST 0x20
#define SET_CONTROL_REQUEST_TYPE 0x21
#define SET_CONTROL_REQUEST 0x22
#define CONTROL_DTR 0x01
#define CONTROL_RTS 0x02
#define BREAK_REQUEST_TYPE 0x21
#define BREAK_REQUEST 0x23
#define BREAK_ON 0xffff
#define BREAK_OFF 0x0000
#define GET_LINE_REQUEST_TYPE 0xa1
#define GET_LINE_REQUEST 0x21
#define VENDOR_WRITE_REQUEST_TYPE 0x40
#define VENDOR_WRITE_REQUEST 0x01
#define VENDOR_READ_REQUEST_TYPE 0xc0
#define VENDOR_READ_REQUEST 0x01
/* function prototypes for a PL2303 serial converter */
static int pl2303_open (struct usb_serial_port *port struct file *filp);
static void pl2303_close (struct usb_serial_port *port struct file *filp);
static void pl2303_set_termios (struct usb_serial_port *port
struct termios *old);
static int pl2303_ioctl (struct usb_serial_port *port struct file *file
unsigned int cmd unsigned long arg);
static void pl2303_read_int_callback (struct urb *urb);
static void pl2303_read_bulk_callback (struct urb *urb);
static void pl2303_write_bu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 14926998 2008-11-28 14:46 ak8120\AK8120-860R系列话务管理系统V3.13.exe
文件 135168 2001-11-07 17:06 ak8120\USB接口驱动\Drive\98ME_20011_2kXP_20024\DRemover98_2K.exe
文件 43136 2003-12-01 10:54 ak8120\USB接口驱动\Drive\98ME_20011_2kXP_20024\ser2pl.sys
文件 34332 2003-10-27 17:42 ak8120\USB接口驱动\Drive\98ME_20011_2kXP_20024\SER9PL.sys
文件 2280 2001-05-23 14:42 ak8120\USB接口驱动\Drive\98ME_20011_2kXP_20024\SERSPL.INF
文件 26719 2003-10-27 17:42 ak8120\USB接口驱动\Drive\98ME_20011_2kXP_20024\SERSPL.VXD
文件 8644 2004-02-25 17:16 ak8120\USB接口驱动\Drive\98ME_20011_2kXP_20024\SERWPL.INF
文件 25257 2004-02-25 11:54 ak8120\USB接口驱动\Drive\IMAC\md_pl-2303hx_v1[1].3.0b2.hqx
文件 25042 2004-02-25 11:53 ak8120\USB接口驱动\Drive\IMAC\md_pl2303hx_v108b3.zip
文件 107795 2010-08-27 13:31 ak8120\USB接口驱动\Drive\USB转串口驱动-98ME_20011_2kXP_20024.rar
文件 199515 2004-02-25 11:56 ak8120\USB接口驱动\Drive\Windows\wd_pl2303hx_98_2009_2K20021.zip
文件 116976 2004-02-27 17:36 ak8120\USB接口驱动\Drive\Windows\wd_pl2303_v20011_v20024.zip
文件 2323 2004-03-29 18:58 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat73\Makefile
文件 20760 2004-03-29 14:52 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat73\pl2303.c
文件 364 2004-03-29 18:55 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat73\ReadMe.txt
文件 2323 2004-03-29 18:58 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat8\Makefile
文件 21019 2004-03-30 13:41 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat8\pl2303.c
文件 364 2004-03-29 18:55 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat8\ReadMe.txt
文件 2323 2004-03-29 18:58 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat9\Makefile
文件 20638 2004-03-30 13:42 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat9\pl2303.c
文件 364 2004-03-29 18:55 ak8120\USB接口驱动\USB TO RS232 Converter\Linux\Redhat9\ReadMe.txt
文件 64292 2008-04-07 16:34 ak8120\USB接口驱动\USB TO RS232 Converter\Mac\iMac 10.1 & 10.4or later\md_pl2303H_HX_X_dmg_v1.2.1r2.zip
文件 710525 2006-05-21 17:26 ak8120\USB接口驱动\USB TO RS232 Converter\Mac\iMac 10.1 & 10.4or later\PL2303_1.2.1r2.dmg
文件 3035 2006-05-22 11:25 ak8120\USB接口驱动\USB TO RS232 Converter\Mac\iMac 10.1 & 10.4or later\readme.txt
文件 12862 2005-06-24 15:17 ak8120\USB接口驱动\USB TO RS232 Converter\Mac\iMac 8 & 9\driver.hqx
文件 563200 2005-10-17 10:25 ak8120\USB接口驱动\USB TO RS232 Converter\Mac\iMac OS X\driver for os x.dmg
文件 520 2005-03-24 13:30 ak8120\USB接口驱动\USB TO RS232 Converter\manual\iMac OS X.txt
文件 68608 2006-06-30 17:10 ak8120\USB接口驱动\USB TO RS232 Converter\manual\iMAC(chinese) .doc
文件 104113 2007-09-03 16:48 ak8120\USB接口驱动\USB TO RS232 Converter\manual\iMAC(chinese) .pdf
文件 124416 2005-03-24 13:30 ak8120\USB接口驱动\USB TO RS232 Converter\manual\iMAC.doc
............此处省略43个文件信息
评论
共有 条评论