JP2007052630A - Device driver application method and host device using the same - Google Patents

Device driver application method and host device using the same Download PDF

Info

Publication number
JP2007052630A
JP2007052630A JP2005237208A JP2005237208A JP2007052630A JP 2007052630 A JP2007052630 A JP 2007052630A JP 2005237208 A JP2005237208 A JP 2005237208A JP 2005237208 A JP2005237208 A JP 2005237208A JP 2007052630 A JP2007052630 A JP 2007052630A
Authority
JP
Japan
Prior art keywords
function
driver
interface
peripheral device
usb
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005237208A
Other languages
Japanese (ja)
Inventor
Kazuhisa Kobayashi
和久 小林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
HCX Corp
Original Assignee
HCX Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by HCX Corp filed Critical HCX Corp
Priority to JP2005237208A priority Critical patent/JP2007052630A/en
Publication of JP2007052630A publication Critical patent/JP2007052630A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To utilize functions that a peripheral device has even if a host device is not mounted with a device driver complying to class specifications of the peripheral device. <P>SOLUTION: The host device (car navigation) 1 acquires information on a logical interface described in class specifications from the peripheral device 2, when the host device does not have any device drivers for using functions (modem functions) that the peripheral device (cellular phone) 2 has. Prescribed commands (AT commands) used in the functions (modem functions) are transmitted to each acquired logical interface, and a logical interface responding to the commands appropriately is retrieved. Then, functions that the peripheral device 2 has are used through the retrieved logical interface. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、周辺装置を接続したホスト装置において、周辺装置の備える機能を使用するためのデバイスドライバを適用するデバイスドライバ適用方法及びこれを用いたホスト装置に関するものである。   The present invention relates to a device driver application method for applying a device driver for using a function of a peripheral device in a host device to which the peripheral device is connected, and a host device using the device driver application method.

パーソナルコンピュータでは、周辺機器接続用インタフェースの1つとしてUSB(Universal Serial Bus)が広く用いられている。また、カーナビゲーションのような組込み機器においてもUSBインタフェースを搭載したものがあり、携帯電話等を接続するのに用いられている。通常のUSB接続では、上記パーソナルコンピュータやカーナビゲーションはホスト装置、接続される周辺機器は周辺装置となる。   In personal computers, USB (Universal Serial Bus) is widely used as one of peripheral device connection interfaces. Some embedded devices such as car navigations are equipped with a USB interface, and are used to connect a mobile phone or the like. In normal USB connection, the personal computer and car navigation are host devices, and the connected peripheral devices are peripheral devices.

ホスト装置には、周辺装置との電気的、物理的なインタフェースとなるホストコントローラが搭載され、これを駆動制御するためのソフトウェアであるホストドライバが実装されている。ホスト装置が周辺装置の備える機能を利用するためには、加えて、ホストコントローラ及びホストドライバを介して周辺装置を制御するデバイスドライバが必要で、これをインストールして用いることになる。   The host device includes a host controller serving as an electrical and physical interface with the peripheral device, and a host driver that is software for driving and controlling the host controller. In order for the host device to use the functions of the peripheral device, in addition, a device driver that controls the peripheral device via the host controller and the host driver is necessary, and this is installed and used.

USBでは、代表的な周辺装置に関して、その機能及びインタフェースを定義したクラス仕様を公開している。周辺装置がこの公開されたクラス仕様を満たし、ホスト装置があらかじめ公開されたクラス仕様に対応するデバイスドライバを実装している場合には、利用者は、周辺装置を単にホスト装置に接続するだけで使用することができ、ホスト装置にデバイスドライバをインストールする作業は不要となる。   USB discloses a class specification that defines the functions and interfaces of typical peripheral devices. If the peripheral device meets this published class specification and the host device is equipped with a device driver corresponding to the previously published class specification, the user simply connects the peripheral device to the host device. It can be used, and it is not necessary to install a device driver in the host device.

しかしながら、周辺装置に、公開されたクラス仕様にない独自機能を設けた場合、例えば通信デバイスに周辺装置製造業者(ベンダ)独自のモニタ機能を設けた場合等においては、ベンダが独自にクラス仕様を定義し、ベンダ固有のクラス仕様(ベンダ固有クラス)とすることも可能である。このような場合、ベンダは、これを利用するためのデバイスドライバを格納したCD−ROM等のメディアを提供し、使用者はこれからホスト装置にインストールするのが一般的である。   However, if the peripheral device is provided with a unique function that is not in the published class specification, for example, if the communication device is provided with a monitor function unique to the peripheral device manufacturer (vendor), the vendor will provide its own class specification. It is also possible to define a vendor-specific class specification (vendor-specific class). In such a case, the vendor generally provides a medium such as a CD-ROM storing a device driver for using the vendor, and the user generally installs it on the host device.

ベンダ固有クラスを有する周辺装置のように、ホスト装置側で事前にデバイスドライバをインストールする必要がある場合、使用者はインストールの作業だけでなく、ベンダから提供されるデバイスドライバを格納したメディアのドライブ装置を準備することも必要となり、接続する周辺装置を買い換えた場合等において、逐次インストール作業が必要になってしまい、煩わしい。   When it is necessary to install a device driver in advance on the host device side, such as a peripheral device having a vendor-specific class, the user not only performs the installation work but also a media drive that stores the device driver provided by the vendor. It is also necessary to prepare a device, and when a peripheral device to be connected is replaced, a sequential installation operation becomes necessary, which is troublesome.

この点に関し特許文献1に記載の技術は、ホスト装置にインストールするデバイスドライバプログラムを周辺装置側に格納し、ホスト装置がこれを読み出すことで、インストールを自動的に実行し、デバイスドライバを格納したメディアを不要とするものである。   In this regard, the technology described in Patent Document 1 stores a device driver program to be installed in the host device on the peripheral device side, and the host device reads this to automatically execute installation and store the device driver. Media is not required.

特開2003−150530公報JP 2003-150530 A

上記特許文献1によれば、周辺装置がホスト装置ヘインストールするデバイスドライバを搭載するものであるが、そのためには、各周辺装置はこれに対応していなければならず、デバイス製造業者の負担は増大する。また、ホスト装置が実装するOSやホストドライバの種別は様々であり、それぞれに対応したデバイスドライバを搭載するとなると、これを格納するメモリ容量も増大し、装置コストが高騰する原因にもなる。   According to the above-mentioned Patent Document 1, the peripheral device is equipped with a device driver to be installed in the host device. For this purpose, each peripheral device must support this, and the burden on the device manufacturer is Increase. In addition, there are various types of OSs and host drivers mounted on the host device. If device drivers corresponding to the OSs are mounted, the memory capacity for storing them increases, which causes the device cost to rise.

