WO2005109217A1 - デバイスドライバの提供方法、情報機器、及び周辺機器 - Google Patents

デバイスドライバの提供方法、情報機器、及び周辺機器 Download PDF

Info

Publication number
WO2005109217A1
WO2005109217A1 PCT/JP2005/008554 JP2005008554W WO2005109217A1 WO 2005109217 A1 WO2005109217 A1 WO 2005109217A1 JP 2005008554 W JP2005008554 W JP 2005008554W WO 2005109217 A1 WO2005109217 A1 WO 2005109217A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
driver
peripheral
device driver
peripheral device
Prior art date
Application number
PCT/JP2005/008554
Other languages
English (en)
French (fr)
Inventor
Makoto Tomizu
Original Assignee
Kyocera Corporation
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 Kyocera Corporation filed Critical Kyocera Corporation
Priority to US11/568,787 priority Critical patent/US20080141284A1/en
Publication of WO2005109217A1 publication Critical patent/WO2005109217A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/102Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver

Definitions

  • the present invention relates to a device driver providing method for providing a device driver between an information device and a peripheral device connected via an external interface. Also, the present invention relates to information devices and peripheral devices corresponding to the method of providing the device driver.
  • image data stored in the digital camera is transferred to the information device by connecting to a digital camera, or stored in the information device by connecting to a printer. It can be used to output image data and text data from a printer.
  • Japanese Patent Application Laid-Open No. 2003-241867 discloses that an information device such as a personal computer and a peripheral device (portable terminal) are connected by a communication cable to perform data transmission with each other.
  • the operating system that corresponds to the device driver is determined, and it is necessary to install the device driver that corresponds to the operating system in the information device.
  • an object of the present invention is to ensure that a device driver of a peripheral device corresponding to an operation system (OS) of an information device can be installed in the information device. Disclosure of the invention
  • the gist of the device driver providing method, the information device, and the peripheral device of the present invention that solves the above problems is as follows (1) to (12).
  • the information device transmits information related to an operating system in the information device to the peripheral device, a first step, A second step of determining whether a device driver corresponding to the received information on the operating system is stored in the peripheral device; and determining that the device driver is stored in the peripheral device, Transmits the device driver to the information device. And a third step.
  • the information device When the peripheral device is connected to the information device via the external interface, the information device transmits information about an operating system in the information device and information about a version of a device driver stored in advance to the information device.
  • the peripheral device If it is determined that a device driver corresponding to the received information on the operating system and a version of the device driver that is newer than the version of the received device driver is stored, the peripheral device transmits the device driver to the information device. And a third step of transmitting.
  • the peripheral device When the peripheral device is connected to the information device via the external interface, the peripheral device transmits information on an operating system corresponding to a device driver stored in the peripheral device.
  • a first step of transmitting to the information device a second step of determining whether or not the information on the operating system received by the information device matches the operating system in the information device; and the received operating system If the information device is determined to match the operating system in the information device, the information device requests the peripheral device to transmit a corresponding device driver. Transmits a corresponding device driver to the information device in response to the transmission request. Characterized in that it comprises a fourth scan Tetsupu to. (4)
  • the peripheral device When the peripheral device is connected to the information device via the external interface, the peripheral device transmits the information of the device driver together with information on the operating system corresponding to the device driver stored in the peripheral device.
  • an information device connectable to a peripheral device via an external interface, wherein when the peripheral device is connected, transmitting means for transmitting information on an operating system of the information device to the peripheral device;
  • a device driver corresponding to the information about the operating system is transmitted from the peripheral device, a receiving unit that receives the device driver is provided.
  • An information device that is connectable to a peripheral device via an external interface and has a device driver of the peripheral device stored in advance. Transmitting means for transmitting the information on the version of the device driver to the peripheral device together with the information on the operating system, and receiving means for receiving the device driver based on the information on the operating system and the information on the version of the device driver. It is characterized by having. (7) An information device connectable to a peripheral device via an external interface, and when connected to the peripheral device, a device driver stored in the peripheral device corresponds to the peripheral device.
  • An information device that can be connected to a peripheral device via an external interface and has a device driver of the peripheral device stored in advance
  • the receiving means When connected to the peripheral device, from the peripheral device, information on the operating system supported by the device driver stored in the peripheral device and information on the version of the device driver stored in the peripheral device.
  • the information on the operating system received by the receiving means and the information received by the transmitting means matches the operating system of the information device, and the version of the received device driver is higher than the version of the previously stored device driver.
  • a peripheral device having storage means for storing a device driver and being connectable to an information device via an external interface
  • receiving means for receiving information about the operating system of the information device transmitted from the information device; and a device driver corresponding to the information received by the receiving device stores the information in the storage device.
  • a transmitting unit for transmitting a device driver corresponding to the information to the information device when the determining unit determines that the information is stored.
  • a receiving unit that, when connected to the information device, receives information about the operating system of the information device and information about the version of the device driver stored in the information device, transmitted from the information device; And a judgment unit for judging whether or not the version of the received device driver is stored in the storage unit and the version of the received device driver. And transmitting means for transmitting the new version of the device driver to the information device when it is determined that the device driver is stored.
  • a peripheral device having storage means in which a device driver is stored, and being connectable to an information device via an external interface
  • a transmission unit that transmits to the information device information related to an operating system supported by the device driver stored in the storage unit, and a device driver transmitted from the information device.
  • a peripheral device that has storage means in which a device driver is stored and is connectable to an information device via an external interface
  • a transmission unit that, when connected to the information device, transmits, to the information device, information on the version of the device driver, together with information on the operating system supported by the device driver stored in the storage unit.
  • a device driver of a peripheral device corresponding to an operation system (OS) of an information device can be surely installed in the information device.
  • FIG. 1 is a block diagram showing an information device and peripheral devices according to the present invention.
  • FIG. 2 is a diagram showing a table stored in the peripheral device according to the present invention.
  • FIG. 3 is a flowchart showing a method for providing a device driver according to the first embodiment of the present invention.
  • FIG. 4 is a diagram showing an example of an error notification in the information device according to the present invention.
  • FIG. 5 is a flowchart showing a method for providing a device driver according to the second embodiment of the present invention.
  • FIG. 6 is a flowchart showing a method for providing a device driver according to the third embodiment of the present invention.
  • FIG. 7 is a flowchart showing a method for providing a device driver according to the fourth embodiment of the present invention.
  • 100 is a personal computer, 101 is a USB interface, 102 is a storage unit, 103 is a control unit, 104 is an OS (operating system), 105 is a driver, 106 is a display unit, 200 is a mobile phone, 201 is the USB interface,
  • OS operating system
  • 202 is a storage unit
  • 203 is a control unit
  • 204 is a driver.
  • FIG. 1 shows an example in which a personal computer 100 having a USB interface 101 as an information device of the present invention is connected to a mobile phone 200 having a USB interface 201 as a peripheral device.
  • the computer 100 includes a USB interface 101, a storage unit 102 such as a memory, a display unit 106 such as a monitor, and a control unit 103.
  • the USB interface 101 is a USB (Unive rsal Serial Bus) A serial communication interface conforming to the standard.
  • a USB interface that conforms to the USB 1.1 (USB Specification Rev. 1.1 1 998.9.23) standard allows full-speed signaling mode to transmit data at a maximum of 12 megabits per second. It is.
  • the storage unit 102 is a memory area for storing various items of data saved by the user, in addition to the setting items and data relating to the initial operation of the personal computer 100.
  • an OS storage area 102a in which an operating system (hereinafter abbreviated as OS) 104 as basic software in the personal computer 100 is stored, and a device driver of a peripheral device (hereinafter, a driver) And a driver storage area 102b for storing the driver storage area 102b.
  • OS operating system
  • a driver device driver of a peripheral device
  • the driver stored in the driver storage area 102b is installed in the information device 100 by a predetermined operation performed by a user or an installation process described later.
  • the control unit 103 controls the USB interface 101, the storage unit 102, and the display unit 106.
  • the mobile phone 200 has a USB interface 201, a storage unit 202, and a control unit 203.
  • the USB interface 201 is a serial communication interface conforming to the USB standard, similar to the USB interface provided for the personal computer 100.
  • the storage unit 202 is a memory area for storing various data saved by the user, in addition to the data on the setting items and the initial operation of the mobile phone 200.
  • a driver storage area 202a in which a driver 204 for making the external device recognize the mobile phone 200 is stored.
  • the driver storage area 202a together with the driver 204, information indicating the version of the driver 204 and information indicating the OS supported by the driver 204 are stored in association with each other. It is arranged and stored in the form of a table T as shown in Fig. 7. According to Table T, the version of the driver 204 is 1.02, which indicates that the driver 204 is compatible with the OS “OS 2002X”. Next, a procedure for providing the driver 204 of the mobile phone 200 to the personal computer 100 in the present embodiment will be described with reference to FIG.
  • the peripheral device driver when the peripheral device driver is installed in the information device (when the peripheral device can be used), the personal computer 100 and the mobile phone 200 are connected using the USB cable 300.
  • the Socon 100 transmits information indicating the OS 104 in its own device to the mobile phone 200 (S1).
  • the mobile phone 200 Based on the information and the tape ⁇ ⁇ ⁇ , the mobile phone 200 that has received the information on the OS 104 determines whether or not the driver 204 is compatible with the OS 104, that is, ⁇ S 104) ⁇ matches “OS 2002X” It is determined whether or not (S2).
  • the driver 204 is set as a response to the personal computer 100 (S3) and transmitted to the personal computer 100 (S4).
  • the personal computer 100 that has received the response from the mobile phone 200 stores the driver 204 in the driver storage area 102b and installs it in its own device (S6, S7).
  • the personal computer 100 displays the display shown in FIG. 4 on the display unit 106, for example, so that the mobile phone 200 cannot be used (the driver cannot be installed). Is notified to the user (S6, S8). "
  • the information indicating the OS 104 in the own device is transmitted from the personal computer 100 to the mobile phone 200, and only when the driver 204 stored in the mobile phone 200 corresponds to the OS 104
  • the dryino 204 By transmitting the dryino 204 to the personal computer 100, there is a danger that a user may inadvertently install an inappropriate driver that does not support the OS 104 and cause a malfunction due to a mismatch between the driver and the OS. Can be wiped out, thus safely installing the driver I can.
  • the complexity can be reduced.
  • the second embodiment of the present invention is an application example of the first embodiment, in which a driver 105 of a mobile phone 200 is stored in advance in a personal computer 100, and the driver 105 is stored in a driver storage area 102b. Have been.
  • the peripheral device driver is installed on the information device (when the peripheral device can be used)
  • the personal computer 100 and the mobile phone 200 are connected using the USB cable 300.
  • the information indicating the version of the driver 105 stored in the driver storage area 102b is transmitted to the mobile phone 200 together with the information indicating the OS 104 of the mobile phone 200 (S9).
  • the mobile phone 200 which has received the information indicating the version of the driver 105 together with the information indicating the OS 104, first determines whether or not the driver 204 is compatible with the OS 104 based on the both information and the table T. , it is determined whether or not matching the OS 104 mosquitoes "OS 2002 X" (S 10), the driver 204 is determined to correspond to the OS 10 4 in S 10, then the driver 2 04 It is determined whether or not the driver version is newer than the driver 105 version (S11).
  • the driver 204 is set as a response to the personal computer 100 (S12) and transmitted to the personal computer 100 (S13).
  • the first error report is set as a response to the personal computer 100 (S14) and transmitted to the personal computer 100 (S13) ).
  • a second error report is set as a response to the personal computer 100 (S15) and transmitted to the personal computer 100 (S13).
  • the personal computer 100 stores the driver 204 in the driver storage area 102b and installs the driver 204 in its own device if the response is the driver 204 (S16, S17).
  • the personal computer 100 cannot use the mobile phone 200 by, for example, displaying a display as shown in FIG. 4 on the display unit 106 (the driver cannot be installed). Is notified to the user (S18, S19).
  • the personal computer 100 installs and uses the driver 105 stored in the driver storage area 102b in advance (S18, S20).
  • the computer 100 transmits the version information of the driver 105 stored in its own device together with the OS 104 in its own device to the mobile phone 200, and the driver 204 stored in the mobile phone 200
  • the driver 204 is provided to the personal computer 100 only when the driver 204 is compatible with the OS 104 and the driver 204 is a newer version than the driver 105.
  • the newer of the driver stored on the PC 100 side and the driver stored on the mobile phone 200 side can be used without receiving from the 200 power source.
  • the information of the driver 204 stored in the mobile phone 200 is transmitted from the mobile phone 200 to the personal computer 100.
  • the peripheral device driver when installing the peripheral device driver in the information device (to make the peripheral device usable), use the USB cable 300 to connect the personal computer 100 and the mobile phone 2.
  • the mobile phone 200 When the mobile phone 200 is connected to the personal computer 100, the mobile phone 200 transmits a table T as shown in FIG. 2 to the personal computer 100 as information indicating the OS supported by the driver 204 stored in the mobile phone 200 (S21). .
  • the personal computer 100 that has received the table T refers to the table T and determines whether or not the driver 204 supports the OS 104 in its own device (S22). If it is determined that the communication is supported, the personal computer 100 transmits a driver transmission request to the mobile phone 200 (S23).
  • the mobile phone 200 that has received the driver transmission request transmits the driver 204 to the personal computer 100 (S24).
  • the personal computer 100 that has received the driver 204 stores the driver 204 in the driver storage area 102b and installs the driver 204 in its own device (S25).
  • the computer 100 displays the display as shown in FIG. Notify user that phone 200 is unavailable
  • the complexity can be reduced.
  • the fourth embodiment of the present invention is an application example of the third embodiment, in which the driver 105 of the mobile phone 200 is stored in advance in the computer 100, and the driver 105 stores the driver S storage area 102b. Is stored in A procedure for providing the driver 204 of the mobile phone 200 to the personal computer 100 in the present embodiment will be described with reference to FIG.
  • the personal computer 100 and the mobile phone 200 are connected using the USB cable 300, and the mobile phone 200 starts to operate.
  • a table T as shown in FIG. 2 is transmitted to the personal computer 100 as information indicating the OS supported by the driver 204 stored in the device and information indicating the version of the driver 204 (S27).
  • the personal computer 100 which has received the table T, first refers to the table T to determine whether or not the driver 204 is compatible with the OS 104 in its own device (S28). If it is determined that it is compatible, then
  • the personal computer 100 transmits a driver transmission request to the mobile phone 200 (S30).
  • the mobile phone 200 that has received the driver transmission request transmits the driver 204 to the personal computer 100 (S31).
  • the personal computer 1 • 0 that has received the driver 204 stores the driver 204 in the driver storage area 102b and installs the driver 204 in its own device (S32).
  • the computer 100 displays the display as shown in FIG. The user is notified that the telephone 200 is unavailable (S33). 'In S 28, it is determined that the drive 204 is compatible with the OS 104, but in S 29, if the driver 105 is determined to be newer than the driver 204, the personal computer 100 The driver 105 previously stored in the driver storage area 102b is installed and used (S34).
  • the mobile phone 200 transmits information indicating the OS supported by the driver 204 stored in its own device and information indicating the version of the driver 204, and the driver 204 transmits the information to the personal computer 100.
  • the driver For OS 104 within Only when it is judged that the driver version of the driver is newer than the driver version pre-stored in the computer, the driver is provided to the computer.
  • the driver stored in the personal computer 100 and the driver stored in the mobile phone 200 do not need to receive the old version of the driver from the mobile phone 200. The newer one can be used.
  • the personal computer and the mobile phone of the present invention show a so-called relationship between a host and a device.
  • the mobile phone is used as a host (information device), and the personal computer is used as a device (peripheral device).
  • information indicating the OS in the mobile phone may be exchanged with the personal computer.
  • the information device and the peripheral device of the present invention are not limited to a personal computer and a mobile phone, respectively.
  • Examples of the information device include a desktop computer device such as a workstation, a PDA (Persona 1 Digital Assistant), and a portable device.
  • Portable communication devices such as telephones may be used, and peripheral devices may be various data processing devices such as printers, scanners, and digital cameras.
  • the information device when the information device receives a driver from a peripheral device, the information device stores the driver in a storage area and automatically installs the driver.
  • the present invention is not limited to this.
  • the information device may simply store the received driver in the storage area, and the actual installation may be manually performed by the user.
  • the peripheral device stores one driver.
  • the present invention is not limited to this. May be stored, or multiple purge drivers may be stored. In this case, if it is determined whether one of the multiple drivers supports the OS of the information device, Good. Industrial applicability
  • the device driver of the peripheral device corresponding to the operation system (OS) of the information device can be surely installed in the information device, so that the present invention is applicable to industrial applications. Is extremely large.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

