WO2012155452A1 - 获取数据终端设备识别信息的方法和系统 - Google Patents
获取数据终端设备识别信息的方法和系统 Download PDFInfo
- Publication number
- WO2012155452A1 WO2012155452A1 PCT/CN2011/081028 CN2011081028W WO2012155452A1 WO 2012155452 A1 WO2012155452 A1 WO 2012155452A1 CN 2011081028 W CN2011081028 W CN 2011081028W WO 2012155452 A1 WO2012155452 A1 WO 2012155452A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data terminal
- terminal device
- port
- correspondence
- identification code
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
- G06F9/4411—Configuring for operating with peripheral devices; Loading of device drivers
Definitions
- the present invention relates to the field of computer applications, and in particular, to a method and system for acquiring identification information of a data terminal device.
- the processing method of the Linux system is different from that of the Windows system, the method of managing the data terminal device under the Windows system cannot be directly transplanted to the Linux system, and the Linux system does not have a port and device processing mechanism similar to the Windows system, so Linux The data terminal equipment management and identification methods under the system came into being.
- the management software of the data terminal device on the Linux system mainly obtains the PIDWID information of the device by using the third-party software (lsusb) running on the system, and then confirms the correspondence between the port name and the individual port type by using the enumeration test mode. .
- This method can be adapted to the search of a single device, but in the case of port abnormalities, multiple device insertions, etc., the enumeration error rate of the device is high and the management operation of multiple devices cannot be supported temporarily.
- port heuristics need to open the port and send an instruction to confirm the port's attributes. A series of operations results in poor real-time performance when identifying device operations.
- the present invention provides a method and system for acquiring identification information of a data terminal device, and the technical problem to be solved is how to acquire identification information of the data terminal device in real time.
- the present invention provides the following technical solutions:
- a method for obtaining identification information of a data terminal device includes:
- the correspondence between the M1 number and the port type of the data terminal device and the corresponding relationship between the M1 number and the port name of the data terminal device are combined to obtain a correspondence between the port type and the port name of the data terminal device.
- the manner of obtaining the correspondence between the M1 number and the port type of the data terminal device includes: Method 1: acquiring a product identification code of the data terminal device;
- Corresponding relationship between the M1 number and the port type of the data terminal device is obtained by using the product identification code of the data terminal device as a key, from the correspondence between the M1 number and the port type corresponding to each product identification code stored in advance.
- Method 2 Obtain a product identifier and a vendor identifier of the data terminal device
- Determining by using a product identifier of the data terminal device and a vendor identifier as a key, from the correspondence between the M1 number and the port type corresponding to the combination of the product identification code and the vendor identifier stored in advance. Correspondence between the M1 number of the data terminal device and the port type.
- the product identification code and the vendor identification code are obtained by:
- the step of obtaining the correspondence between the M1 number and the port name of the data terminal device in the system includes:
- the method further includes:
- the data terminal device is assigned a bus number and a device address on the bus, and the bus number and the device address on the bus are used as identifiers for identifying the data terminal device in response to an external operation.
- a system for obtaining identification information of a data terminal device comprising:
- a first acquiring device configured to acquire a correspondence between a M1 number of the data terminal device and a port type
- a second obtaining device configured to: obtain, from a system file for recording attribute information of the USB device connected to the operating system, a correspondence between the M1 number and the port name of the data terminal device in the operating system;
- a merging device configured to: merge the correspondence between the M1 number and the port type of the data terminal device and the correspondence between the M1 number and the port name of the data terminal device, to obtain a port type and a port name of the data terminal device Correspondence.
- the first obtaining device is configured to acquire a correspondence between the M1 number and the port type of the data terminal device by: obtaining a product identification code of the data terminal device; using the product identification code of the data terminal device as a key, Obtaining a correspondence between the M1 number and the port type of the data terminal device in the corresponding relationship between the M1 number and the port type corresponding to each product identification code stored in advance; or obtaining the product identification code and vendor identification of the data terminal device Code;
- the product identification code and the vendor identification code of the end device are keywords, and the data terminal device is obtained from the correspondence between the M1 number and the port type corresponding to the combination of the pre-stored product identification code and the vendor identification code. Correspondence between M1 and port type.
- the first obtaining device includes:
- a reading module configured to read, from the system file, a file whose directory corresponding to the data terminal device is "*-*", where * is an integer;
- a first obtaining module configured to: obtain, in a file whose directory is "*-*", the product identification code from a file whose directory includes product identification code information, and, from the directory, the supplier identification code information Obtaining the vendor identifier of the data terminal device in the file.
- the second obtaining device includes:
- a second obtaining module configured to: obtain a file with a directory of "*-*:*.#” from a file corresponding to the directory of the data terminal device in the system file as "*-*",
- the "#” in "*_*:*.#” is the M1 number of one port of the data terminal device;
- the third obtaining module is configured to: obtain a file whose directory is ttyUSB* or ttyACM* under the file whose directory is "*-*:*.#", and "*" in the directory ttyUSB* or ttyACM*
- the location of the port is the port name of the same port, and the corresponding relationship between the M1 number and the port name of the port is obtained.
- the system also includes:
- a distribution device is arranged to: assign a bus number to the data terminal device and a device address on the bus, and use the bus number and the device address on the bus as an identifier for identifying the data terminal device in response to an external operation.
- the present invention utilizes the characteristics of the system file format to obtain the correspondence between the M1 number and the port name in the current system, and combines the obtained correspondence between the M1 number and the port type to obtain the port name and The correspondence between the port types achieves the purpose of obtaining the identification information.
- the time required is shorter, the accuracy is higher, and the real-time requirement is achieved.
- FIG. 1 is a schematic flow chart of an embodiment of a method for acquiring identification information of a data terminal device according to the present invention
- FIG. 2 is a schematic flow chart of an embodiment of a system for acquiring data terminal device identification information according to the present invention
- FIG. 3 is a schematic structural diagram of a first acquiring device 201 in the system embodiment shown in FIG. 2.
- FIG. 1 is a schematic flowchart diagram of an embodiment of a method for acquiring data terminal device identification information in a Linux system according to the present invention.
- the method embodiment shown in FIG. 1 includes:
- Step 101 Obtain a correspondence between a multifunction interface (MI) number of the data terminal device and a port type.
- MI multifunction interface
- the correspondence between the M1 and the port type can be obtained according to the product identification code of the data terminal device, and the method for obtaining the product identification code can be obtained by using a third-party software, and can also read the attribute of the USB device used for recording the system connection.
- the file corresponding to the data terminal device in the system file of the information is a file of "*-*", where * is an integer; in the file whose directory is "*-*", the file including the product identification code information from the directory Obtain the product identification code.
- the corresponding relationship between the M1 number and the port type corresponding to the product identification code can be manually queried, or can be obtained by an automatic query, which includes: using the product identification code of the data terminal device as a key Corresponding relationship between the M1 number and the port type of the data terminal device is obtained from the correspondence between the M1 number and the port type corresponding to each product identification code stored in advance.
- the following methods may also be used to obtain, including: obtaining the product identification code and the supplier identification code of the data terminal device;
- the product identification code and the vendor identification code of the data terminal device are
- the keyword the correspondence between the M1 number and the port type of the data terminal device is obtained from the correspondence between the M1 number and the port type corresponding to the combination of the pre-stored product identification code and the vendor identification code.
- the method for obtaining the vendor identification code may also be obtained by using a third-party software, or the directory corresponding to the data terminal device in the system file may be read as "*-* The file of "where * is an integer; the vendor identification code of the data terminal device is obtained from the file whose directory includes "*-*" from the directory including the supplier identification code information.
- Step 102 Obtain a correspondence between the M1 number and the port name of the data terminal device in the system from a system file used to record attribute information of the USB device connected to the system;
- the file whose directory information is "*-*:*.#” is obtained, and the directory is "*" "#" in -*:*.#” is the M1 number of a port of the data terminal device; under the file whose directory is "*-*:*.#", the directory is ttyUSB* or The ttyACM* file, the "*" in the directory ttyUSB* or ttyACM* is used as the port name of the same port, so that the corresponding relationship between the M1 number and the port name of the port is obtained;
- Step 103 Combine the correspondence between the M1 number and the port type of the data terminal device and the correspondence between the M1 number and the port name of the data terminal device to obtain a correspondence between the port type and the port name of the data terminal device.
- the data terminal device may be assigned a bus number and a device address on the bus, and the bus number and the device address on the bus are used as the identifier for responding to the external operation.
- the identifier of the data terminal device after receiving the external pair According to the access request of the terminal device, the data terminal device is determined by using the identifier.
- the embodiments described below are applicable to Linux system identification of data ports of composite ports, data terminal devices such as mobile phones, and handover management and control between multiple devices.
- the Linux system can be Little Red Riding Hood, Red Flag Linux, Ubuntu, Fedora Core, SUSE Linux, Gentoo, RED HATES or Debian.
- the composite port of the data terminal device means that the data terminal device can be driven to be mapped into multiple virtual ports in the Linux system.
- the driver maps the virtual port on the system, such as a data terminal.
- the drive maps multiple virtual ports on the system.
- Each item in the device information table shall include a device name, a system information, a PID, and a VID (vendor ID); each item in the device port information list includes a M1 number and a port type of the data storage device of the PID number. Correspondence relationship.
- the information in the above two lists is designed at the beginning of the product design, so for a data terminal device, the above information can be determined.
- the device PID, VID, port number and function are all clear at the beginning of the design. Therefore, the VID of each manufacturer is determined, the PID of each device is determined, and the port M1 and The correspondence between the information of the port function (port type) is determinable.
- the above two lists can be stored in the system directory in the form of xml, and then opened, parsed, and obtained corresponding information when used, or directly exist in the device management application in the form of a static table, because the static table is in There is a clear advantage in query efficiency, so this aspect uses the static table to manage device information;
- the reason why the PID is used as the keyword is as follows:
- the VID information of the device is obtained by the vendor to the USB execution forum.
- the VID information of all the hardware devices of the same device manufacturer is the same. If the VID is used as the keyword, then one Under the VID keyword, it is possible to find two in the list.
- the PIDs of devices of different manufacturers may be the same, but for the same manufacturer, the PID of one device is unique and different between the same device vendors, so using PID as a keyword can find the only item.
- the method for obtaining the data terminal device identification information specifically includes:
- Step A Obtain a device list (CurrDevList) of the data terminal device on the current system bus, where the item in the CurrDevList is DevStmct, where the DevStmct package has a unique ID identifier, CurrDevice.id, and device information, where the device information includes the PID, VID, device format information and device name.
- the device information is obtained by acquiring the PID of the data terminal device and obtaining the pre-stored device information list according to the PID, and specifically includes the following processes:
- each device plugged into the USB bus is represented in the form of a folder in the system, wherein the properties of the USB device used to record the system connection in the Linux system are recorded.
- the path information of the system file of the information is DirList (folder list);
- the path DevPath for obtaining the PID and VID is combined, for example, in the form of a folder of 2-1, and DevPath is /sys/bus/usb. /device/2- 1;
- DeviceInfoList can obtain device details.
- the VID information can be obtained by reading the file named idVendor when the DevPath directory is opened. It is determined whether the VID information is in the pre-stored device information list. If not, it indicates that the data terminal device is not a vendor device that needs to be managed, that is, the data terminal device is ignored.
- the unique ID of the data terminal device in the system, CurrDevice.id is obtained as follows:
- BusNumber bus number
- DevAddress device address on the bus
- DeviceInfoList After the PID information is queried in DeviceInfoList to obtain the name and system information of the device and the unique ID of the device, the above information is added to DevStruct. Repeat the above operation to store the device information of all current devices in the system in the CurrDevList.
- Step B Update the device list.
- Step B can specifically have the following steps:
- LastDevList (first empty);
- CurrDevList. size > LastDevList. size it means that the current device ⁇ 1 J table state is Insert_Dev; in this case, it is necessary to determine whether the device PID is the PID of the device disc mode, and if so, the device management module needs to issue the corresponding command ( ject ), switch the device to composite port mode, so that the device enters the normal composite port mode. And update the corresponding device information in CurrDevList to replace its corresponding composite port device information.
- CurrDevList. size LastDevList. size , the device list status does not change, go to the next Round polling;
- CurrDevList.size LastDevList.size , you need to determine whether CurrDevice is set. If the user does not set CurrDevice, the current device list status is Remove—Idle— Dev; If CurrDevice is set and CurrDevList is not queried in CurrDevList, the current The device list status is Remove— Selected— Dev; if the user sets CurrDevice but the CurrDevList has the CurrDevList ID, the current device list status is still Remove—Idle—Dev.
- CurrDevList can accurately record the data terminal equipment connected to the system in real time.
- Step c Obtain an external data terminal device to be operated
- Step D Obtain detailed port information of the specified device.
- the PID is used as a key to obtain the pre-stored device port information list.
- the specific relationship between the M1 information and the port type is as follows: In the device port information list (DevicelnterfaceInfolist), the corresponding information of the Ml number of the CurrDevice and the port type is searched by using the PID information of the CurrDevice as a key, and the information is inserted into the MilnterfaceTypeMap, where the MilnterfaceTypeMap is the M1 information with the M1 as the key. Correspondence table with port type.
- Step D1 Combine the DevDirList to query the folder directory of the PID information of the data terminal device (such as 2-1) and the path /sys/bus/usb/devices, and combine to generate the folder path InterfacePath mapped by the device; for example, The folder format is 2-1, and InterfacePath is /sys/bus/usb/device/2- 1;
- Step D2 Open the folder where the InterfacePath path is located, and obtain all the subdirectory names to be added to the SubDirList, where the subdirectory is shaped like *-*:*.# (*.# are integers), such as 2-1:1.0;
- Step D3 Extract the path data item in the SubDirList, open the subdirectory according to the path data item, and obtain a folder name in which the shape is ttyUSB* or ttyACM* (* is an integer), and the "*" in the folder name is The location is the name of the port that the Interface drives the enumeration on the system;
- Step D4 The number of the # in the subdirectory *-*:*.# (*, #all integer) pointed to by the path data item used in step D3 is taken as the MI number of the same interface in step D3, such as 2 -1: In 1.0, 0 is the Ml number;
- Step D5 According to the port name and the M1 number obtained by the steps D3 and D4, the correspondence between the port name and the M1 of the same interface is obtained, and the correspondence is recorded in the MilnterfaceNameMa with the M1 as the key;
- Step D6 Combine the MilnterfaceTypeMap and the MilnterfaceNameMap with the port MI number as a key to obtain a correspondence between the port name and the port type.
- Step E Once the detailed port information of CurrDevice and its devices is determined, the device can be operated as needed. After the device is requested by the device to the device module, the device module puts the device information requested by the user into the CurrDevice.
- the device management involved in the present invention does not include the device opening and closing operations, and only provides the device information of the candidate device. Its detailed port information is to be operated by the user.
- FIG. 2 is a schematic diagram of a system for acquiring data terminal device identification information according to the present invention.
- the system embodiment shown in Figure 2 includes:
- a first obtaining means 201 configured to acquire a correspondence relationship between the M1 number of the data terminal device and the port type
- a second obtaining device 202 which is connected to the first obtaining device 201, and configured to: obtain the data terminal device in the Linux system from a system file for recording attribute information of a USB device connected to an operating system The correspondence between the M1 number and the port name;
- a merging device 203 which is connected to the second obtaining device 202, and configured to: merge the correspondence between the M1 number and the port type of the data terminal device and the correspondence between the M1 number and the port name of the data terminal device, Corresponding relationship between the port type and the port name of the data terminal device is obtained.
- the first obtaining device 201 is configured to obtain a correspondence between the M1 number and the port type of the data terminal device by: obtaining a product identification code of the data terminal device; and using the product identification code of the data terminal device as a key
- the correspondence between the M1 number and the port type of the data terminal device is obtained from the correspondence between the M1 number and the port type corresponding to each product identification code stored in advance; or, obtaining the product identification code of the data terminal device and a vendor identifier; a correspondence between the M1 number and the port type corresponding to the combination of each product identifier and vendor identifier stored in advance, using the product identifier and the vendor identifier of the data terminal device as keywords
- the correspondence between the M1 number and the port type of the data terminal device is obtained.
- FIG. 3 is a schematic structural diagram of a first acquiring device 201 in the system embodiment shown in FIG. 2.
- the first obtaining means 201 shown in FIG. 3 includes:
- a reading module 301 configured to read, from the system file, a file corresponding to the directory of the data terminal device as "*-*", where * is an integer;
- a first obtaining module 302 configured to: obtain, in a file whose directory is "*-*", the product identification code from a file whose directory includes product identification code information, and the slave directory includes a vendor identification code The vendor identification code of the data terminal device is obtained from the file of the information.
- the second acquiring device includes:
- a second obtaining module configured to: correspond to the data terminal device in the system file In the file whose directory is "*-*”, obtain the file whose directory is "*-*:*.#” under the path information, and use the location in the directory "*_*:*.#” as the data terminal. Ml number of one port of the device;
- the third obtaining module is configured to: obtain a file whose directory is ttyUSB* or ttyACM* under the file whose directory is "*-*:*.#", and "*" in the directory ttyUSB* or ttyACM*
- the location of the port is the port name of the same port, and the corresponding relationship between the M1 number and the port name of the port is obtained.
- system further includes:
- a distribution device is arranged to: assign a bus number to the data terminal device and a device address on the bus, and use the bus number and the device address on the bus as an identifier for identifying the data terminal device in response to an external operation.
- the system embodiment provided by the present invention obtains the correspondence between the M1 number and the port name in the current system by using the characteristics of the system file format, and combines the obtained correspondence between the M1 number and the port type.
- the correspondence between the port name and the port type can be obtained, and the purpose of obtaining the identification information is achieved.
- the time required is shorter, the accuracy is higher, and the real-time requirement is achieved. .
- all or part of the steps of the foregoing embodiments may also be implemented by using an integrated circuit. These steps may be separately fabricated into individual integrated circuit modules, or multiple modules or steps may be fabricated into a single integrated circuit module. achieve.
- the invention is not limited to any particular combination of hardware and software.
- the devices/function modules/functional units in the above embodiments may be implemented by a general-purpose computing device, which may be centralized on a single computing device or distributed over a network of multiple computing devices.
- each device/function module/functional unit in the above embodiment is implemented in the form of a software function module and sold or used as a stand-alone product, it can be stored in a computer readable storage medium.
- the above mentioned computer readable storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
- the present invention utilizes the characteristics of the system file format to obtain the current system.
- the correspondence between the M1 and the port name, and the correspondence between the obtained M1 and the port type can obtain the correspondence between the port name and the port type, and achieve the purpose of obtaining the identification information, and the prior art Compared with the method, it takes less time, more accuracy, and meets the needs of real-time.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Systems (AREA)
- Computer And Data Communications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
BR112013029123A BR112013029123A2 (pt) | 2011-07-08 | 2011-10-20 | método e sistema para a obtenção de informações de identificação de um dispositivo terminal de dados |
EP11865462.3A EP2720152A4 (en) | 2011-07-08 | 2011-10-20 | METHOD AND SYSTEM FOR OBTAINING IDENTIFICATION INFORMATION OF A DATA END USER |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201110191470.7 | 2011-07-08 | ||
CN201110191470.7A CN102393848B (zh) | 2011-07-08 | 2011-07-08 | 获取数据终端设备识别信息的方法和系统 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012155452A1 true WO2012155452A1 (zh) | 2012-11-22 |
Family
ID=45861172
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2011/081028 WO2012155452A1 (zh) | 2011-07-08 | 2011-10-20 | 获取数据终端设备识别信息的方法和系统 |
Country Status (4)
Country | Link |
---|---|
EP (1) | EP2720152A4 (zh) |
CN (1) | CN102393848B (zh) |
BR (1) | BR112013029123A2 (zh) |
WO (1) | WO2012155452A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105930243A (zh) * | 2016-04-18 | 2016-09-07 | 深圳市德名利电子有限公司 | 一种测试usb设备的端口确定方法及系统 |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104468260A (zh) * | 2014-11-13 | 2015-03-25 | 百度在线网络技术(北京)有限公司 | 一种移动终端设备的识别方法、装置及系统 |
CN104820647B (zh) * | 2015-03-20 | 2017-12-29 | 惠州Tcl移动通信有限公司 | 一种处理usb接口信息的方法及终端 |
CN105430565B (zh) * | 2015-10-29 | 2019-04-26 | 广州番禺巨大汽车音响设备有限公司 | 基于双docking接口实现数据接入的方法及系统 |
CN106445847A (zh) * | 2016-09-12 | 2017-02-22 | 天脉聚源(北京)传媒科技有限公司 | 一种u盘sn码的获取方法及装置 |
CN109951860B (zh) * | 2017-12-21 | 2022-07-08 | 深圳Tcl新技术有限公司 | 一种获取wifi信息的方法、智能电视及存储介质 |
CN108280034A (zh) * | 2018-01-30 | 2018-07-13 | 深圳市宏电技术股份有限公司 | 一种安卓系统usb-hid设备自适应方法及装置 |
CN109254935A (zh) * | 2018-08-17 | 2019-01-22 | 青岛海信电器股份有限公司 | 智能电视外接存储设备类型的识别方法和装置 |
CN113886302A (zh) * | 2021-10-19 | 2022-01-04 | 深圳市元征科技股份有限公司 | 应用设备的串口号获取方法、装置、终端设备及存储介质 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1609829A (zh) * | 2003-10-24 | 2005-04-27 | 英业达股份有限公司 | Linux操作系统下对USB设备即插即用的方法 |
CN1632774A (zh) * | 2004-04-30 | 2005-06-29 | 山东新北洋信息技术股份有限公司 | Usb接口设备的识别方法 |
CN101853224A (zh) * | 2010-04-21 | 2010-10-06 | 中兴通讯股份有限公司 | 一种Linux系统数据卡设备端口识别的方法及装置 |
US20110156872A1 (en) * | 2009-12-31 | 2011-06-30 | Alcatel-Lucent Usa Inc. | Smart rfid reader/router |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6981080B2 (en) * | 2001-01-31 | 2005-12-27 | Hewlett-Packard Development Company, L.P. | Look-up table based USB identification |
US20070204070A1 (en) * | 2006-02-27 | 2007-08-30 | Kyocera Mita Corporation | USB device, USB system and recording medium storing USB control program |
US7707323B2 (en) * | 2006-09-11 | 2010-04-27 | Research In Motion Limited | Method and apparatus for enabling enhanced USB interaction |
-
2011
- 2011-07-08 CN CN201110191470.7A patent/CN102393848B/zh active Active
- 2011-10-20 BR BR112013029123A patent/BR112013029123A2/pt not_active Application Discontinuation
- 2011-10-20 EP EP11865462.3A patent/EP2720152A4/en not_active Ceased
- 2011-10-20 WO PCT/CN2011/081028 patent/WO2012155452A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1609829A (zh) * | 2003-10-24 | 2005-04-27 | 英业达股份有限公司 | Linux操作系统下对USB设备即插即用的方法 |
CN1632774A (zh) * | 2004-04-30 | 2005-06-29 | 山东新北洋信息技术股份有限公司 | Usb接口设备的识别方法 |
US20110156872A1 (en) * | 2009-12-31 | 2011-06-30 | Alcatel-Lucent Usa Inc. | Smart rfid reader/router |
CN101853224A (zh) * | 2010-04-21 | 2010-10-06 | 中兴通讯股份有限公司 | 一种Linux系统数据卡设备端口识别的方法及装置 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105930243A (zh) * | 2016-04-18 | 2016-09-07 | 深圳市德名利电子有限公司 | 一种测试usb设备的端口确定方法及系统 |
Also Published As
Publication number | Publication date |
---|---|
CN102393848B (zh) | 2017-05-24 |
EP2720152A1 (en) | 2014-04-16 |
EP2720152A4 (en) | 2014-08-06 |
CN102393848A (zh) | 2012-03-28 |
BR112013029123A2 (pt) | 2017-02-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012155452A1 (zh) | 获取数据终端设备识别信息的方法和系统 | |
JP5728130B2 (ja) | 多段階多ソースバックアップの方法と装置 | |
JP5851023B2 (ja) | 電力状態ベースのバックアップの方法と装置 | |
JP5819518B2 (ja) | 多ソース復元の方法と装置 | |
US8819319B2 (en) | Computer system and method for inheriting HBA identifier of PCI card | |
US20070248311A1 (en) | System and method for transferring data between electronic data storage devices | |
US8230121B2 (en) | Method and apparatus for identifying a device handle in a computer system | |
CN101853224B (zh) | 一种Linux系统数据卡设备端口识别的方法及装置 | |
US9384098B1 (en) | Portable data archiving device | |
JP2011008402A (ja) | 情報処理装置、情報処理装置の制御方法、及びプログラム | |
JP2010219725A (ja) | ネットワーク装置および外部記憶装置をネットワーク上に公開する方法 | |
WO2014185948A1 (en) | Extraction of operating system-specific characteristics via a communication interface | |
CN113608790A (zh) | 基于Linux系统的串口设备自适配管理方法、系统及存储介质 | |
CN111294413B (zh) | 一种互联网协议ip地址的确定方法、装置和可读介质 | |
US11288078B1 (en) | Providing firmware specific information via ACPI tables | |
WO2013189388A2 (zh) | 一种接入usb网卡的方法、usb网卡及pc | |
CN101853142B (zh) | 一种带虚拟光驱的usb设备的识别方法 | |
CN100449472C (zh) | 一种处理磁盘热插拔的方法及装置 | |
KR100733742B1 (ko) | 휴대용 정보처리 단말기 및 상기 단말기의 통신 시스템 | |
US9104671B2 (en) | Automatic storage media content cataloging | |
CN101216809A (zh) | 全usb接口通用数字家电计算盒及其构建数字家电的方法 | |
CN110187844B (zh) | 一种硬raid设备节点自动识别及挂载的方法及装置 | |
US10642839B2 (en) | Associating hardware to store applications | |
KR100754195B1 (ko) | 멀티미디어 장치의 데이터 백업 방법 | |
JPWO2013046334A1 (ja) | 情報処理装置,基本システム起動方法,及び基本システム起動プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11865462 Country of ref document: EP Kind code of ref document: A1 |
|
REEP | Request for entry into the european phase |
Ref document number: 2011865462 Country of ref document: EP |
|
REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112013029123 Country of ref document: BR |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
ENP | Entry into the national phase |
Ref document number: 112013029123 Country of ref document: BR Kind code of ref document: A2 Effective date: 20131112 |