また、カーナビゲーションに利用者所有の携帯電話を接続して通信するような場合、様々なベンダの携帯電話が接続されることになる。従って、各携帯電話のベンダ間でクラス仕様が統一されていない場合、例えば、カーナビゲーションが公開されたクラス仕様のデバイスドライバしか対応していなければ、ベンダ固有クラスの携帯電話を所持している利用者は使用できず、カーナビゲーションが対応している携帯電話に買い換える等の対応が必要になってしまう。よって、利用者に不便をかけることになる。   Further, when a mobile phone owned by a user is connected to the car navigation for communication, mobile phones of various vendors are connected. Therefore, if the class specifications are not standardized among the vendors of each mobile phone, for example, if only the device driver of the class specifications for which car navigation is publicly available, the use that has the mobile phone of the vendor specific class The user cannot use it, and it becomes necessary to replace the cell phone with a mobile phone compatible with car navigation. This is inconvenient for the user.

本発明は上記課題を解決するものであり、周辺装置側でインストールするデバイスドライバを搭載することなく、またホスト装置が周辺装置のクラス仕様に対応したデバイスドライバを実装していない場合であっても、周辺装置の備える機能を利用できるようにすることを目的とする。   The present invention solves the above-described problem, and does not include a device driver installed on the peripheral device side, and even when the host device does not include a device driver corresponding to the class specification of the peripheral device. The purpose is to make it possible to use the functions of the peripheral device.

上記目的を達成するために、本発明によるデバイスドライバ適用方法では、ホスト装置が、周辺装置の備える機能を使用するためのデバイスドライバを有していない場合に、周辺装置からクラス仕様記述データに記述された論理インタフェースの情報を取得する。取得した各論理インタフェースに対して、所望の機能で扱う所定のコマンドを送出し、所定の応答が得られる論理インタフェースを検索し、検索された論理インタフェースを経由して周辺装置が備える機能を使用する。   In order to achieve the above object, in the device driver application method according to the present invention, when the host device does not have a device driver for using the functions provided in the peripheral device, it is described in the class specification description data from the peripheral device. Get information about the specified logical interface. For each acquired logical interface, a predetermined command handled by a desired function is transmitted, a logical interface that obtains a predetermined response is searched, and a function included in the peripheral device is used via the searched logical interface. .

また、本発明によるホスト装置では、周辺装置からクラス仕様記述データに記述された論理インタフェースの情報を取得するクラス仕様取得手段と、取得した各論理インタフェースに対して所望の機能で扱う所定のコマンドを送出し、所定の応答が得られる論理インタフェースを検索するインタフェース検索ドライバを備える。ホスト装置が、周辺装置の備える機能を使用するためのデバイスドライバを有していない場合に、インタフェース検索ドライバにより検索された論理インタフェースを経由して周辺装置が備える機能を使用する。   In the host device according to the present invention, class specification acquisition means for acquiring information on the logical interface described in the class specification description data from the peripheral device, and a predetermined command to be handled with a desired function for each acquired logical interface An interface search driver for searching for a logical interface that sends out and obtains a predetermined response is provided. When the host device does not have a device driver for using the function provided by the peripheral device, the function provided by the peripheral device is used via the logical interface searched by the interface search driver.

本発明によれば、ホスト装置において、接続される周辺装置のクラス仕様に対応したデバイスドライバがない場合であっても、機能的に使用可能であれば新たにデバイスドライバをインストールする等の作業をすることなく、周辺装置を使用することができる。また、ホスト装置側におけるデバイスドライバでの対応のみで実施できるので、周辺装置は既存のままでよく、メモリに要するコストが増大する等の周辺装置側に係る課題は発生させることがないという効果がある。   According to the present invention, even when there is no device driver corresponding to the class specification of the connected peripheral device in the host device, if the device can be used functionally, a new device driver is installed. The peripheral device can be used without doing so. In addition, since it can be implemented only by the device driver on the host device side, the peripheral device can be left as it is, and there is an effect that a problem on the peripheral device side such as an increase in the cost required for the memory does not occur. is there.

以下、本発明の実施の形態を図面を用いて詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明によるデバイスドライバ適用方法を用いたUSB通信システムの一実施例を示す構成図である。本実施例は、ホスト装置としてカーナビゲーション(以下、カーナビ)1、周辺装置として携帯電話2を用いて、これらをUSBケーブル10にて接続した構成の通信システムである。   FIG. 1 is a block diagram showing an embodiment of a USB communication system using a device driver application method according to the present invention. The present embodiment is a communication system having a configuration in which a car navigation (hereinafter referred to as “car navigation”) 1 is used as a host device and a mobile phone 2 is used as a peripheral device and these are connected by a USB cable 10.

まず、カーナビ1の内部構成を説明する。カーナビ全体制御部11は、CPU12、メモリ13、ナビ周辺I/F部14、USBホストコントローラ15を有する。CPU12は、メモリ13内に格納される後述する各種プログラム131〜134に従ってシステム制御し、カーナビ機能を実現する。USBホストコントローラ15は、携帯電話2との電気的、物理的なインタフェース整合を取るものである。   First, the internal configuration of the car navigation 1 will be described. The car navigation overall control unit 11 includes a CPU 12, a memory 13, a navigation peripheral I / F unit 14, and a USB host controller 15. The CPU 12 controls the system according to various programs 131 to 134 described later stored in the memory 13 to realize a car navigation function. The USB host controller 15 is used to match an electrical and physical interface with the mobile phone 2.

ナビ周辺I/F部14には、次の要素が接続される。表示部16は地図情報等の各種情報を表示する。操作部17は、利用者が経路検索等の各種操作設定を行うためのものであり、操作部17から携帯電話2に対するデータ発信等の指示も行う。GPSアンテナ18は、自車の位置情報を検出するためにGPS衛星から送られる電波を受信する。地図情報記憶部19は、地図情報を記憶するCD−ROM等の記録メディア及びデータ読み出しのドライブ装置である。   The navigation peripheral I / F unit 14 is connected to the following elements. The display unit 16 displays various information such as map information. The operation unit 17 is used by the user to perform various operation settings such as route search. The operation unit 17 also instructs the mobile phone 2 to transmit data to the mobile phone 2. The GPS antenna 18 receives radio waves sent from GPS satellites in order to detect position information of the own vehicle. The map information storage unit 19 is a recording medium such as a CD-ROM for storing map information and a data reading drive device.