外部インターフェースを備えた情報機器に、前記外部インターフェースを介して接続される周辺機器のデバイスドライバを提供するデバイスドライバの提供方法であって、前記外部インターフェースを介して前記周辺機器が前記情報機器に接続されると、前記情報機器は、当該情報機器内のオペレーティングシステムに関する情報を、前記周辺機器に送信する第1ステップと、前記周辺機器は、受信したオペレーティングシステムに関する情報に対応するデバイスドライバが前記周辺機器内に格納されているか否かを判断する第2ステップと、前記デバイスドライバが格納されていると判断されると、前記周辺機器は、前記デバイスドライバを前記情報機器に送信する第3ステップとを含む。

Description

デバイスドライバの提供方法、 情報機器、 及び周辺機器
技術分野
本発明は、 外部インターフェースを介して接続された情報機器と周辺機器との間 でデバイスドライバの提供を行うデバイスドライバの提供方法に関する。 また、 こ のデバイスドライバの提供方法に対応する情報機器及ぴ周辺機器に関する。
明 背景技術
近年、 パソコン (パーソナルコンピュータ) 等の情報機器において、 外部インタ 一フェースを備え、 このインターフェースを介して周辺機器と接続可能なものがあ る。
このような情報機器では、 例えば、 デジタルカメラと接続することでデジタル力 メラ内に記憶してある画像データを情報機器側に転送したり、 プリンタに接続する ことで情報機器内に記憶している画像データやテキストデータをプリンタから出力 したり、 といった使い方ができる。
例えば、 特開 2003— 241867号公報には、 パソコン等の情報機器と周辺機 器 (携帯端末) を通信ケーブルで接続し、 互いにデータ伝送を行うことが開示され ている。
しかしながら、 上記公報に記載のように、 情報機器と周辺機器とを通信ケーブル を介してデータ伝送を行うには、 周辺機器のデバイスドライバを情報機器にインス トールして、 周辺機器を情報機器に正しく認識させた上で適切な手順でデータ伝送 を行えるようにする必要がある。
従来、 周辺機器のデバイスドライバを情報機器にインス トールするには、 周辺機 器と同梱されている FDD (フロッピー (R) ディスク : F 1 o p p y (R) D i s k) や CD— ROM (シーディーロム: C omp a c t D i s c— R e a d On l y Memo r y) 等のメディア内に格納されているデバイスドライバを、 ユーザーが自らマニュアル操作で情報機器にインストールする必要があった。
ところが、 デバイスドライバには対応するオペレーティングシステムが決まって おり、 情報機器内のオペレーティングシステムに対応するデバイスドライバをイン ストールする必要がある。
し力、し、 ユーザーがマニュアル操作でインス トールする際、 ユーザーが誤って情 報機器内のオペレーティングシステムに対応していない不適切なデバイスドライバ をインス トールしてしまい、 その結果、 情報機器が周辺機器を正しく認識しなかつ たり、 誤動作を起こしたり、 といった危険性があった。
また、 ユーザーが情報機器内のオペレーティングシステムの種類を誤解していた ために、 誤ったデバイスドライバをインストールしてしまい、 その結果、 情報機器 が周辺機器を正しく認識しなかったり、 誤動作を起こしたり、 といった危険性もあ つた。
そこで、 本発明の課題は、 情報機器のオペレーションシステム (OS) に対応する 周辺機器のデバイスドライバを確実に情報機器にインストールさせることができる ようにすることである。 発明の開示
上記課題を解決する、 本発明のデバイスドライバの提供方法、 情報機器、 及び周 辺機器の要旨は、 下記 (1 ) 〜 (1 2 ) である。
( 1 ) 外部インターフェースを備えた情報機器に、 前記外部インターフェースを介 して接続される周辺機器のデバイスドライバを提供するデバイスドライバの提供方 法であって、
前記外部インターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記情報機器が、 当該情報機器内のオペレーティングシステムに関する情報を、 前 記周辺機器に送信する第 1ステップと、 前記周辺機器が、 受信したオペレーティン グシステムに関する情報に対応するデバイスドライバが前記周辺機器内に格納され ているか否かを判断する第 2ステップと、 前記デバイスドライバが格納されている と判断されると、 前記周辺機器が、 前記デバイスドライバを前記情報機器に送信す る第 3ステップとを含むことを特徴とする。
( 2 ) 外部インターフェースを備えるとともに周辺機器のデバイスドライバが格納 された情報機器に、 前記外部インターフェースを介して接続される周辺機器のデバ イスドライバを提供するデバイスドライバの提供方法であって、
前記外部ィンターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記情報機器が、 当該情報機器内のオペレーティングシステムに関する情報と予め 格納されたデバイスドライバのバージョンに関する情報を、 前記周辺機器に送信す る第 1ステップと、 前記周辺機器が、 受信したオペレーティングシステムに関する 情報に対応し、 かつ、 受信したデバイスドライバのバージョンよりも新しいバージ ョンのデバイスドライバが前記周辺機器内に格納されているか否かを判断する第 2 ステップと、
受信したオペレーティングシステムに関する情報に対応し、 かつ、 受信したデバイ スドライバのバージョンよりも新しいバージョンのデバイスドライバが格納されて いると判断されると、 前記周辺機器が、 前記デバイスドライバを前記情報機器に送 信する第 3ステップとを含むことを特徴とする。
( 3 ) 外部インターフェースを備えた情報機器に、 前記外部インターフェースを介 して接続される周辺機器のデバイスドライバを提供するデバイスドライバの提供方 法であって、
前記外部ィンターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記周辺機器が、 当該周辺機器内に格納されているデバイスドライバに対応するォ ペレ一ティングシステムに関する情報を、 前記情報機器に送信する第 1ステップと、 前記情報機器が、 受信した前記オペレーティングシステムに関する情報と前記情報 機器内のオペレーティングシステムとが一致するか否かを判断する第 2ステップと、 受信した前記オペレーティングシステムに関する情報と前記情報機器内のオペレー ティングシステムとが一致すると判断されると、 前記情報機器が、 対応するデバイ スドライバの送信を前記周辺機器に要求する第 3ステップと、 前記周辺機器が、 前 記送信要求に応答して対応するデバイスドライバを前記情報機器に送信する第 4ス テツプとを含むことを特徴とする。 ( 4 ) 外部インターフェースを備えるとともに周辺機器のデバイスドライバが予め 格納された情報機器に、 前記外部インターフェースを介して接続される周辺機器の デバイスドライバを提供するデバイスドライバの提供方法であって、
前記外部インターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記周辺機器が、 当該周辺機器内に格納されているデバイスドライバに対応するォ ペレ一ティングシステムに関する情報とともに当該デバイスドライバのバージョン に関する情報を、 前記情報機器に送信する第 1ステップと、 前記情報機器が、 受信 した前記オペレーティングシステムに関する情報と一致し、 かつ、 受信したデバイ スドライバのバージョンよりも予め格納されたデバイスドライバのバージョンのほ うが新しいか否かを判断する第 2ステップと、 受信した前記オペレーティングシス テムに関する情報と一致し、 かつ、 受信したデバイスドライバのバージョンよりも 予め格納されたデバイスドライバのパージヨンのほうが新しいが新しいと判断され ると、 前記情報機器が、 前記周辺機器に対してデバイスドライバの送信要求を送信 する第 3ステップと、
前記周辺機器が、 前記送信要求に応答して対応するデバイスドライバを前記情報機 器に送信する第 4ステップとを含むことを特徴とする。
( 5 ) 外部インターフェースを介して周辺機器と接続可能な情報機器であって、 前記周辺機器が接続されると、 前記情報機器のオペレーティングシステムに関する 情報を、 前記周辺機器に送信する送信手段と、 前記オペレーティングシステムに関 する情報に対応したデバイスドライバが前記周辺機器から送信されると、 当該デバ イスドライバを受信する受信手段とを有することを特徴とする。
( 6 ) 外部インターフェースを介して周辺機器と接続可能であるとともに周辺機器 のデバイスドライバが予め格納されている情報機器であって、 '- 前記周辺機器が接続されると、 前記情報機器のオペレーティングシステムに関する 情報とともに、 前記デバイスドライバのバージョンに関する情報を、 前記周辺機器 に送信する送信手段と、 前記オペレーティングシステムに関する情報とデバイスド ライバのバージョンに関する情報に基づいて、 当該デバイスドライバを受信する受 信手段とを有することを特徴とする。 ( 7 ) 外部インターフェースを介して周辺機器と接続可能な情報機器であって、 前記周辺機器と接続されると、 前記周辺機器から、 当該周辺機器内に格納されたデ バイスドライバが対応しているオペレーティングシステムに関する情報を受信する 受信手段と、 当該信手段により受信したオペレーティングシステムに関する情報が、 前記情報機器のオペレーティングシステムと一致するか否かを判断する判断手段と、 前記判断手段にて一致すると判断されると、 デバイスドライバの送信を前記周辺機 器に要求する送信手段と、 を有し、 前記受信手段はさらに、 前記送信要求に応答し て前記周辺機器から送信されるデバイスドライバを受信することを特徴とする。
( 8 ) 外部ィンターフェースを介して周辺機器と接続可能であるとともに周辺機器 のデバイスドライバが予め格納されている情報機器であって、
前記周辺機器と接続されると、 前記周辺機器から、 当該周辺機器内に格納されたデ バイスドライバが対応しているオペレーティングシステムに関する情報とともに、 前記周辺機器に格納されているデバイスドライバのバージョンに関する情報を受信 する受信手段と、 当該信手段により受信したオペレーティングシステムに関する情 報が、 前記情報機器のオペレーティングシステムと一致し、 且つ予め格納されてい るデバイスドライバのバージョンよりも受信したデバイスドライバのバージョンの ほうが新しいか否かを判断する判断手段と、 前記判断手段にて新しいと判断される と、 デバイスドライバの送信を前記周辺機器に要求する送信手段と、 を有し、 前記 受信手段はさらに、 前記送信要求に応答して前記周辺機器から送信されるデバイス ドライバを受信することを特徴とする。
( 9 ) デバイスドライバが格納された格納手段を有し、 外部インターフェースを介 して情報機器と接続可能な周迈機器であって、
前記情報機器と接続されると、 前記情報機器から送信された当該情報機器のォペレ 一ティングシステムに関する情報を受信する受信手段と、 該受信手段により受信し た情報に対応するデバイスドライバが前記格納手段に格納されているか否かを判断 する判断手段と、 該判断手段にて格納されていると判断されると、 前記情報に対応 するデバイスドライバを前記情報機器に送信する送信手段とを有することを特徴と する。 ( 1 0 ) デバイスドライバが格納された格納手段を有し、 外部インターフェースを 介して情報機器と接続可能な周辺機器であつて、
前記情報機器と接続されると、 前記情報機器から送信された当該情報機器のォペレ 一ティングシステムに関する情報及び情報機器に格納されているデバイスドライバ のバージョンに関する情報を受信する受信手段と、 該受信手段により受信したオペ レーティングシステムに関する情報に対応し、 且つ受信したデバイスドライバのバ ージョンょりも新しいバージョンのデバイスドライバが前記格納手段に格納されて いるか否かを判断する判断手段と該判断手段にて格納されていると判断されると、 新しいバーシヨンの前記デバイスドライバを情報機器に送信する送信手段とを有す ることを特徴とする。
( 1 1 ) デバイスドライバが格納された格納手段を有し、 外部インターフェースを 介して情報機器と接続可能な周辺機器であって、
前記情報機器と接続されると、 前記格納手段に格納されているデバイスドライバが 対応しているオペレーティングシステムに関する情報を、 前記情報機器に送信する 送信手段と、 前記情報機器から送信されたデバイスドライバの送信要求を受信する 受信手段と、 を有し、 前記送信手段は、 前記受信手段が受信した送信要求に対応す るデバイスドライバを前記情報機器に送信することを特徴とする。
( 1 2 ) デバイスドライバが格納された格納手段を有し、 外部インターフェースを 介して情報機器と接続可能な周辺機器であって、
前記情報機器と接続されると、 前記格納手段に格納されているデバイスドライバが 対応しているオペレーティングシステムに関する情報とともに、 前記デバイスドラ ィバのバーシヨンに関する情報を、 前記情報機器に送信する送信手段と、 前記情報 機器から送信されたデバイスドライバの送信要求を受信する受信手段と、 を有し、 前記送信手段は、 さらに前記受信手段が受信した送信要求に対応するデバイスドラ ィバを前記情報機器に送信することを特徴とする。
上述の (1 ) 〜 (1 2 ) の本発明によれば、 情報機器のオペレーションシステム (OS) に対応する周辺機器のデバイスドライバを確実に情報機器にィンストールさ せることができる。 図面の簡単な説明
図 1は、 本発明に係る情報機器と周辺機器とを示すプロック図である。
図 2は、 本発明に係る周辺機器が格納しているテーブルを示す図である。
図 3は、 本発明の第 1の実施形態におけるデバイスドライバの提供方法を示すフロ 一チャートである。
図 4は、 本発明に係る情報機器におけるエラ一通知の一例を示す図である。
図 5は、 本発明の第 2の実施形態におけるデバイスドライバの提供方法を示すフロ 一チヤ一トである。
図 6は、 本発明の第 3の実施形態におけるデバイスドライバの提供方法を示すフロ 一チヤ一トである。
図 7は、 本発明の第 4の実施形態におけるデバイスドライバの提供方法を示すフロ 一チャートである。
なお、 図中の符号、 100はパソコン、 101は USBインターフェース、 10 2は格納部、 103は制御部、 104は OS (オペレーティングシステム) 、 10 5はドライバ、 106は表示部、 200は携帯電話機、 201は U SBインターフ ェ一ス、
202は格納部、 203は制御部、 204はドライバである。 発明を実施するための最良の形態
以下、 本発明の実施の形態を図面に基づいて説明する。
<第 1の実施形態 >
図 1は、 本発明の情報機器として US Bインターフェース 101を備えるパソコン 100と、 周辺機器として US Bインターフェース 201を備える携帯電話機 20 0とを接続して使用する例を示している。
ノ ソコン 100は、 U S Bインターフェース 101、 メモリ等の格納部 102、 モ 二ター等の表示部 106、 及び制御部 103を有している。
US Bインターフェース 101は、 高速なデータ伝送が可能な US B (Un i v e r s a l S e r i a l B u s ) 規格準拠のシリアル通信インタフェースである。 例えば、 USB 1. 1 (USB仕様書 R e v. 1. 1 1 998. 9. 23 ) 規格準 拠の U S Bインタフェースであれば、 フルスピードシグナリング■モードで最大毎 秒 12メガビットのデータ通信が可能である。
格納部 102は、 パソコン 100の設定項目や初期動作に関するデータのほか、 ュ 一ザ一が保存した各種データを格納するメモリ領域である。
この格納部 102には、 パソコン 100内の基本ソフトウエアであるオペレーテ イングシステム (以後、 OSと略称する) 104が格納されている OS格納領域 1 02 aと、 周辺機器のデバイスドライバ (以後、 ドライバと略称する) を格納する ドライバ格納領域 102 bとが確保されている。
このドライバ格納領域 102 bに格納されたドライバは、 ユーザーが行う所定の 操作、 又は後述するインストール処理により情報機器 100内にインス トールされ るようになっている。
制御部 103は、 US Bインターフェース 101、 格納部 102、 及び表示部 10 6を制御する。
携帯電話機 200は、 USBインターフェース 201、 格納部 202、 及び制御部 203を有している。
U SBインターフェース 201は、 パソコン 100に備わる US Bインターフエ一 ス同様、 US B規格準拠のシリアル通信インターフェースである。
格納部 202は、 携帯電話機 200の設定項目や初期動作に関するデータのほか、 ユーザーが保存した各種データを格納するメモリー領域である。 この格納部 202 には、 携帯電話機 200を外部機器に認識させるためのドライバ 204が格納され ているドライバ格納領域 202 aが確保されている。
ここで、 ドライバ格納領域 202 a内では、 ドライバ 204とともにドライバ 20 4のバージョンを示す情報とドライバ 204が対応している OSを示す情報とが対 応付けられて格納されており、 例えば、 図 2に示すようなテーブル Tの形で整理さ れて格納されている。 テーブル Tによると、 ドライバ 204のバージョンは 1. 0 2であり、 「OS 2002X」 という OSに対応することが示されている。 次に、 図 3に基づいて、 本実施形態における、 携帯電話機 200のドライバ 20 4をパソコン 100に提供する手順について説明する。
まず、 周辺機器のドライバを情報機器にインストールする (周辺機器を使用でき る状態にする) 際、 US Bケーブル 300を用いてパソコン 100と携帯電話機 2 00とを接続すると、 ノ、。ソコン 100は、 自機内の OS 104を示す情報を携帯電 話機 200に送信する (S 1) 。
OS 104に関する情報を受信した携帯電話機 200は、 当該情報とテープ Λ^Τ とに基づいて、 ドライバ 204が O S 104に対応しているか否力 すなわち、 Ο S 104)^ 「OS 2002X」 と一致するか否かを判断する (S 2) 。
S 2にて、 ドライバ 204が OS 104に対応していると判断されると、 パソコ ン 100に対するレスポンスとしてドライバ 204を設定し (S 3) 、 パソコン 1 00に送信する (S 4) 。
一方、 S 2にて、 ドライバ 204が O S 104に対応していないと判断されると、 パソコン 100に対するレスポンスとしてエラー報告を設定し (S 5) 、 パソコン 1,00に送信する (S 4) 。
携帯電話機 200からのレスポンスを受信したパソコン 100は、 当該レスポン スの中身がドライバ 204であれば、 ドライバ 204をドライバ格納領域 102 b に格納し、 自機内にインストールする (S 6, S 7) 。
一方、 レスポンスの中身がエラー報告であれば、 パソコン 100は、 例えば、 図 4に示すような表示を表示部 106に表示する等して、 携帯電話機 200が使用不 可 (ドライバがインス トールできない) である旨の通知をユーザーに行う (S 6, S 8 ) 。 "
以上のように、 まず、 パソコン 100から自機内の OS 104を示す情報を携帯 電話機 200に送信し、 携帯電話機 200側で格納しているドライバ 204が O S 104に対応している場合にのみ、 当該ドライノ 204をパソコン 100に送信す るようにしたことにより、 ユーザーが誤って OS 104に対応しない不適切なドラ ィバをィンストールしてしまいドライバと O Sの不整合による誤動作が発生すると いう危険性を払拭することができ、 その結果、 安全にドライバのインストールを行 うことができる。
また、 ユーザーがマニュアル操作で、 携帯電話機 200に同梱されている FDD や CD— ROM等のメディアからドライバをインストールする必要がないので、 煩 雑性を低減することができる。
<第 2の実施形態 >
本発明の第 2の実施形態は、 第 1の実施形態の応用例で、 パソコン 100には予め 携帯電話機 200のドライバ 105が格納されており、 当該ドライバ 105がドラ ィパ格納領域 102 bに格納されている。
図 5に基づいて、 本実施形態における、 携帯電話機 200のドライバ 204をパソ コン 100に提供する手順について説明する。
まず、 周辺機器のドライバを情報機器にインストールする (周辺機器を使用できる 状態にする) 際、 US Bケーブル 300を用いてパソコン 100と携帯電話機 20 0とを接続すると、 ノ ソコン 100は、 自機内の OS 104を示す情報とともにド ライバ格納領域 102 bに格納されているドライバ 105のバージョンを示す情報 を携帯電話機 200に送信する ( S 9 ) 。
OS 104を示す情報とともにドライバ 105のバージョンを示す情報を受信し た携帯電話機 200は、 当該両情報とテーブル Tとに基づいて、 まず、 ドライバ 2 04が OS 104に対応しているか否か、 すなわち、 OS 104カ 「OS 2002 X」 と一致するか否かを判断し (S 10) 、 S 10にてドライバ 204が OS 10 4に対応していると判断されると、 続いて、 ドライバ204のバージョンがドライ バ 105のバージョンよりも新しいか否かを判断する (S 1 1) 。
S 11にて、 ドライバ 204のバージョンのほうが新しいと判断されると、 パソ コン 100に対するレスポンスとしてドライバ 204を設定し (S 12) 、 バソコ ン 100に送信する (S 1 3) 。
—方、 S 10にて、 ドライバ 204が OS 104に対応していないと判断される と、 パソコン 100に対するレスポンスとして第 1エラー報告を設定し (S 14) 、 パソコン 100に送信する (S 1 3) 。
また、 S 10にて、 ドライバ 204が OS 104に対応してはいるが、 S 1 1に て、 ドライバ 105のバージョンのほうが新しいと判断されると、 パソコン 100 に対するレスポンスとして第 2エラー報告を設定し (S 15) 、 パソコン 100に 送信する (S 13) 。
携帯電話機 200からのレスポンスを受信したパソコン 100は、 当該レスボン スの中身がドライバ 204であれば、 ドライバ 204をドライバ格納領域 102 b に格納し、 自機内にインストールする (S 16, S 17) 。
一方、 レスポンスの中身が第 1エラー報告であれば、 パソコン 100は、 例えば、 図 4に示すような表示を表示部 106に表示する等して、 携帯電話機 200が使用 不可 (ドライバがインストールできない) である旨の通知をユーザーに行う (S 1 8, S 1 9) 。
また、 レスポンスの中身が第 2エラー報告であれば、 パソコン 100は、 予めド ライパ格納領域 102 bに格納されているドライバ 105をインストールし、 使用 する (S 18, S 20) 。
以上のように、 まず、 ノ ソコン 100が自機内の OS 104とともに自機内に格 納しているドライバ 105のバージョン情報を携帯電話機 200に送信し、 携帯電 話機 200が格納しているドライバ 204が OS 104に対応して、 かつ、 ドライ バ 204のバージョンがドライバ 105よりも新しいバージョンである場合のみ、 当該ドライバ 204をパソコン 100に提供するようにしたことにより、 敢えて古 いバージョンのドライバを携帯電話機 200力 ら受信することなく、 パソコン 10 0側で格納しているドライバと携帯電話機 200側で格納しているドライバのうち 新しいほう使用することができる。
ぐ第 3の実施形態 > ―
本発明の第 3の実施形態では、 まず、 携帯電話機 200側からパソコン 100に 対して、 携帯電話機 200側で格納しているドライバ 204の情報を送信する。
図 6に基づいて、 本実施形態における、 携帯電話機 200のドライバ 204をパ ソコン 100に提供する手順について説明する。
まず、 周辺機器のドライバを情報機器にインストールする (周辺機器を使用でき る状態にする) 際、 USBケーブル 300を用いてパソコン 100と携帯電話機 2 00とを接続すると、 携帯電話機 200は、 自機内に格納しているドライバ 204 が対応している OSを示す情報として、 図 2に示すようなテーブル Tをパソコン 1 00に送信する (S 21) 。
テーブル Tを受信したパソコン 100は、 テーフ レ Tを参照し、 ドライバ 204 が自機内の OS 104に対応しているか否かを判断し (S 22) 、 S 22にてドラ ィバ 204が OS 104に対応していると判断されると、 パソコン 100はドライ バの送信要求を携帯電話機 200に送信する (S 23) 。
ドライバの送信要求を受信した携帯電話機 200は、 ドライバ 204をパソコン 100に送信する (S 24) 。 ドライバ 204を受信したパソコン 100は、 ドラ ィパ格納領域 102 bにドライバ 204を格納し、 自機内にインストールする (S 25) 。 一方、 S 22にて、 ドライバ 204が OS 104に対応していないと判 断されると、 ノ ソコン 100は、 例えば、 図 4に示すような表示を表示部 106に 表示する等して、 携帯電話機 200が使用不可である旨の通知をユーザーに行う
(S 26) 。
以上のように、 まず、 携帯電話機 200から自機内に格納しているドライバ 20 4が対応している OSを示す情報を送信し、 当該ドライノ 204がパソコン 100 内の OS 104に対応していると判断された場合にのみ、 ドライバ 204をバソコ ン 100に提供するようにしたことにより、 ユーザーが誤って OS 104に対応し ない不適切なドライバをインストールしてしまいドライバと〇Sの不整合による誤 動作が発生するという危険性を払拭することができ、 その結果、 安全にドライバの インストールを行うことができる。
―また、 ユーザ がマ-ユアル操作で、 携帯電話機 200に同; ffiされている F DD や CD— ROM等のメディアからドライバをインストーノレする必要がないので、 煩 雑性を低減することができる。
<第 4の実施形態〉
本発明の第 4の実施形態は、 第 3の実施形態の応用例で、 ノ ソコン 100には予 め携帯電話機 200のドライバ 105が格納されており、 当該ドライバ 105力 Sド ライバ格納領域 102 bに格納されている。 図 7に基づいて、 本実施形態における、 携帯電話機 200のドライバ 204をパ ソコン 100に提供する手順について説明する。
まず、 周辺機器のドライバを情報機器にインストールする (周辺機器を使用でき る状態にする) 際、 US Bケーブル 300を用いてパソコン 100と携帯電話機 2 00とを接続すると、 携帯電話機 200は、 自機内に格納しているドライバ 204 が対応している OSを示す情報と当該ドライバ 204のバージョンを示す情報とし て、 図 2に示すようなテーブル Tをパソコン 100に送信する (S 27) 。
テーブル Tを受信したパソコン 100は、 まず、 テーブル Tを参照し、 ドライバ 204が自機内の OS 104に対応しているか否かを判断し (S 28) 、 S 28に てドライバ 204が OS 104に対応していると判断されると、 続いて、 自機内
(ドライバ格納部 102 b) に格納しているドライバ 105のバージョンよりもド ライバ 204のバージョンのほうが新しいか否かを判断する (S 29) 。
S 29にて、 ドライバ 204のバージョンのほうが新しいと判断されると、 パソ コン 100はドライバの送信要求を携帯電話機 200に送信する ( S 30 ) 。
ドライバの送信要求を受信した携帯電話機 200は、 ドライバ 204をパソコン 100に送信する (S 31) 。
ドライバ 204を受信したパソコン 1◦ 0は、 ドライバ格納領域 102 bにドラ ィバ 204を格納し、 自機内にインストールする (S 32) 。
—方、 S 28にて、 ドライバ 204が OS 104に対応していないと判断される と、 ノ ソコン 100は、 例えば、 図 4に示すような表示を表示部 106に表示する 等して、 携帯電話機 200が使用不可である旨の通知をユーザーに行う (S 3 3) 。 ' また、 S 28にて、—ドライフ 204—が O S 104に対応していると判断されたが、 S 29にて、 ドライバ 105のほうがドライバ 204よりも新しいと判断された場 合、 パソコン 100は、 予めドライバ格納領域 102 bに格納されているドライバ 105をインストーノレし、 使用する (S 34) 。
以上のように、 まず、 携帯電話機 200から自機内に格納しているドライバ 20 4が対応している OSを示す情報と、 ドライバ 204のバージョンを示す情報を送 信し、 当該ドライバ 204がパソコン 100内の OS 104に対応して、 かつ、 ノ ソコン 1 0 0側に予め格納されているドライバ 1 0 5のバージョンよりもドライノ 2 0 4のバージョンのほうが新しいと判断された場合にのみ、 ドライバ 2 0 4をパ ソコン 1 0◦に提供するようにしたことにより、 敢えて古いバージョンのドライバ を携帯電話機 2 0 0から受信することなく、 パソコン 1 0 0側で格納しているドラ ィバと携帯電話機 2 0 0側で格納しているドライバのうち新しいほうを使用するこ とができる。
以上、 図 1乃至図 7に基づいて、 第 1の実施形態乃至第 4の実施形態について説 明したが、 本発明の実施形態はこれらに限定されるものではなく、 本発明の請求項 に記載されている技術思想の範囲内において、 種々の変更が可能なのはいうまでも ない。
すなわち、 本発明のパソコンと携帯電話機とは、 いわゆる、 ホストとデバイスの 関係を示したものであるが、 携帯電話機をホスト (情報機器) として使用し、 パソ コンをデバイス (周辺機器) として使用し、 携帯電話機内の O Sを示す情報をパソ コンとやり取りするようにしてもよい。
また、 本発明の情報機器と周辺機器は、 それぞれパソコンと携帯電話機に限定さ れるものではなく、 情報機器としては、 ワークステーション等の卓上コンピュータ 機器や P D A ( P e r s o n a 1 D i g i t a l A s s i s t a n t ) や携帯 電話機等の携帯型コミュニケーション機器でもよく、 周辺機器としては、 プリンタ、 スキャナ、 デジタルカメラ等の各種データ処理機器でもよい。
また、 第 1の実施形態乃至第 4の実施形態では、 情報機器が周辺機器からドライ バを受信すると、 当該ドライバを格納領域に格納して自動的にインス トールするよ 一 " うになつているが、 これに限定されるものではなく、 情報機器は受信したドライバ を格納領域に格納するだけで、 実際のインストール作業はユーザーがマニュアル操 作で行うようにしてもよい。
また、 第 1の実施形態乃至第 4の実施形態では、 周辺機器が格納しているドライ バが 1つである例を示したが、 これに限定されるものではなく、 周辺機器は複数の O Sに対応したドライバや複数のパージヨンのドライバを格納してもよく、 この場 合、 複数のドライバのうちの 1つが情報機器の O Sに対応するか否かを判断すれば よい。 産業上の利用可能性
(1) 〜 (12) の本発明によれば、 情報機器のオペレーションシステム (OS) に対応する周辺機器のデバイスドライバを確実に情報機器にインストールさせるこ とができるので、 産業上の利用可能性は極めて大きい。
なお、 本発明は、 上述の実施の形態に限定されるものではない。