メモリ13内に格納される各種プログラム及びデータ131〜134について説明する。カーナビ全体制御処理部131は、例えば、以下のようなカーナビ機能処理を行う。まず、電源投入を検出し、GPSアンテナ18から受信される情報から自車位置を検出する。そして、検出した自車位置周辺の地図データを地図情報記憶部19から読み出して、表示部16に出力する。また、利用者が操作部17を操作して、目的地を設定したことを検出したら、現在位置と設定目的地までの経路を検索し、地図情報に検索経路を表示する。操作部17の操作指示により、携帯電話2を使ったデータ通信であることを検出したら、USBデバイスドライバ133、USBホストドライバ134を使って携帯電話2とのUSB通信制御を行い、携帯電話2を使ったデータ通信を行う等の処理も行う。   Various programs and data 131 to 134 stored in the memory 13 will be described. The car navigation overall control processing unit 131 performs, for example, the following car navigation function processing. First, power-on is detected, and the vehicle position is detected from information received from the GPS antenna 18. Then, the map data around the detected vehicle position is read from the map information storage unit 19 and output to the display unit 16. If the user operates the operation unit 17 to detect that the destination has been set, the current position and the route to the set destination are searched, and the search route is displayed in the map information. If it is detected by the operation instruction of the operation unit 17 that data communication using the mobile phone 2 is detected, USB communication control with the mobile phone 2 is performed using the USB device driver 133 and the USB host driver 134, and the mobile phone 2 is connected. It also performs processing such as performing data communication.

USBデバイスドライバ133は、後述する携帯電話2におけるUSBデバイス機能処理部233と通信を行うためのソフトウェアであり、USBホストドライバ134を起動制御しながら、操作部17指定の携帯電話2内のUSBデバイス機能を使用可能とする。USBデバイスドライバ133には、使用するUSBデバイス機能毎に対応するドライバが実装され、本実施例では、モデム機能対応ドライバ1331と、モデム以外のその他機能対応ドライバ1332(ハンズフリー音声通話用のオーディオ機能等)が実装されているものとする。さらに本実施例では、USBデバイスドライバ133内に、使用機能対応インタフェース検索ドライバ1333を設けた点に特徴がある。   The USB device driver 133 is software for communicating with a USB device function processing unit 233 in the cellular phone 2 to be described later, and controls the activation of the USB host driver 134 while controlling the USB device in the cellular phone 2 designated by the operation unit 17. Enable the function. A driver corresponding to each USB device function to be used is mounted on the USB device driver 133. In this embodiment, a driver corresponding to a modem function 1331 and a driver corresponding to a function other than a modem 1332 (audio function for hands-free voice call) Etc.) are implemented. Furthermore, the present embodiment is characterized in that a use function compatible interface search driver 1333 is provided in the USB device driver 133.

USBデバイスドライバ識別データ部132は、USBデバイスドライバ133に実装されているドライバをUSBデバイス機能毎に識別するための情報として、クラス仕様定義のクラスIDやベンダID等の識別データを格納している。   The USB device driver identification data unit 132 stores identification data such as a class ID and a vendor ID in the class specification definition as information for identifying the driver installed in the USB device driver 133 for each USB device function. .

図4(a)はUSBデバイスドライバ識別データ部132に格納されている情報の一例である。   FIG. 4A shows an example of information stored in the USB device driver identification data unit 132.

図4(a)において、401はデバイスクラスID、402はデバイスサブクラスIDを示しており、これらはUSBデバイス全体の特徴を示すデバイスディスクリプタが有するIDである。図示した設定値は通信デバイスのクラス仕様に定義される値を示しており、デバイスクラスIDは通信デバイスクラスIDを、デバイスサブクラスIDは通信デバイスサブクラスIDを示している。   In FIG. 4A, 401 indicates a device class ID, 402 indicates a device subclass ID, and these are IDs included in a device descriptor indicating the characteristics of the entire USB device. The illustrated setting values indicate values defined in the class specification of the communication device, the device class ID indicates the communication device class ID, and the device subclass ID indicates the communication device subclass ID.

そして、403はインタフェースクラスID、404はインタフェースサブクラスIDを示しており、USBデバイスにおける機能を示すインタフェースディスクリプタが有するIDである。図示した各ID値も通信デバイスのクラス仕様で定義される値を示しており、インタフェースクラスIDは通信インタフェースクラス、インタフェースサブクラスIDはモデム機能に相当する「Abstract Control Model」の設定を示している。   Reference numeral 403 denotes an interface class ID, and 404 denotes an interface subclass ID, which is an ID included in an interface descriptor indicating a function in the USB device. Each illustrated ID value also indicates a value defined by the class specification of the communication device, the interface class ID indicates a communication interface class, and the interface subclass ID indicates an “Abstract Control Model” setting corresponding to a modem function.

USBホストドライバ134は、USBホストコントローラ15へのアクセスを可能とするソフトウェアであり、USBデバイスドライバ133からの起動制御に従って、USBホストコントローラ15を制御し、USB通信を行う。   The USB host driver 134 is software that enables access to the USB host controller 15. The USB host driver 134 controls the USB host controller 15 in accordance with activation control from the USB device driver 133 and performs USB communication.

次に携帯電話2の構成例について説明する。本実施例では、USB周辺装置となる携帯電話2には既存の装置を使用することを前提としており、本実施例の動作に関連する主な構成要素を示している。   Next, a configuration example of the mobile phone 2 will be described. In this embodiment, it is assumed that an existing device is used for the mobile phone 2 as a USB peripheral device, and main components related to the operation of this embodiment are shown.

携帯電話2の携帯全体制御部21には、CPU22、メモリ23、USBファンクションコントローラ24を備えている。CPU22はメモリ23に格納される各種プログラム231〜234を読み出し、実行することで携帯電話機能を実現する。   The overall mobile control unit 21 of the mobile phone 2 includes a CPU 22, a memory 23, and a USB function controller 24. The CPU 22 reads out and executes various programs 231 to 234 stored in the memory 23 to realize a mobile phone function.

USBファンクションコントローラ24は、USB周辺装置側におけるUSBインタフェースであり、USBファンクションドライバ234及びこれを起動制御して各種機能処理を行うUSBデバイス機能処理部233からの命令にしたがって、カーナビ1側のUSBホストコントローラ15とUSB通信を行う。   The USB function controller 24 is a USB interface on the USB peripheral device side, and in accordance with commands from the USB function driver 234 and a USB device function processing unit 233 that controls the activation of the USB function driver 234 and performs this function processing, the USB host on the car navigation 1 side. USB communication with the controller 15 is performed.

メモリ23には、携帯電話全体制御処理部231、クラス仕様記述データ部232、USBデバイス機能処理部233、USBファンクションドライバ234を格納している。USBデバイス機能処理部233には、本実施例では、電話帳交換機能(携帯電話に記憶された電話帳データを外部から書き込み読み出しする機能)、データ通信用のモデム機能、その他の機能(ハンズフリー音声通話用のオーディオ機能など)があるものとし、図示したように、電話帳交換機能処理部2331、モデム機能処理部2332、その他機能処理部2333を備えている。   The memory 23 stores a mobile phone overall control processing unit 231, a class specification description data unit 232, a USB device function processing unit 233, and a USB function driver 234. In this embodiment, the USB device function processing unit 233 includes a telephone directory exchange function (a function for externally writing and reading telephone directory data stored in a mobile phone), a modem function for data communication, and other functions (hands-free). As shown in the figure, a telephone directory exchange function processing unit 2331, a modem function processing unit 2332, and other function processing unit 2333 are provided.

ここでUSB通信では、USBホストコントローラ15及びUSBファンクションコントローラ24間の通信路上に、ソフトウェアで論理的なパイプを確立して通信を行う。USB周辺装置である携帯電話2は、パイプをグループ化してインタフェースを構成し、USBデバイス機能処理部233の電話帳交換機能処理部2331、モデム機能処理部2332、その他機能処理部2333は、それぞれ対応するインタフェースを使用するようになっている。USBデバイスドライバ133は、使用するデバイス機能で使われるインタフェースをUSBホストドライバ134に指定して起動することでパイプ確立等の操作を行う。   Here, in USB communication, communication is performed by establishing a logical pipe on the communication path between the USB host controller 15 and the USB function controller 24 with software. The cellular phone 2 which is a USB peripheral device forms an interface by grouping pipes, and the phone book exchange function processing unit 2331, the modem function processing unit 2332, and the other function processing unit 2333 of the USB device function processing unit 233 correspond respectively. To use the interface. The USB device driver 133 performs operations such as pipe establishment by designating the interface used for the device function to be used to the USB host driver 134 and starting up.

クラス仕様記述データ部232には、USBホスト装置であるカーナビ1が携帯電話2のUSBデバイス機能処理部233の各機能と通信するのに必要な情報が格納されている。ここに格納されるデータは、USBで規定される各種ディスクリプタであり、デバイス全体に関する情報を記述したデバイスディスクリプタ、上記インタフェースに関する情報を記述したインタフェースディスクリプタ等がある。   The class specification description data part 232 stores information necessary for the car navigation 1 as a USB host device to communicate with each function of the USB device function processing part 233 of the mobile phone 2. The data stored here are various descriptors defined by the USB, such as a device descriptor describing information related to the entire device, and an interface descriptor describing information related to the interface.

デバイスディスクリプタには、デバイス全体の機能を表すデバイスクラスID、ベンダID、製品ID等の情報を含んでおり、インタフェースディスクリプタは、USBデバイス機能処理部233の各機能が使用するインタフェースに関して、インタフェースの機能を表すインタフェースクラスID、インタフェース番号、使用パイプ数等の情報を含んでいる。   The device descriptor includes information such as a device class ID, a vendor ID, and a product ID representing the function of the entire device. The interface descriptor relates to the interface used by each function of the USB device function processing unit 233. Information such as an interface class ID, an interface number, and the number of pipes used.

図4(b)はクラス仕様記述データ部232に格納されている情報の一例である。   FIG. 4B is an example of information stored in the class specification description data part 232.

図4(b)において、405〜410はデバイスディスクリプタ、411〜414はUSBデバイス内の論理構成を示すコンフィグレーションディスクリプタ、415〜420はインタフェースディスクリプタ、421〜422はインタフェース内で使われるエンドポイントの特性を示すエンドポイントディスクリプタを示している。423〜428は次のインタフェースディスクリプタを示している。   In FIG. 4B, 405 to 410 are device descriptors, 411 to 414 are configuration descriptors indicating logical configurations in the USB device, 415 to 420 are interface descriptors, and 421 to 422 are characteristics of endpoints used in the interface. Represents an endpoint descriptor. Reference numerals 423 to 428 denote the following interface descriptors.

各ディスクリプタにはそのディスクリプタのデータサイズを示す「bLength」405,411,415,421,423、及びUSB仕様で定義されるディスクリプタ種別を示す「bDescriptorType」406,412,416,422,424を含んでいる。   Each descriptor includes “bLength” 405, 411, 415, 421, 423 indicating the data size of the descriptor, and “bDescriptorType” 406, 412, 416, 422, 424 indicating the descriptor type defined in the USB specification. Yes.

デバイスディスクリプタにおける「bDeviceClass」407及び「bDeviceSubClass」408は、それぞれデバイスクラスID及びデバイスサブクラスIDを示すものであり、図示した値はベンダ固有を示す値である。他に、デバイスディスクリプタには製造メーカであるベンダIDが設定される「idVendor」409、製品IDが設定される「idProduct」410等がある。   “BDeviceClass” 407 and “bDeviceSubClass” 408 in the device descriptor respectively indicate a device class ID and a device subclass ID, and the illustrated values are values indicating vendor-specific. In addition, the device descriptor includes “idVendor” 409 in which a vendor ID as a manufacturer is set, “idProduct” 410 in which a product ID is set.

コンフィグレーションディスクリプタにおける「wTotalLength」412はコンフィグレーション内全データ数を示すものであり、コンフィグレーションディスクリプタ以降の全ディスクリプタのデータサイズが設定される。そして、「bNumInterfaces」414はコンフィグレーション内で定義されるインタフェースの数であり、図示の場合インタフェース#0、#1の2つあることを示している。   “WTotalLength” 412 in the configuration descriptor indicates the total number of data in the configuration, and the data size of all descriptors after the configuration descriptor is set. “BNumInterfaces” 414 is the number of interfaces defined in the configuration, and indicates that there are two interfaces # 0 and # 1 in the illustrated case.