Claims

請 求 の 範 囲
1 . 外部インターフェースを備えた情報機器に、 前記外部インターフェースを介し て接続される周辺機器のデバイスドライバを提供するデバイスドライバの提供方法 であって、
前記外部ィンターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記情報機器が、 当該情報機器内のオペレーティングシステムに関する情報を、 前 記周辺機器に送信する第 1ステップと、
前記周辺機器が、 受信したオペレーティングシステムに関する情報に対応するデバ イスドライバが前記周辺機器内に格納されているか否かを判断する第 2ステップと、 前記デバイスドライバが格納されていると判断されると、 前記周辺機器が、 前記デ バイスドライバを前記情報機器に送信する第 3ステップと、
を含むことを特徴とするデバイスドライバの提供方法。
2 . 外部インターフェースを備えるとともに周辺機器のデバイスドライバが格納さ れた情報機器に、 前記外部ィンターフェースを介して接続される周辺機器のデバイ スドライバを提供するデバイスドライバの提供方法であって、
前記外部インターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記情報機器が、 当該情報機器内のオペレーティングシステムに関する情報と予め 格納されたデバイスドライバのバージョンに関する情報を、 前記周辺機器に送信す る第 1ステップと、
前記周辺機器が、 受信したオペレーティングシステムに関する情報に対応し、 かつ、 受信したデバイスドライバのバージョンよりも新しいバージョンのデバイスドライ バが前記周辺機器内に格納されているか否かを判断する第- 2ステップと、
受信したオペレーティングシステムに関する情報に対応し、 かつ、 受信したデバイ スドライバのバージョンょりも新しいバージョンのデバイスドライバが格納されて いると判断されると、 前記周辺機器が、 前記デバイスドライバを前記情報機器に送 信する第 3ステップと、
を含むことを特徴とするデバイスドライバの提供方法。
3 . 外部インターフェースを備えた情報機器に、 前記外部インターフェースを介し て接続される周辺機器のデバイスドライバを提供するデバイスドライバの提供方法 であって、
前記外部インターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記周辺機器が、 当該周辺機器内に格納されているデバイスドライバに対応するォ ペレ一ティングシステムに関する情報を、 前記情報機器に送信する第 1ステップと、 前記情報機器が、 受信した前記オペレーティングシステムに関する情報と前記情報 機器内のオペレーティングシステムとが一致するか否かを判断する第 2ステップと、 受信した前記オペレーティングシステムに関する情報と前記情報機器内のオペレー ティングシステムとが一致すると判断されると、 前記情報機器が、 対応するデバイ スドライバの送信を前記周辺機器に要求する第 3ステップと、
前記周辺機器が、 前記送信要求に応答して対応するデバイスドライバを前記情報機 器に送信する第 4ステップと、
を含むことを特徴とするデバイスドライバの提供方法。
4 . 外部インターフェースを備えるとともに周辺機器のデバイスドライバが予め格 納された情報機器に、 前記外部インターフェースを介して接続される周辺機器のデ バイスドライバを提供するデバイスドライバの提供方法であって、
前記外部インターフェースを介して前記周辺機器が前記情報機器に接続されると、 前記周辺機器が、 当該周辺機器内に格納されているデバイスドライバに対応するォ ペレ一ティングシステムに関する情報とともに当該デバイスドライバのバージョン に関する情報を、 前記情報機器に送信する第 1ステップと、
前記情報機器が、 受信した前記オペレーティングシステムに関する情報と一致し、 —かつ、 受信したデバイスドライバのバージョンよりも予め格納されたデバイスドラ ィバのパージョンのほうが新しいか否かを判断する第 2ステップと、
受信した前記オペレーティングシステムに関する情報と一致し、 かつ、 受信したデ バイスドライバのバージョンよりも予め格納されたデバイスドライバのバージョン のほうが新しいが新しいと判断されると、 前記情報機器が、 前記周辺機器に対して デバイスドライバの送信要求を送信する第 3ステップと、
前記周辺機器が、 前記送信要求に応答して対応するデバイスドライバを前記情報機 器に送信する第 4ステップと、
を含むことを特徴とするデバイスドライバの提供方法。
5 . 外部インターフェースを介して周辺機器と接続可能な情報機器であって、 前記周辺機器が接続されると、 前記情報機器のオペレーティングシステムに関する 情報を、 前記周辺機器に送信する送信手段と、
前記オペレーティングシステムに関する情報に対応したデバイスドライバが前記周 辺機器から送信されると、 当該デバイスドライバを受信する受信手段と、 を有することを特徴とする情報機器。
6 . 外部インターフェースを介して周辺機器と接続可能であるとともに周辺機器の デバイスドライバが予め格納されている情報機器であって、
前記周辺機器が接続されると、 前記情報機器のオペレーティングシステムに関する 情報とともに、 前記デバイスドライバのバージョンに関する情報を、 前記周辺機器 に送信する送信手段と、
前記オペレーティングシステムに関する情報とデバイスドライバのバージョンに関 する情報に基づいて、 当該デバイスドライバを受信する受信手段と、 を有すること を特徴とする情報機器。
7 . 外部インターフェースを介して周辺機器と接続可能な情報機器であって、 前記周辺機器と接続されると、 前記周辺機器から、 当該周辺機器内に格納されたデ バイスドライバが対応しているオペレーティングシステムに関する情報を受信する 受信手段と、
当該信手段により受信したオペレーティングシステムに関する情報が、 前記情報機 -器のオペレーテイングシステムと一致するか否かを判断する判断手段と、
前記判断手段にて一致すると判断されると、 デバイスドライバの送信を前記周辺機 器に要求する送信手段と、 を有し、
前記受信手段はさらに、 前記送信要求に応答して前記周辺機器から送信されるデバ イスドライバを受信することを特徴とする情報機器。
8 . 外部ィンターフェースを介して周辺機器と接続可能であるとともに周辺機器の デバイスドライバが予め格納されている情報機器であって、 前記周辺機器と接続されると、 前記周辺機器から、 当該周辺機器内に格納されたデ バイスドライバが対応しているオペレーティングシステムに関する情報とともに、 前記周辺機器に格納されているデバイスドライバのバージョンに関する情報を受信 する受信手段と、
当該信手段により受信したオペレーティングシステムに関する情報が、 前記情報機 器のオペレーティングシステムと一致し、 且つ予め格納されているデバイスドライ バのパージョンょりも受信したデバイスドライバのバージョンのほうが新しいか否 かを判断する判断手段と、
前記判断手段にて新しいと判断されると、 デバイスドライバの送信を前記周辺機器 に要求する送信手段と、 を有し、
前記受信手段はさらに、 前記送信要求に応答して前記周辺機器から送信されるデバ イスドライバを受信することを特徴とする情報機器。
9 . デバイスドライバが格納された格納手段を有し、 外部インターフェースを介し て情報機器と接続可能な周辺機器であつて、
前記情報機器と接続されると、 前記情報機器から送信された当該情報機器のォペレ 一ティングシステムに関する情報を受信する受信手段と、
該受信手段により受信した情報に対応するデバイスドライバが前記格納手段に格納 されているか否かを判断する判断手段と、
該判断手段にて格納されていると判断されると、 前記情報に対応するデバイスドラ ィバを前記情報機器に送信する送信手段と
を有することを特徴とする周辺機器。
1-0. デバイスドラィバが格納された格納手段を有し、 外部ィンターフェースを介 して情報機器と接続可能な周辺機器であって、
前記情報機器と接続されると、 前記情報機器から送信された当該情報機器のォペレ 一ティングシステムに関する情報及び情報機器に格納されているデバイスドライバ のバージョンに関する情報を受信する受信手段と、
該受信手段により受信したオペレーティングシステムに関する情報に対応し、 且つ 受信したデバイスドライバのバージョンよりも新しいバージョンのデバイスドライ バが前記格納手段に格納されているか否かを判断する判断手段と
該判断手段にて格納されていると判断されると、 新しいパーシヨンの前記デバイス ドライバを情報機器に送信する送信手段と
を有することを特徴とする周辺機器。
1 1 . デバイスドライバが格納された格納手段を有し、 外部インターフェースを介 して情報機器と接続可能な周辺機器であって、
前記情報機器と接続されると、 前記格納手段に格納されているデバイスドライバが 対応しているオペレーティングシステムに関する情報を、 前記情報機器に送信する 送信手段と、
前記情報機器から送信されたデバイスドライバの送信要求を受信する受信手段と、 を有し、
前記送信手段は、 前記受信手段が受信した送信要求に対応するデバイスドライバを 前記情報機器に送信することを特徴とする周辺機器。
1 2 . デバイスドライバが格納された格納手段を有し、 外部インターフェースを介 して情報機器と接続可能な周辺機器であって、
前記情報機器と接続されると、 前記格納手段に格納されているデバイスドライバが 対応しているオペレーティングシステムに関する情報とともに、 前記デバイスドラ ィバのバーシヨンに関する情報を、 前記情報機器に送信する送信手段と、 前記情報機器から送信されたデバイスドライバの送信要求を受信する受信手段と、 を有し、
前記送信手段は、 さらに前記受信手段が受信した送信要求に対応するデバイスドラ ィバを前記情報機器に送信することを特徴とする周辺機器。
PCT/JP2005/008554 2004-05-07 2005-04-28 デバイスドライバの提供方法、情報機器、及び周辺機器 WO2005109217A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/568,787 US20080141284A1 (en) 2004-05-07 2005-04-28 Device Driver Providing Method, Information Device, and Peripheral Device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004138042A JP2005321907A (ja) 2004-05-07 2004-05-07 デバイスドライバの提供方法、情報機器、及び周辺機器
JP2004-138042 2004-05-07