インタフェースディスクリプタにおける「bInterfaceNumber」417及び425はインタフェース番号を示すものである。インタフェース番号はコンフィグレーション内のインタフェースにシーケンシャルに付けられるものであり、「bInterfaceNumber」417は「00h」、同425は「01h」としている。「bNumEndpoints」418及び426はインタフェース内で使われるエンドポイントの数を示している。「bInterfaceClass」419及び427、「bInterfaceSubClass」420及び428は、インタフェースクラスID及びインタフェースサブクラスIDを設定するものであり、図ではベンダ固有クラスの設定を記述している。   “BInterfaceNumber” 417 and 425 in the interface descriptor indicate interface numbers. The interface numbers are assigned sequentially to the interfaces in the configuration, and “bInterfaceNumber” 417 is “00h” and 425 is “01h”. “BNumEndpoints” 418 and 426 indicate the number of endpoints used in the interface. “BInterfaceClass” 419 and 427 and “bInterfaceSubClass” 420 and 428 are for setting an interface class ID and an interface subclass ID. In the figure, the setting of a vendor specific class is described.

421、422以降423の前までにはエンドポイントディスクリプタが設けられ、図示していないが、エンドポイントで転送される最大パケットサイズ、対応するUSB転送タイプ(バルク転送、インタラプト転送等)が記述される。   Endpoint descriptors are provided before 421 and 422 and before 423, and although not shown, the maximum packet size transferred at the endpoint and the corresponding USB transfer type (bulk transfer, interrupt transfer, etc.) are described. .

上記構成において、カーナビ1は、携帯電話2におけるUSBデバイス機能処理部233内の所望の機能を使用するにあたり、使用機能に対応するUSBデバイスドライバ133を使う必要がある。そのため、USBデバイスドライバ133から対応するUSBデバイスドライバを検索して割り当てる処理(デバイスドライバ適用方法)について、以下説明する。   In the above configuration, the car navigation 1 needs to use the USB device driver 133 corresponding to the function to be used when using a desired function in the USB device function processing unit 233 in the mobile phone 2. Therefore, processing (device driver application method) for searching for and assigning a corresponding USB device driver from the USB device driver 133 will be described below.

図2は、本発明によるデバイスドライバ適用方法の一実施例を示すフローチャート図である。本実施例では、ホスト装置であるカーナビの実行する処理に沿って説明する。   FIG. 2 is a flowchart showing an embodiment of a device driver application method according to the present invention. In the present embodiment, description will be given along processing executed by a car navigation system that is a host device.

S301では、USB接続検出をチェックする処理であり、携帯電話2がカーナビ1に接続されたことをUSBホストコントローラ15が検出し、USBホストドライバ134へ通知することによって接続有りと判断する。S302では、ディスクリプタ取得要求を送出し、携帯電話2内のクラス仕様記述データ部232から格納されている情報を読み出す。ディスクリプタ取得要求は、USB規格にて標準デバイスリクエストとして定義されているコマンドの一つである。S303では、クラス仕様記述データ部232から読み出したディスクリプタを携帯電話2から受信し、内部に記憶する。ここでは、格納されている全てのディスクリプタを受信する。   In S301, the USB connection detection is checked. The USB host controller 15 detects that the mobile phone 2 is connected to the car navigation 1, and notifies the USB host driver 134 that the connection is present. In S <b> 302, a descriptor acquisition request is sent, and the stored information is read from the class specification description data part 232 in the mobile phone 2. The descriptor acquisition request is one of commands defined as a standard device request in the USB standard. In S303, the descriptor read from the class specification description data part 232 is received from the mobile phone 2 and stored therein. Here, all stored descriptors are received.

S304では、受信記憶したディスクリプタに記述されているデバイスクラスID、インタフェースクラスID等の各種IDと、カーナビ1が実装しているUSBデバイスドライバ識別データ部132に格納されている設定IDとを比較する。   In S304, various IDs such as a device class ID and an interface class ID described in the received and stored descriptor are compared with the setting ID stored in the USB device driver identification data unit 132 installed in the car navigation 1. .

例えば図4の例では、(a)のデバイスクラスID401と(b)の「bDeviceClass」407、(a)のデバイスサブクラスID402と(b)の「bDeviceSubClass」408、(a)のインタフェースクラスID403と(b)の「bInterfaceClass」419、及び(a)のインタフェースサブクラスID404と(b)の「bInterfaceSubClass」420の全てを比較し、全て一致するか否かの判断を行う。この例では、クラス仕様記述データ部232に記述されているクラスIDはベンダ固有であるため、一致しないことになる。   For example, in the example of FIG. 4, (a) device class ID 401 and (b) “bDeviceClass” 407, (a) device subclass ID 402 and (b) “bDeviceSubClass” 408, (a) interface class ID 403 and ( The “bInterfaceClass” 419 of b) and the interface subclass ID 404 of (a) are all compared with the “bInterfaceSubClass” 420 of (b) to determine whether or not they all match. In this example, the class ID described in the class specification description data part 232 is unique to the vendor and therefore does not match.

S305では、IDの比較結果、一致するIDが見つかった場合は対応USBデバイスドライバ有りと判断する。そして、S306にて、一致したIDに対応付けられるUSBデバイスドライバ133内の機能対応ドライバを、デバイス制御用API(Application Programing Interface)として登録して、処理を終了する。ここで、デバイス制御用APIとは、カーナビ全体制御処理部131がUSBデバイスドライバをアクセスする時に起動する関数インタフェースであり、S306では、上記処理にて見つかった該当機能ドライバが起動されるよう関数インタフェースを設定する処理を行う。   In S305, if a matching ID is found as a result of the ID comparison, it is determined that the corresponding USB device driver is present. In step S306, the function corresponding driver in the USB device driver 133 that is associated with the matched ID is registered as a device control API (Application Programming Interface), and the process ends. Here, the device control API is a function interface activated when the car navigation overall control processing unit 131 accesses the USB device driver. In S306, the function interface is activated so that the corresponding function driver found in the above process is activated. Process to set.

S305において、一致するIDが見つからなかった場合は、対応USBデバイスドライバなしと判断し、次のS307以下の処理に進む。   If no matching ID is found in S305, it is determined that there is no corresponding USB device driver, and the process proceeds to the next step S307 and subsequent steps.