Publications (1)

Publication Number Publication Date
WO2005109217A1 true WO2005109217A1 (ja) 2005-11-17

Family

ID=35320387

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2005/008554 WO2005109217A1 (ja) 2004-05-07 2005-04-28 デバイスドライバの提供方法、情報機器、及び周辺機器

Country Status (3)

Country Link
US (1) US20080141284A1 (ja)
JP (1) JP2005321907A (ja)
WO (1) WO2005109217A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2026213A2 (de) 2007-08-09 2009-02-18 Kobil Systems GmbH Installationsloser Chipkartenleser für sicheres Online Banking

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007264864A (ja) * 2006-03-28 2007-10-11 Brother Ind Ltd インストールプログラム
US8705720B2 (en) * 2007-02-08 2014-04-22 Avaya Inc. System, method and apparatus for clientless two factor authentication in VoIP networks
JP4345029B2 (ja) 2007-03-28 2009-10-14 ブラザー工業株式会社 画像処理プログラム
JP5513018B2 (ja) * 2008-06-27 2014-06-04 キヤノン電子株式会社 周辺装置及び画像読取装置
US8615613B2 (en) 2009-07-03 2013-12-24 Canon Denshi Kabushiki Kaisha Program executed in information processing apparatus to control peripheral apparatus
CN101887374B (zh) * 2010-06-12 2015-08-12 中兴通讯股份有限公司 终端设备安装的方法及系统
US8862787B2 (en) * 2010-12-20 2014-10-14 Intel Incorporation Method and apparatus for integrating driver(s) of a portable device into the portable device
US20120198436A1 (en) * 2011-01-27 2012-08-02 Preimesberger Lee A Compatible Operating System
US20200128375A1 (en) * 2018-10-22 2020-04-23 GM Global Technology Operations LLC Updating vehicle electronics based on mobile device compatibility

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08161250A (ja) * 1994-12-06 1996-06-21 Canon Inc 情報処理装置
JP2001051810A (ja) * 1999-08-04 2001-02-23 Ricoh Co Ltd プリンタ・ドライバ更新管理方法、印刷装置及びコンピュータ・ネットワーク・システム
JP2003022245A (ja) * 2001-06-11 2003-01-24 Hewlett Packard Co <Hp> 周辺装置用のアプリケーション・ソフトを提供するシステムおよび方法

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07219865A (ja) * 1994-01-31 1995-08-18 Canon Inc 画像入力装置、画像出力装置及び情報処理装置
JPH10214243A (ja) * 1997-01-29 1998-08-11 Fuji Photo Film Co Ltd データ通信方法およびデータ通信システム
JP3446532B2 (ja) * 1997-04-23 2003-09-16 セイコーエプソン株式会社 コンピュータシステムの周辺機器
DE19835668A1 (de) * 1997-08-07 1999-02-25 Matsushita Electric Ind Co Ltd Übertragungsmedienverbindungsvorrichtung, steuernde Vorrichtung, gesteuerte Vorrichtung und Speichermedium
US6360362B1 (en) * 1998-02-20 2002-03-19 Intel Corporation Automatic update of camera firmware
JP2000187633A (ja) * 1998-12-21 2000-07-04 Canon Inc 情報処理装置、周辺機器およびそのセットアップ方法
US7401113B1 (en) * 1999-12-09 2008-07-15 Microsoft Corporations Printer driver identification for a remote printer
JP2001256167A (ja) * 2000-03-10 2001-09-21 Nec Software Kobe Ltd 情報処理装置とこれに搭載されるオプションボード
US20020067504A1 (en) * 2000-12-06 2002-06-06 Xerox Corporation Method and apparatus for automatic upgrade of a product's printer driver
US6678750B2 (en) * 2001-06-04 2004-01-13 Hewlett-Packard Development Company, L.P. Wireless networked peripheral devices
WO2003012577A2 (en) * 2001-07-31 2003-02-13 Silicom Ltd. Device-related software installation
US7304758B2 (en) * 2002-03-27 2007-12-04 Sharp Laboratories Of America, Inc. Dynamically updating a printer driver
US20030196007A1 (en) * 2002-04-12 2003-10-16 Baron John M. Device-resident driver system and method
US7331051B2 (en) * 2003-04-08 2008-02-12 Synology, Inc. System and method for installing portable device drivers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08161250A (ja) * 1994-12-06 1996-06-21 Canon Inc 情報処理装置
JP2001051810A (ja) * 1999-08-04 2001-02-23 Ricoh Co Ltd プリンタ・ドライバ更新管理方法、印刷装置及びコンピュータ・ネットワーク・システム
JP2003022245A (ja) * 2001-06-11 2003-01-24 Hewlett Packard Co <Hp> 周辺装置用のアプリケーション・ソフトを提供するシステムおよび方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2026213A2 (de) 2007-08-09 2009-02-18 Kobil Systems GmbH Installationsloser Chipkartenleser für sicheres Online Banking
EP2026213A3 (de) * 2007-08-09 2009-03-25 Kobil Systems GmbH Installationsloser Chipkartenleser für sicheres Online Banking
US8403210B2 (en) 2007-08-09 2013-03-26 Kobil Systems Gmbh Installation-free chip card reader for secure online banking
EP2026213B2 (de) 2007-08-09 2015-05-20 Kobil Systems GmbH Installationsloser Chipkartenleser für sicheres Online Banking