S307以降の処理では、使用機能対応インタフェース検索ドライバ1333を用いて、携帯電話の所望の機能(例えばモデム機能)に対応したインタフェースを検索するものである。携帯電話2側では、USBデバイス機能処理部233に格納する各機能についてそれぞれインタフェースを割り当てているが、クラスIDがベンダ固有IDの場合には、どの機能にどのインタフェース番号が割り当てられているかを、カーナビ1側では分からない。   In the processing after S307, an interface corresponding to a desired function (for example, a modem function) of the cellular phone is searched using the use function corresponding interface search driver 1333. On the mobile phone 2 side, an interface is assigned to each function stored in the USB device function processing unit 233. When the class ID is a vendor-specific ID, which interface number is assigned to which function, I do not know on the car navigation 1 side.

そこで、使用機能対応インタフェース検索ドライバ1333は、S303処理で記憶したディスクリプタ情報に含まれる各インタフェース番号毎にパイプを確立し、モデム制御用コマンドを送出しその応答の有無で、モデム機能が割り当てられているインタフェース番号を検索するものである。   Therefore, the used function compatible interface search driver 1333 establishes a pipe for each interface number included in the descriptor information stored in S303 processing, sends a modem control command, and assigns a modem function depending on whether there is a response. The interface number is searched.

S307では、受信したディスクリプタの情報から、携帯電話2に設定されているインタフェース数、すなわち最大インタフェース番号mを検出する。S308では、検索するインタフェース番号の初期値を例えばn=0に設定する。   In S307, the number of interfaces set in the mobile phone 2, that is, the maximum interface number m is detected from the received descriptor information. In S308, the initial value of the interface number to be searched is set to n = 0, for example.

S309では、インタフェース番号n(初期値=0)のパイプを確立する。S310では、モデム制御コマンド(具体的には、ATコマンド等)を送出する。S311では、送出したモデム制御コマンドに対する応答待ちタイマを設定する。   In S309, a pipe with the interface number n (initial value = 0) is established. In S310, a modem control command (specifically, an AT command or the like) is transmitted. In S311, a response waiting timer for the transmitted modem control command is set.

S312では、設定した時間内に正常なコマンド応答コード(例えば、“OK”)があるかどうか判定する。ここで正常なコマンド応答が得られた場合には、S313にて、インタフェース番号nをモデム機能用インタフェースとしてメモリ13内に記憶する。すなわち、モデム制御コマンドを送出して、所定の応答があったことをもって、インタフェース番号nはモデム機能で使用できるインタフェースであると判断する。   In S312, it is determined whether there is a normal command response code (for example, “OK”) within the set time. If a normal command response is obtained, the interface number n is stored in the memory 13 as a modem function interface in S313. That is, when a modem control command is transmitted and a predetermined response is received, it is determined that the interface number n is an interface that can be used for the modem function.

一方正常なコマンド応答が得られない場合(タイムアウト)には、モデム機能として使えるインタフェースではないと判断し、S314にてインタフェース番号nのパイプを削除する。そしてS315では、インタフェース番号nをn+1に更新する。更新したインタフェース番号について、再度S309に戻り、パイプの確立とコマンド応答を繰り返す。S316でインタフェース番号nが最大値mを越えたら、処理を終了する。   On the other hand, if a normal command response cannot be obtained (timeout), it is determined that the interface is not usable as a modem function, and the pipe having the interface number n is deleted in S314. In step S315, the interface number n is updated to n + 1. For the updated interface number, the process returns to S309 again, and pipe establishment and command response are repeated. If the interface number n exceeds the maximum value m in S316, the process is terminated.

図3は、上記図2のフローチャートにおけるコマンドシーケンスを示す図である。カーナビ1と携帯電話2との間で、モデム機能の割り当てられたインタフェースを検索するものである。ここでは、携帯電話2において、例えば電話帳交換機能処理部2331にはインタフェース番号0(IF#0)を、モデム機能処理部2332にはインタフェース番号1(IF#1)を、その他機能処理部2333にはインタフェース番号2(IF#2)を割り当てているものとする。   FIG. 3 is a diagram showing a command sequence in the flowchart of FIG. An interface to which a modem function is assigned is searched between the car navigation 1 and the mobile phone 2. Here, in the cellular phone 2, for example, the interface number 0 (IF # 0) is stored in the telephone book exchange function processing unit 2331, the interface number 1 (IF # 1) is stored in the modem function processing unit 2332, and the other function processing unit 2333. Is assigned interface number 2 (IF # 2).

使用機能対応インタフェース検索ドライバ1333は、最初にインタフェース番号0のパイプを確立しモデム制御用コマンド(AT)を送出する。しかしインタフェース番号0は、電話帳交換機能処理部2331に割り当てているので、このコマンドに対する応答は得られない。次に、インタフェース番号1のパイプを確立しモデム制御用コマンドを送出する。インタフェース番号1は、モデム機能処理部2332に割り当てているので、パイプはモデム機能処理部2332との間に確立され、コマンドに対する応答コード(OK)が返る。これにより、インタフェース番号1がモデム機能用インタフェースであると判断する。このようにして、モデム機能用として使用可能なインタフェース番号1をメモリ13に記憶する(S313)。   The used function corresponding interface search driver 1333 first establishes a pipe with interface number 0 and sends a modem control command (AT). However, since interface number 0 is assigned to the telephone directory exchange function processing unit 2331, a response to this command cannot be obtained. Next, a pipe with interface number 1 is established and a modem control command is transmitted. Since interface number 1 is assigned to the modem function processing unit 2332, a pipe is established with the modem function processing unit 2332, and a response code (OK) to the command is returned. Accordingly, it is determined that the interface number 1 is a modem function interface. In this way, the interface number 1 that can be used for the modem function is stored in the memory 13 (S313).

その後、カーナビ全体制御処理部131が、モデム機能を指定してUSBデバイスドライバ133を操作した場合、USBデバイスドライバ133はモデム機能用としてメモリ13内に記憶されたインタフェース番号を読み出す。USBホストドライバ134はこれを経由して操作することで、携帯電話2内のモデム機能処理部2332との間にパイプが確立され、通信が可能となる。   Thereafter, when the car navigation overall control processing unit 131 designates the modem function and operates the USB device driver 133, the USB device driver 133 reads the interface number stored in the memory 13 for the modem function. By operating the USB host driver 134 via this, a pipe is established with the modem function processing unit 2332 in the mobile phone 2 and communication is possible.

使用機能対応インタフェース検索ドライバ1333は、モデム機能に限らず、携帯電話が備える他の機能に適用することが可能である。   The used function compatible interface search driver 1333 is not limited to the modem function, and can be applied to other functions of the mobile phone.

以上説明したように、カーナビに接続した携帯電話に対し、携帯電話のクラスID等の識別情報に対応するデバイスドライバが見つからない場合がある。そのような場合、本実施例によれば、カーナビから携帯電話に所定のコマンドを送信することで通信可能なインタフェースを検索することができる。そして、検索したインタフェースを経由して携帯電話の所望の機能を利用できるようになるので、カーナビで利用できる携帯電話の機能を拡大することができる。   As described above, a device driver corresponding to identification information such as a mobile phone class ID may not be found for a mobile phone connected to a car navigation system. In such a case, according to the present embodiment, it is possible to search for a communicable interface by transmitting a predetermined command from the car navigation system to the mobile phone. Since the desired function of the mobile phone can be used via the searched interface, the function of the mobile phone that can be used in the car navigation system can be expanded.

従って、カーナビに携帯電話を接続してデータ通信を行うような場合、接続される携帯電話のクラス仕様がベンダ毎に異なっていたとしても、より多くのベンダの携帯電話のモデム機能を利用できるようになり、カーナビの利便性の向上が図れる。   Therefore, when data communication is performed by connecting a mobile phone to a car navigation system, even if the class specification of the connected mobile phone is different for each vendor, the modem function of more vendors' mobile phones can be used. As a result, the convenience of car navigation systems can be improved.

本実施例では、携帯電話側における新たな対応は不要であるので、カーナビで使用できる携帯電話が拡大でき、また、カーナビ側に後からデバイスドライバをインストールする必要もないので、特にカーナビのような組込みシステムにおいて効果的である。   In this embodiment, since no new correspondence is required on the mobile phone side, the number of mobile phones that can be used in the car navigation system can be expanded, and it is not necessary to install a device driver on the car navigation side later. It is effective in embedded systems.

上記実施例では、ホスト装置としてカーナビゲーション、周辺装置として携帯電話の場合を例に述べたが、本発明はこれに限らず、ホスト装置と周辺装置をUSB接続して通信するシステムおよび装置に適用できることは言うまでもない。   In the above embodiment, the case where the host device is a car navigation and the peripheral device is a mobile phone is described as an example. However, the present invention is not limited to this, and the present invention is applicable to a system and a device that communicate by connecting the host device and the peripheral device via USB. Needless to say, you can.

すなわち本発明によれば、ホスト装置において、接続される周辺装置のクラス仕様に対応したデバイスドライバがない場合であっても、機能的に使用可能であれば新たにデバイスドライバをインストールする等の作業をすることなく、周辺装置を使用することができる。   That is, according to the present invention, even if there is no device driver corresponding to the class specification of the connected peripheral device in the host device, if the device can be used functionally, a new device driver is installed. Peripheral devices can be used without having to

また、ホスト装置側におけるデバイスドライバでの対応のみで実施できるので、周辺装置は既存のままでよく、メモリに要するコストが増大する等の周辺装置側への負担を増加させることがない。   Further, since it can be implemented only by the device driver on the host device side, the peripheral device may remain as it is, and the burden on the peripheral device side such as an increase in cost required for the memory is not increased.

本発明によるデバイスドライバ適用方法を用いたUSB通信システムの一実施例を示す構成図。The block diagram which shows one Example of the USB communication system using the device driver application method by this invention. 本発明によるデバイスドライバ適用方法の一実施例を示すフローチャート図。The flowchart figure which shows one Example of the device driver application method by this invention. 図2のフローチャートにおけるコマンドシーケンスを示す図。The figure which shows the command sequence in the flowchart of FIG. USBデバイスドライバ識別データ部132およびクラス仕様記述データ部232に格納されている情報の一例を示す図。The figure which shows an example of the information stored in the USB device driver identification data part 132 and the class specification description data part 232.

符号の説明Explanation of symbols

1…カーナビゲーション(ホスト装置)、2…携帯電話(周辺装置)、10…USBケーブル、11…カーナビ全体制御部、12…カーナビ側CPU、13…カーナビ側メモリ、131…カーナビ全体制御処理部、132…USBデバイスドライバ識別データ部、133…USBデバイスドライバ、1331…モデム機能対応ドライバ、1332…その他機能対応ドライバ、1333…使用機能対応インタフェース検索ドライバ、134…USBホストドライバ、14…ナビ周辺I/F部、15…USBホストコントローラ、21…携帯全体制御部、22…携帯電話側CPU、23…携帯電話側メモリ、231…携帯電話全体制御部、232…クラス仕様記述データ部、233…USBデバイス機能処理部、2331…電話帳交換機能処理部、2332…モデム機能処理部、2333…その他機能処理部、234…USBファンクションドライバ、24…USBファンクションコントローラ。   DESCRIPTION OF SYMBOLS 1 ... Car navigation (host device), 2 ... Cell-phone (peripheral device), 10 ... USB cable, 11 ... Car navigation whole control part, 12 ... Car navigation side CPU, 13 ... Car navigation side memory, 131 ... Car navigation whole control processing part, 132 ... USB device driver identification data part, 133 ... USB device driver, 1331 ... modem function compatible driver, 1332 ... other function compatible driver, 1333 ... used function compatible interface search driver, 134 ... USB host driver, 14 ... navi peripheral I / F part, 15 ... USB host controller, 21 ... mobile overall control part, 22 ... mobile phone side CPU, 23 ... mobile phone side memory, 231 ... mobile phone overall control part, 232 ... class specification description data part, 233 ... USB device Function processing unit, 2331 ... Phonebook exchange function processing unit 2332 ... modem function processing unit, 2333 ... Other function processing unit, 234 ... USB function driver, 24 ... USB function controller.

Claims (5)

周辺装置を接続したホスト装置において、該周辺装置の備える機能を使用するためのデバイスドライバを適用するデバイスドライバ適用方法であって、
上記周辺装置は、備える機能の種別と各機能に割り当てられる論理インタフェースの情報を記述したクラス仕様記述データを有し、
上記ホスト装置が、上記周辺装置の備える機能を使用するためのデバイスドライバを有していない場合に、
上記周辺装置から上記クラス仕様記述データに記述された各論理インタフェースの情報を取得し、
上記周辺装置から取得した各論理インタフェースに対して、所望の機能で扱う所定のコマンドを送出し、
該コマンドに対して上記周辺装置から所定の応答が得られる論理インタフェースを検索し、
該検索された論理インタフェースを経由して上記周辺装置が備える機能を使用することを特徴とするデバイスドライバ適用方法。
A device driver application method for applying a device driver for using a function provided in a peripheral device in a host device connected to the peripheral device,
The peripheral device has class specification description data that describes the type of function provided and information of the logical interface assigned to each function.
When the host device does not have a device driver for using the functions of the peripheral device,
Obtain information of each logical interface described in the class specification description data from the peripheral device,
For each logical interface acquired from the peripheral device, a predetermined command handled by a desired function is sent,
Search for a logical interface that can obtain a predetermined response from the peripheral device in response to the command,
A method of applying a device driver, comprising using a function of the peripheral device via the retrieved logical interface.
請求項1記載のデバイスドライバ適用方法において、
前記周辺装置はモデム機能を備え、前記所定のコマンドとしてモデム制御用のATコマンドを送出し、該コマンドに対して所定の応答コードが得られることによりモデム機能に用いる論理インタフェースを検索することを特徴とするデバイスドライバ適用方法。
The device driver application method according to claim 1,
The peripheral device is provided with a modem function, sends an AT command for modem control as the predetermined command, and retrieves a logical interface used for the modem function by obtaining a predetermined response code for the command. Device driver application method.
請求項1または2記載のデバイスドライバ適用方法において、
前記ホスト装置はカーナビゲーションであり、前記周辺装置は携帯電話であることを特徴とするデバイスドライバ適用方法。
The device driver application method according to claim 1 or 2,
The device driver application method, wherein the host device is a car navigation and the peripheral device is a mobile phone.
周辺装置を接続し、該周辺装置の備える機能を使用するホスト装置において、
上記周辺装置は、備える機能の種別と各機能に割り当てられる論理インタフェースの情報を記述したクラス仕様記述データを有し、
上記周辺装置から上記クラス仕様記述データに記述された各論理インタフェースの情報を取得するクラス仕様取得手段と、
取得した各論理インタフェースに対して、所望の機能で扱う所定のコマンドを送出し、所定の応答が得られる論理インタフェースを検索するインタフェース検索ドライバを備え、
当該ホスト装置が、上記周辺装置の備える機能を使用するためのデバイスドライバを有していない場合に、上記インタフェース検索ドライバにより検索された論理インタフェースを経由して上記周辺装置が備える機能を使用することを特徴とするホスト装置。
In a host device that connects peripheral devices and uses the functions of the peripheral devices,
The peripheral device has class specification description data that describes the type of function provided and information of the logical interface assigned to each function.
Class specification acquisition means for acquiring information of each logical interface described in the class specification description data from the peripheral device,
For each acquired logical interface, an interface search driver that sends a predetermined command handled by a desired function and searches for a logical interface that can obtain a predetermined response is provided.
When the host device does not have a device driver for using the function provided by the peripheral device, the function provided by the peripheral device is used via the logical interface searched by the interface search driver. A host device.
請求項4記載のホスト装置において、
前記周辺装置はモデム機能を備え、前記インタフェース検索ドライバは所定のコマンドとしてモデム制御用のATコマンドを送出し、該コマンドに対して所定の応答コードが得られることによりモデム機能に用いる論理インタフェースを検索することを特徴とするホスト装置。
The host device according to claim 4, wherein
The peripheral device has a modem function, and the interface search driver sends an AT command for modem control as a predetermined command, and searches for a logical interface used for the modem function by obtaining a predetermined response code for the command. And a host device.
JP2005237208A 2005-08-18 2005-08-18 Device driver application method and host device using the same Pending JP2007052630A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005237208A JP2007052630A (en) 2005-08-18 2005-08-18 Device driver application method and host device using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005237208A JP2007052630A (en) 2005-08-18 2005-08-18 Device driver application method and host device using the same

Publications (1)

Publication Number Publication Date
JP2007052630A true JP2007052630A (en) 2007-03-01

Family

ID=37917040

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005237208A Pending JP2007052630A (en) 2005-08-18 2005-08-18 Device driver application method and host device using the same

Country Status (1)

Country Link
JP (1) JP2007052630A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5943110B1 (en) * 2015-03-12 2016-06-29 日本電気株式会社 Information processing system, information processing method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5943110B1 (en) * 2015-03-12 2016-06-29 日本電気株式会社 Information processing system, information processing method, and program
US10025739B2 (en) 2015-03-12 2018-07-17 Nec Corporation Information processing system, information processing method, and recording medium

Similar Documents

Publication Publication Date Title
US8713212B1 (en) Electronic device, communication control method of electronic device, and information terminal device
US9307012B2 (en) Methods and apparatus for remote activation of an application
JP4346853B2 (en) Electronic device and control method thereof
EP2661064B1 (en) Method for identifying universal serial bus host, and electronic device thereof
EP2704041B1 (en) Method for storing application data and terminal device
CN101110039B (en) Terminal unit self-installing and self-starting system and method thereof
EP1489502A2 (en) Device and method for enabling the use of a device through a wireless interface.
WO2018040746A1 (en) Driver installation method, device, and electronic apparatus
WO2004070991A2 (en) Method and apparatus for automatic detection and installation of java-enabled accessories
JPWO2006075397A1 (en) Installation method, program, peripheral device and system
CN105291613A (en) Information processing device, and control method for information processing device
US10120697B2 (en) Mobile device support for sensors in peripherals
JP2010219725A (en) Network device and method of releasing external storage device on network
US20200159562A1 (en) Electronic device and method for providing in-vehicle infotainment service
JP6374666B2 (en) COMMUNICATION DEVICE, ITS CONTROL METHOD, AND PROGRAM
JP5804904B2 (en) Electronic equipment
JP2007052630A (en) Device driver application method and host device using the same
WO2004107148A1 (en) Pc card and pc card control method
JP2006178534A (en) Information processor and method for controlling to install driver software
JP4909332B2 (en) Information processing apparatus and device recognition method
CN114691568A (en) Protocol adaptation method, storage medium, device and system for interconnection between devices
WO2021060026A1 (en) In-vehicle information processing system, in-vehicle device, and in-vehicle information processing program
JP7322909B2 (en) Communication system, communication system control method, information processing device, and wireless communication device
KR100432876B1 (en) System for synchronizing data in a fixed terminal equipment with data in a portable terminal equipment using short range wireless communication and method thereof
JP2004185584A (en) Card adaptor control device, usb controller and card adaptor