Also Published As

Publication number Publication date
JP2005321907A (ja) 2005-11-17
US20080141284A1 (en) 2008-06-12

Similar Documents

Publication Publication Date Title
WO2005109217A1 (ja) デバイスドライバの提供方法、情報機器、及び周辺機器
US8165633B2 (en) Passive interface and software configuration for portable devices
US8351060B2 (en) Method of and apparatus to print image directly
US20150109640A1 (en) Communication device and control method thereof
US7853729B2 (en) Method and apparatus for self-diagnosing of a single device that includes internal USB host and USB client
US7711860B2 (en) Method and apparatus to establish class of USB device
US20090144455A1 (en) Firmware updating system for updating firmware of a display device and method thereof
WO2005111820A1 (en) Methods, peripheral devices and computer program products for loading i/o device drivers
JP2007007873A (ja) 動作要求受付装置、プログラム、記録媒体、動作要求受付装置の制御方法、通信システム及び通信システムの運用方法
US20030217186A1 (en) Apparatus for and method of seamless wireless multimedia download path to peer networked appliances
EP2423804A2 (en) Planning device
US20030140129A1 (en) Installing communication protocol in a handheld device
US10893155B2 (en) Non-transitory computer-readable recording medium containing instructions causing device to download data from server
KR20020014364A (ko) 장치 드라이버의 자동 진단 장치 및 그 방법
TW413992B (en) Mainframe device and information processing device
JP2009193444A (ja) ソフトウェア更新システムおよび管理装置および端末
EP2426592B1 (en) Image forming apparatus and method of forming image thereof
US20130160032A1 (en) Driver controlling device, and computer-readable recording medium storing driver controlling program
KR101262539B1 (ko) Usb 단말의 제어 방법 및 이를 수행하는 장치
JP5070012B2 (ja) 画像読取装置、画像読取装置の制御方法、及び画像読取装置の制御プログラム
JP2008242979A (ja) 画像処理プログラム
JP2004029885A (ja) 接続装置
JP4907900B2 (ja) 接続装置及び接続方法
US20110117892A1 (en) Method of realizing automatic dial-up connection to internet from computer and communication device using the same
US20100033747A1 (en) Image forming device, image forming system and computer readable medium for install

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWE Wipo information: entry into national phase

Ref document number: 11568787

Country of ref document: US

122 Ep: pct application non-entry in european phase