US20040128676A1 - System and method for automatically loading a device driver - Google Patents

System and method for automatically loading a device driver Download PDF

Info

Publication number
US20040128676A1
US20040128676A1 US10/735,756 US73575603A US2004128676A1 US 20040128676 A1 US20040128676 A1 US 20040128676A1 US 73575603 A US73575603 A US 73575603A US 2004128676 A1 US2004128676 A1 US 2004128676A1
Authority
US
United States
Prior art keywords
computer
peripheral device
url address
device driver
url
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.)
Abandoned
Application number
US10/735,756
Inventor
Wayne Wang
Jayasimha Nuggehalli
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US10/735,756 priority Critical patent/US20040128676A1/en
Publication of US20040128676A1 publication Critical patent/US20040128676A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • G06F9/4413Plug-and-play [PnP]
    • G06F9/4415Self describing peripheral devices

Definitions

  • the present invention is directed to a system and method which automatically locates and loads a device driver in a computer for a peripheral device attached to the computer.
  • FIG. 1 shows a computer 1 with a peripheral device 2 attached thereto.
  • the peripheral device 2 is also accompanied by software 3 to be installed in the computer 1 .
  • the software 3 includes a device driver so that the computer 1 can properly drive and operate the peripheral device 2 .
  • the device driver software 3 is typically stored on a floppy disk, CD-ROM, etc. packaged with the peripheral device 2 and which the computer user installs into a floppy disk drive, CD-ROM drive, etc. of the computer 1 . After installation of the device driver software 3 the computer 1 will include the device driver embedded in its operating system for driving the peripheral device 2 .
  • the computer user is required to install the device driver software 3 .
  • the computer user will perform an improper operation in installing the device driver software 3 . That may particularly be the case if the device driver software 3 includes device drivers for several different peripheral devices and/or if the computer user is required to make certain selections or settings during installing the device driver software 3 , which can increase the chance of the computer user making errors in installing the device driver software 3 .
  • One manner of addressing the problem of the device driver software 3 containing bugs or flaws or not being the most up-to-date version is to make device driver software available on a web site of the manufacturer of the peripheral device 2 .
  • the computer user can access that web site and download the updated device driver software.
  • that operation requires the computer user to properly access the designated web site and to select the appropriate device driver software from the web site.
  • Such actions are not only time consuming on the part of the computer user but also open up the possibility of the computer user making errors in downloading the device driver software.
  • one object of the present invention is to provide a novel system and method for loading in a computer a device driver for a peripheral device which overcomes the above-noted and other drawbacks in the background art.
  • Another and more specific object of the present invention is to provide a novel system and method for loading in a computer a device driver for a peripheral device which requires minimum actions on the part of the computer user.
  • Another and more specific object of the present invention is to provide a novel system and method for loading in a computer a device driver for a peripheral device which obviates the need for device driver software to be packaged with the peripheral device.
  • the present invention achieves the above and other objects by providing a novel system and method in which device driver software for a peripheral device to be attached to or loaded in a computer is automatically downloaded from a designated world wide web (WWW) site of the manufacturer of the peripheral device to the computer. The computer then installs the downloaded device driver.
  • WWW world wide web
  • a device driver is automatically installed in a computer, the device driver driving a peripheral device connected to the computer.
  • the peripheral device provides unique identification data to the computer to which it is connected.
  • the computer obtains a URL address, which the manufacturer of the peripheral device previously set up to contain the device driver corresponding to the peripheral device, based on the obtained identification data from the peripheral device.
  • the obtained URL address containing the device driver for the peripheral device is accessed.
  • the device driver is then downloaded from the accessed URL address and installed in the computer.
  • the computer automatically installs the device driver corresponding to the peripheral device by accessing the previously established URL address containing the device driver for the peripheral device.
  • the present invention can employ one of two methods of obtaining the URL address based on the obtained identification data from the peripheral device.
  • a first manner is that the peripheral device itself provides the URL address data within its identification data provided to the computer.
  • a second possibility is that the computer contains a database at least correlating different identification data to URL addresses.
  • FIG. 1 shows a background art system
  • FIG. 2 shows a system of the present invention
  • FIG. 3 shows an operation executed in the system of the present invention
  • FIGS. 4 (A) and 4 (B) show different forms that identification data provided from a peripheral device can take in the present invention.
  • FIG. 5 shows a further structure that identification data provided from a peripheral device can take in a further embodiment of the present invention.
  • FIG. 6 shows an operation executed in the further embodiment of the present invention.
  • FIG. 2 a system of the present invention is shown.
  • the present invention is directed to a system and method which can automatically install in a computer a device driver for a peripheral device attached to the computer.
  • the present invention achieves the above-noted and other operations by the peripheral device providing unique identification data to the computer to which it is attached.
  • the peripheral device does not come packaged with any software, e.g. does not come with a floppy disk, containing a device driver for that peripheral device.
  • the manufacturer of the peripheral device has the device driver stored at a designated uniform resource locator (URL) address on its world wide web (WWW) site.
  • URL uniform resource locator
  • the computer takes the unique identification data provided from the peripheral device and corresponds that identification data to the specific previously designated URL address containing the device driver for that peripheral device.
  • the computer then accesses the URL address containing the device driver for the peripheral device, downloads the device driver from the particular URL address, and then installs the downloaded device driver.
  • Such operations are done automatically by the computer system so that the computer user does not have to take actions to install the device driver, or the computer user may only have minimum actions to take to install the device driver.
  • the benefit provided to the manufacturer of the peripheral device is that that manufacturer does not have to package device driver software with the peripheral device, and the computer user will have loaded the most up-to-date version of the device driver for that peripheral device.
  • FIG. 2 Attention is directed to FIG. 2 to explain the system and method of the present invention in further detail.
  • FIG. 2 shows the computer 1 of the present invention attached to a peripheral device 2 .
  • the computer 1 includes a CPU 10 which controls the operations of the computer 1 .
  • the CPU 10 is connected to the peripheral device 2 by a local port 11 .
  • the CPU 10 is connected to a communication line 15 by an input/output (I/O) device 12 .
  • the communication line 15 may be any type of line permitting communication from the computer 1 to the world wide web.
  • the most typical form of the communication line 15 is a standard telephone line.
  • the communication line 15 could also clearly be a wireless connection, a coaxial line in an instance in which the I/O device 12 includes a cable modem, a T1 line, a local area network (LAN), DSL, etc.
  • the CPU 10 acts to access various URL addresses 16 .
  • the URL addresses 16 are different web sites which can be accessed and which contain device drivers which can be downloaded to the computer 1 .
  • the computer 1 also includes a URL database 13 , shown in FIG. 1 as a part of the computer 1 , but which can also be an external database.
  • the URL database 13 correlates peripheral device identification data received from the peripheral device 2 to specific URL addresses in any known manner.
  • the URL database 13 is previously generated with the help of manufacturers of peripheral devices; that is, the manufacturers of the peripheral devices have to provide a specific URL address containing a device driver in correlation with particular identification data provided from a peripheral device.
  • Absolute URLs completely describe how to obtain a file on the Internet, and thus the URL database 13 can preferably store absolute URL addresses.
  • step S 30 the computer 1 queries the peripheral device 2 for its device identification (ID) utilizing a driver in the local port 11 .
  • ID device identification
  • This query can be taken by the computer 1 after the computer 1 recognizes that the peripheral device 2 has been attached thereto, by prompting from a computer user, or by any other manner.
  • step S 31 the peripheral device 2 provides its unique identification data to the computer 1 .
  • That identification data provided from the peripheral device 2 to the computer 1 may include data of the manufacturer of the peripheral device 2 , the command set, indicating commands understood by the peripheral device 2 , and the model of the peripheral device 2 .
  • the command set is a printer description language (PDL) which is understood by the printer, such as printer job language (PJL), printer control language (PCL), PCLXL, etc.
  • PDL printer description language
  • JL printer job language
  • PCL printer control language
  • PCLXL PCLXL
  • the information data provided from the peripheral device 2 is strings composed of ASCII values between 32-127 (20h-7Fh), inclusive.
  • the minimum requirements for the identification data provided from the peripheral device 2 can be as those described in section 6.6 of the IEEE 1284 specification, the entire contents of which are incorporated herein by reference.
  • identification data can include key values for the MANUFACTURER 41 , COMMAND SET 42 , and MODEL 43 .
  • other protocol and command set data can be exchanged.
  • the identification data provided from the peripheral device 2 may include the additional key words of CLASS 44 , DESCRIPTION 45 , and COMPATIBLE ID 46 .
  • the key value CLASS 44 may, as an example, take any of the following values: PRINTER, MODEM, NET, HDC, PCMCIA, MEDIA, FDC, PORTS, SCANNER, DIGCAN.
  • the key value DESCRIPTION 45 may be an ASCII string that provides a description of the device the manufacturer would like presented to the computer user if a MICROSOFT WINDOWS INF file is not found.
  • an INF file is a MICROSOFT WINDOWS information file which includes information for installation of a peripheral device, including plug-and play type information.
  • the key value DESCRIPTION 45 includes similar data as in such a MICROSOFT WINDOWS INF file and is provided in case the MICROSOFT WINDOWS INF file cannot be found.
  • the DESCRIPTION 45 key should be no longer than 128 characters.
  • the key value COMPATIBLE ID 46 may have any value that exactly matches an ID value listed in an INF file.
  • MANUFACTURER 41 , MODEL 43 , and COMPATIBLE ID 46 are key values which preferably remain static for any device.
  • the MANUFACTURER 41 and MODEL key 43 values should remain unique for each manufacturer.
  • step S 33 the computer 1 accesses the URL database 13 , based on the identification data provided from the peripheral device 2 and finds a URL address corresponding to the provided identification data. After the appropriate URL address is obtained in step S 33 based on the identification data provided from the peripheral device, the operation then proceeds to step S 34 .
  • step S 34 the computer 1 launches its browser, for example Microsoft Internet Explorer, Netscape Navigator, etc., with the URL address obtained from the URL database 13 .
  • the computer 1 accesses one of the URL addresses 16 through the communication line 15 .
  • the computer system 1 then, in step S 35 , automatically downloads and installs the device driver from the designated URL address into the computer 1 .
  • the CPU 10 finds the URL address based on the provided identification data from the peripheral device 2 by accessing the URL database 13 .
  • That URL database 13 need not be provided as a part of the computer 1 , but could also be stored on a web page which the computer 1 initially accesses, as an example.
  • FIG. 5 shows a further form which the identification data provided from the peripheral device 2 can take.
  • the peripheral device 2 itself provides to the computer 1 URL ADDRESS data 49 indicating the URL address at which its device driver is stored. That is, as shown in FIG. 5 the identification data provided from the peripheral device 2 also includes the key value URL ADDRESS 49 . In such an operation, the peripheral device 2 itself provides the computer 1 with the URL address which has the device driver for the peripheral device 2 .
  • the present invention performs an operation as shown in FIG. 6.
  • the operation as shown in FIG. 6 is similar to the operation as shown in FIG. 3 except that no URL database 13 needs to be accessed.
  • step S 60 the computer 1 queries the peripheral device 2 for its identification data (ID) utilizing a driver in the local port 11 , similarly as in step S 30 .
  • step S 61 the computer 1 obtains not only the manufacture and model data from the peripheral device 2 , but also the URL ADDRESS data 49 which has the device driver for the peripheral device 2 .
  • step S 64 the browser is launched with the URL address obtained within the device identification data.
  • step S 60 the device driver is downloaded and installed, similarly as in step S 35 .
  • the operation as shown in FIG. 6 is an operation which can be executed in the present invention as an alternative to the operation as shown in FIG. 3.
  • system of the present invention can include both operations as shown in FIGS. 3 and 6 so that the present invention does not require total reliance on either the URL database 13 or being provided with the URL address in the identification data from the peripheral device 2 .
  • the computer user does not have to take actions to install the device driver for the peripheral device 2 in their computer 1 , or at least only has to take minimum actions.
  • the manufacturer of the device driver 2 does not need to package any device driver software on a floppy disk or CD-ROM with the peripheral device 2 .
  • Such a system and operation in the present minimizes the chance that the computer makes any errors in installing the device driver, and ensures that the most up-to-date device driver is installed in the computer 1 .
  • the manufacturer of the peripheral device 2 can realize many cost savings and improve their product for the computer user.
  • the present invention may be conveniently implemented using a conventional general purpose digital computer or microprocessor programmed according to the teachings of the present specification, as will be apparent to those skilled in the computer art.
  • Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present disclosure, as will be apparent to those skilled in the software art.
  • the invention may also be implemented by the preparation of application specific integrated circuits or by interconnecting an appropriate network of conventional component circuits, as will be readily apparent to those skilled in the art.
  • the present invention includes a computer program product which is a storage medium including instructions which can be used to program a computer to perform a process of the invention.
  • the storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, CD-ROMS, and magneto-optical disks, ROMS, RAMs, EPROMS, EEPROMS, magnetic or optical cards, or any type of media suitable for storing electronic instructions.

Abstract

A system and method in which device driver software for a peripheral device to be attached to a computer is automatically downloaded from a designated world wide web (WWW) site of the peripheral device manufacturer. The computer obtains an URL address, which the peripheral device manufacturer previously set up to contain the device driver corresponding to the peripheral device. Then, the obtained URL address containing the device driver for the peripheral device is accessed. The device driver is then downloaded from the accessed URL address and installed in the computer. Thereby, the computer automatically installs the device driver corresponding to the peripheral device by accessing the previously established URL address containing the device driver.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • The present invention is directed to a system and method which automatically locates and loads a device driver in a computer for a peripheral device attached to the computer. [0002]
  • 2. Discussion of the Background [0003]
  • Computer users often purchase peripheral devices to be attached to their computers. Common examples of such peripheral devices are a printer, a CD writer, scanner, network interface cards, display cards, etc. FIG. 1 shows a computer [0004] 1 with a peripheral device 2 attached thereto. The peripheral device 2 is also accompanied by software 3 to be installed in the computer 1. The software 3 includes a device driver so that the computer 1 can properly drive and operate the peripheral device 2. The device driver software 3 is typically stored on a floppy disk, CD-ROM, etc. packaged with the peripheral device 2 and which the computer user installs into a floppy disk drive, CD-ROM drive, etc. of the computer 1. After installation of the device driver software 3 the computer 1 will include the device driver embedded in its operating system for driving the peripheral device 2.
  • The background system of including a device driver on [0005] software 3 packaged with the peripheral device 2 results in certain problems for both the computer user and the manufacturer of the peripheral device 2.
  • First, with the background system shown in FIG. 1 the computer user is required to install the [0006] device driver software 3. In that case, there is always the possibility that the computer user will perform an improper operation in installing the device driver software 3. That may particularly be the case if the device driver software 3 includes device drivers for several different peripheral devices and/or if the computer user is required to make certain selections or settings during installing the device driver software 3, which can increase the chance of the computer user making errors in installing the device driver software 3.
  • Moreover, from the vantage point of the manufacturer of the [0007] peripheral device 2, requiring to package the device driver software 3 with each peripheral device 2 has the obvious drawback of increasing costs. Moreover, it often occurs that errors in device drivers are discovered or device drivers are updated after they have been shipped with peripheral devices. In that instance, the device driver software 3 provided with the peripheral device 2 may not be the most up-to-date version of the device driver or may contain minor flaws or bugs, which is also obviously problematic for the computer user.
  • One manner of addressing the problem of the [0008] device driver software 3 containing bugs or flaws or not being the most up-to-date version is to make device driver software available on a web site of the manufacturer of the peripheral device 2. In that instance, the computer user can access that web site and download the updated device driver software. However, that operation requires the computer user to properly access the designated web site and to select the appropriate device driver software from the web site. Such actions are not only time consuming on the part of the computer user but also open up the possibility of the computer user making errors in downloading the device driver software.
  • SUMMARY OF THE INVENTION
  • Accordingly, one object of the present invention is to provide a novel system and method for loading in a computer a device driver for a peripheral device which overcomes the above-noted and other drawbacks in the background art. [0009]
  • Another and more specific object of the present invention is to provide a novel system and method for loading in a computer a device driver for a peripheral device which requires minimum actions on the part of the computer user. [0010]
  • Another and more specific object of the present invention is to provide a novel system and method for loading in a computer a device driver for a peripheral device which obviates the need for device driver software to be packaged with the peripheral device. [0011]
  • The present invention achieves the above and other objects by providing a novel system and method in which device driver software for a peripheral device to be attached to or loaded in a computer is automatically downloaded from a designated world wide web (WWW) site of the manufacturer of the peripheral device to the computer. The computer then installs the downloaded device driver. [0012]
  • More specifically, in the system and method of the present invention a device driver is automatically installed in a computer, the device driver driving a peripheral device connected to the computer. As a first operation in the present invention, the peripheral device provides unique identification data to the computer to which it is connected. The computer then obtains a URL address, which the manufacturer of the peripheral device previously set up to contain the device driver corresponding to the peripheral device, based on the obtained identification data from the peripheral device. Then, the obtained URL address containing the device driver for the peripheral device is accessed. The device driver is then downloaded from the accessed URL address and installed in the computer. With such an operation, the computer automatically installs the device driver corresponding to the peripheral device by accessing the previously established URL address containing the device driver for the peripheral device. [0013]
  • The present invention can employ one of two methods of obtaining the URL address based on the obtained identification data from the peripheral device. A first manner is that the peripheral device itself provides the URL address data within its identification data provided to the computer. A second possibility is that the computer contains a database at least correlating different identification data to URL addresses.[0014]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • A more complete appreciation of the present invention and many of the attendant advantages thereof will be readily obtained as the same becomes better understood by reference to the following detailed description when considered in connection with the accompanying drawings, wherein: [0015]
  • FIG. 1 shows a background art system; [0016]
  • FIG. 2 shows a system of the present invention; [0017]
  • FIG. 3 shows an operation executed in the system of the present invention; [0018]
  • FIGS. [0019] 4(A) and 4(B) show different forms that identification data provided from a peripheral device can take in the present invention; and
  • FIG. 5 shows a further structure that identification data provided from a peripheral device can take in a further embodiment of the present invention; and [0020]
  • FIG. 6 shows an operation executed in the further embodiment of the present invention.[0021]
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Referring now to the drawings, wherein like reference numerals designate identical or corresponding parts throughout the several views, and more particularly to FIG. 2 thereof, a system of the present invention is shown. [0022]
  • The present invention is directed to a system and method which can automatically install in a computer a device driver for a peripheral device attached to the computer. [0023]
  • The present invention achieves the above-noted and other operations by the peripheral device providing unique identification data to the computer to which it is attached. The peripheral device does not come packaged with any software, e.g. does not come with a floppy disk, containing a device driver for that peripheral device. Instead, in the system of the present invention the manufacturer of the peripheral device has the device driver stored at a designated uniform resource locator (URL) address on its world wide web (WWW) site. [0024]
  • The computer takes the unique identification data provided from the peripheral device and corresponds that identification data to the specific previously designated URL address containing the device driver for that peripheral device. The computer then accesses the URL address containing the device driver for the peripheral device, downloads the device driver from the particular URL address, and then installs the downloaded device driver. Such operations are done automatically by the computer system so that the computer user does not have to take actions to install the device driver, or the computer user may only have minimum actions to take to install the device driver. Further, the benefit provided to the manufacturer of the peripheral device is that that manufacturer does not have to package device driver software with the peripheral device, and the computer user will have loaded the most up-to-date version of the device driver for that peripheral device. [0025]
  • Attention is directed to FIG. 2 to explain the system and method of the present invention in further detail. [0026]
  • FIG. 2 shows the computer [0027] 1 of the present invention attached to a peripheral device 2. The computer 1 includes a CPU 10 which controls the operations of the computer 1. The CPU 10 is connected to the peripheral device 2 by a local port 11. Further, the CPU 10 is connected to a communication line 15 by an input/output (I/O) device 12. The communication line 15 may be any type of line permitting communication from the computer 1 to the world wide web. The most typical form of the communication line 15 is a standard telephone line. However, the communication line 15 could also clearly be a wireless connection, a coaxial line in an instance in which the I/O device 12 includes a cable modem, a T1 line, a local area network (LAN), DSL, etc. Further, through the I/O device 12 and the communication line 15 the CPU 10 acts to access various URL addresses 16. The URL addresses 16 are different web sites which can be accessed and which contain device drivers which can be downloaded to the computer 1.
  • The computer [0028] 1 also includes a URL database 13, shown in FIG. 1 as a part of the computer 1, but which can also be an external database. The URL database 13 correlates peripheral device identification data received from the peripheral device 2 to specific URL addresses in any known manner. The URL database 13 is previously generated with the help of manufacturers of peripheral devices; that is, the manufacturers of the peripheral devices have to provide a specific URL address containing a device driver in correlation with particular identification data provided from a peripheral device. There are three distinct types of URLs: absolute, relative, and local. There are also a few special-case URLs supported by some browsers. Absolute URLs completely describe how to obtain a file on the Internet, and thus the URL database 13 can preferably store absolute URL addresses.
  • The operation of the system of FIG. 2 is shown in FIG. 3. As shown in FIG. 3, in a first step S[0029] 30 the computer 1 queries the peripheral device 2 for its device identification (ID) utilizing a driver in the local port 11. This query can be taken by the computer 1 after the computer 1 recognizes that the peripheral device 2 has been attached thereto, by prompting from a computer user, or by any other manner. Then, the operation proceeds to step S31 during which the peripheral device 2 provides its unique identification data to the computer 1. That identification data provided from the peripheral device 2 to the computer 1 may include data of the manufacturer of the peripheral device 2, the command set, indicating commands understood by the peripheral device 2, and the model of the peripheral device 2. In the instance that the peripheral device 2 is a printer, the command set is a printer description language (PDL) which is understood by the printer, such as printer job language (PJL), printer control language (PCL), PCLXL, etc. It will be typical that the information data provided from the peripheral device 2 is strings composed of ASCII values between 32-127 (20h-7Fh), inclusive.
  • In the instance that the [0030] peripheral device 2 is a printer, the minimum requirements for the identification data provided from the peripheral device 2 can be as those described in section 6.6 of the IEEE 1284 specification, the entire contents of which are incorporated herein by reference. Specifically, as shown in FIG. 4(A) that identification data can include key values for the MANUFACTURER 41, COMMAND SET 42, and MODEL 43. In the instance that the peripheral device 2 is not a printer, other protocol and command set data can be exchanged.
  • However, in a preferred embodiment, and as shown in FIG. 4(B), the identification data provided from the [0031] peripheral device 2 may include the additional key words of CLASS 44, DESCRIPTION 45, and COMPATIBLE ID 46. The key value CLASS 44 may, as an example, take any of the following values: PRINTER, MODEM, NET, HDC, PCMCIA, MEDIA, FDC, PORTS, SCANNER, DIGCAN. The key value DESCRIPTION 45 may be an ASCII string that provides a description of the device the manufacturer would like presented to the computer user if a MICROSOFT WINDOWS INF file is not found. That is, an INF file is a MICROSOFT WINDOWS information file which includes information for installation of a peripheral device, including plug-and play type information. The key value DESCRIPTION 45 includes similar data as in such a MICROSOFT WINDOWS INF file and is provided in case the MICROSOFT WINDOWS INF file cannot be found. The DESCRIPTION 45 key should be no longer than 128 characters. The key value COMPATIBLE ID 46 may have any value that exactly matches an ID value listed in an INF file.
  • The key values of [0032] MANUFACTURER 41, MODEL 43, and COMPATIBLE ID 46 are key values which preferably remain static for any device. The MANUFACTURER 41 and MODEL key 43 values should remain unique for each manufacturer.
  • After the operation in step S[0033] 31, the operation then proceeds to step S33. In step S33 the computer 1 accesses the URL database 13, based on the identification data provided from the peripheral device 2 and finds a URL address corresponding to the provided identification data. After the appropriate URL address is obtained in step S33 based on the identification data provided from the peripheral device, the operation then proceeds to step S34. In step S34 the computer 1 launches its browser, for example Microsoft Internet Explorer, Netscape Navigator, etc., with the URL address obtained from the URL database 13. Thus, in step S34 the computer 1 accesses one of the URL addresses 16 through the communication line 15. When the computer 1 has connected to the designated URL address, the computer system 1 then, in step S35, automatically downloads and installs the device driver from the designated URL address into the computer 1.
  • The operation is then completed. [0034]
  • In the embodiment noted above the [0035] CPU 10 finds the URL address based on the provided identification data from the peripheral device 2 by accessing the URL database 13. That URL database 13 need not be provided as a part of the computer 1, but could also be stored on a web page which the computer 1 initially accesses, as an example.
  • The operation of the present invention as discussed above relies on the computer [0036] 1 including the URL database 13 to correspond the identification data provided from the peripheral device 2 to an appropriate URL address. However, in a further embodiment of the present invention such a URL database 13 may be unnecessary.
  • More particularly, FIG. 5 shows a further form which the identification data provided from the [0037] peripheral device 2 can take. In that further form shown in FIG. 5 the peripheral device 2 itself provides to the computer 1 URL ADDRESS data 49 indicating the URL address at which its device driver is stored. That is, as shown in FIG. 5 the identification data provided from the peripheral device 2 also includes the key value URL ADDRESS 49. In such an operation, the peripheral device 2 itself provides the computer 1 with the URL address which has the device driver for the peripheral device 2.
  • In such a situation in which the identification data provided from the [0038] peripheral device 2 is as shown in FIG. 5, the present invention performs an operation as shown in FIG. 6. The operation as shown in FIG. 6 is similar to the operation as shown in FIG. 3 except that no URL database 13 needs to be accessed.
  • More particularly, as shown in FIG. 6, in a first step S[0039] 60 the computer 1 queries the peripheral device 2 for its identification data (ID) utilizing a driver in the local port 11, similarly as in step S30. The operation then proceeds to step S61 in which the computer 1 obtains not only the manufacture and model data from the peripheral device 2, but also the URL ADDRESS data 49 which has the device driver for the peripheral device 2. In such an operation of the present invention as shown in FIG. 6, since the computer 1 obtains the data for the URL address from the peripheral device 2, the computer does not need to access a URL database 13. The operation then proceeds to step S64 in which the browser is launched with the URL address obtained within the device identification data. The operation then proceeds to step S60 in which the device driver is downloaded and installed, similarly as in step S35.
  • Thus, the operation as shown in FIG. 6 is an operation which can be executed in the present invention as an alternative to the operation as shown in FIG. 3. [0040]
  • It should also be clear that the system of the present invention can include both operations as shown in FIGS. 3 and 6 so that the present invention does not require total reliance on either the [0041] URL database 13 or being provided with the URL address in the identification data from the peripheral device 2.
  • With such operations in the present invention, the computer user does not have to take actions to install the device driver for the [0042] peripheral device 2 in their computer 1, or at least only has to take minimum actions. Further, the manufacturer of the device driver 2 does not need to package any device driver software on a floppy disk or CD-ROM with the peripheral device 2. Such a system and operation in the present minimizes the chance that the computer makes any errors in installing the device driver, and ensures that the most up-to-date device driver is installed in the computer 1. Further, the manufacturer of the peripheral device 2 can realize many cost savings and improve their product for the computer user.
  • The present invention may be conveniently implemented using a conventional general purpose digital computer or microprocessor programmed according to the teachings of the present specification, as will be apparent to those skilled in the computer art. Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present disclosure, as will be apparent to those skilled in the software art. The invention may also be implemented by the preparation of application specific integrated circuits or by interconnecting an appropriate network of conventional component circuits, as will be readily apparent to those skilled in the art. [0043]
  • The present invention includes a computer program product which is a storage medium including instructions which can be used to program a computer to perform a process of the invention. The storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, CD-ROMS, and magneto-optical disks, ROMS, RAMs, EPROMS, EEPROMS, magnetic or optical cards, or any type of media suitable for storing electronic instructions. [0044]
  • Obviously, numerous modifications and variations of the present invention are possible in light of the above teachings. It is therefore to be understood that within the scope of the appended claims, the present invention may be practiced otherwise than as specifically described herein. [0045]

Claims (7)

1. A method of installing a device driver in a computer, the device driver driving a peripheral device connected to the computer, comprising the steps of:
(a) obtaining an URL address containing the device driver corresponding to the peripheral device by (a1) accessing a previously generated database stored in the computer, the database storing URL addresses and a correspondence of peripheral device identification data to the stored URL addresses;
(c) accessing the obtained URL address; and
(d) obtaining and installing in the computer the device driver corresponding to the peripheral device from the accessed URL address.
2. A computer program product, comprising:
(a) a computer storage medium and (b) a computer program code mechanism embedded in the computer storage medium for causing a computer to control installing a device driver in the computer, the device driver driving a peripheral device connected to the computer, the computer program code mechanism (b) comprising:
(b1) a first computer code device configured to obtain an URL address containing the device driver corresponding to the peripheral device by (b2) obtaining the URL address by accessing a previously generated database stored in the computer, the database storing URL addresses and a correspondence of peripheral device identification data to the stored URL addresses;
(b3) a second computer code device configured to access the obtained URL address; and
(b4) a third computer code device configured to obtain and install in the computer the device driver corresponding to the peripheral device from the accessed URL address.
3. A computer system, comprising:
(a) a peripheral device connected to a computer;
(b) a device driver configured to drive said peripheral device;
(c) means for obtaining an URL address containing said device driver corresponding to said peripheral device, wherein said means (c) for obtaining the URL address includes (c1) a database stored in the computer, the database storing URL addresses and a correspondence of peripheral device identification data to the stored URL addresses;
(e) means for accessing the obtained URL address; and
(f) means for obtaining and installing in the computer said device driver corresponding to said peripheral device from the accessed URL address.
4. A computer configured to be connected to a peripheral device, the peripheral device being driven by a device driver, the computer comprising:
(a) means for obtaining an URL address containing said device driver corresponding to said peripheral device, wherein said means (a) for obtaining the URL address includes (a1) a database stored in the computer, the database storing URL addresses and a correspondence of peripheral device identification data to the stored URL addresses;
(b) means for accessing the obtained URL address; and
(c) means for obtaining and installing in the computer said device driver corresponding to said peripheral device from the accessed URL address.
5. A computer configured to be connected to a peripheral device, the peripheral device being driven by a device driver, the computer comprising:
(a) means for obtaining identification data of said peripheral device from said peripheral device;
(b) means for obtaining an URL address containing said device driver corresponding to said peripheral device based on the obtained identification data of said peripheral device, wherein said means (b) for obtaining the URL address includes (b1) a database stored in the computer, the database storing URL addresses and a correspondence of peripheral device identification data to the stored URL addresses;
(c) means for accessing the obtained URL address; and
(d) means for obtaining and installing in the computer said device driver corresponding to said peripheral device from the accessed URL address.
6. A computer system according to claim 5, wherein the obtained identification data includes information of a manufacturer and model number of said peripheral device.
7. A computer system according to claim 6, wherein the obtained identification data further includes information of a class, a description, and a compatible ID of said peripheral device.
US10/735,756 2000-01-07 2003-12-16 System and method for automatically loading a device driver Abandoned US20040128676A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/735,756 US20040128676A1 (en) 2000-01-07 2003-12-16 System and method for automatically loading a device driver

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/478,790 US6668376B1 (en) 2000-01-07 2000-01-07 System and method for automatically loading a device driver
US10/735,756 US20040128676A1 (en) 2000-01-07 2003-12-16 System and method for automatically loading a device driver

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/478,790 Continuation US6668376B1 (en) 2000-01-07 2000-01-07 System and method for automatically loading a device driver

Publications (1)

Publication Number Publication Date
US20040128676A1 true US20040128676A1 (en) 2004-07-01

Family

ID=29736872

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/478,790 Expired - Lifetime US6668376B1 (en) 2000-01-07 2000-01-07 System and method for automatically loading a device driver
US10/735,756 Abandoned US20040128676A1 (en) 2000-01-07 2003-12-16 System and method for automatically loading a device driver

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/478,790 Expired - Lifetime US6668376B1 (en) 2000-01-07 2000-01-07 System and method for automatically loading a device driver

Country Status (1)

Country Link
US (2) US6668376B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040034862A1 (en) * 2002-08-13 2004-02-19 Brother Kogyo Kabushiki Kaisha Driver installing system for network devices
US20050267998A1 (en) * 2004-05-27 2005-12-01 Ferguson Alan L Interchangeable communication modules for work machines
US20060079985A1 (en) * 2003-03-04 2006-04-13 Shigeki Wada Inline connection setting method and device and substrate processing devices and substrate processing system
US20090232134A1 (en) * 2008-03-14 2009-09-17 Thierry Lamouline Indirect address connection service over an extended network
US20180359110A1 (en) * 2016-03-15 2018-12-13 Omron Corporation Information processing device and agent system

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7149785B1 (en) * 1999-11-17 2006-12-12 Sony Corporation Information processing apparatus and method and recording medium
JP2002236590A (en) * 2000-12-08 2002-08-23 Seiko Epson Corp Installing method for software
KR100520058B1 (en) * 2000-12-13 2005-10-11 삼성전자주식회사 System for upgrading device driver and method for upgrading the same
US7076536B2 (en) * 2000-12-21 2006-07-11 Microsoft Corporation Method and system to access software pertinent to an electronic peripheral device at an address based on a peripheral device identifier
US7089551B2 (en) * 2001-02-06 2006-08-08 Hewlett-Packard Development Company, L.P. System for installing peripheral software during peripheral installation
US20020124046A1 (en) * 2001-02-20 2002-09-05 Fischer William A. Peripheral devices which manage application upload to computing devices
CN100445940C (en) * 2001-03-30 2008-12-24 精工爱普生株式会社 Network technique for malfunction countermeasure
US20020194583A1 (en) * 2001-04-27 2002-12-19 Masayuki Kitagawa System and method for automatically transferring data to a host
US20020188938A1 (en) * 2001-06-11 2002-12-12 Dong Mimi Chu System and method for providing application software for a peripheral device
US20030074442A1 (en) * 2001-10-11 2003-04-17 Haines Robert E. Hardcopy output engine discovery method and apparatus
US20030072027A1 (en) * 2001-10-11 2003-04-17 Haines Robert E. Unique identifier for customer account and method
US20030074547A1 (en) * 2001-10-11 2003-04-17 Haines Robert E. Hardcopy output engine consumable supply management and method
US20030074268A1 (en) * 2001-10-11 2003-04-17 Haines Robert E. User and device interactions for web consolidation
US7624391B2 (en) * 2001-11-05 2009-11-24 Hewlett-Packard Development Company, L.P. Device-based model for software driver delivery and upgrade
US20030120624A1 (en) * 2001-12-10 2003-06-26 Poppenga Burton H. System and method for efficiently installing and configuring device drivers in managed environments
JP2003303071A (en) * 2002-01-16 2003-10-24 Canon Inc Information processor, information processing method, information processing system, control program and storage medium
KR100444996B1 (en) * 2002-02-08 2004-08-21 삼성전자주식회사 Method for installing method and mending device driver automatically through internet and system thereof
US7337242B1 (en) * 2002-02-11 2008-02-26 Ricoh Company, Limited Method and apparatus utilizing communication means hierarchy to configure or monitor an interface device
US20030177169A1 (en) * 2002-03-14 2003-09-18 Nutt Letty B. Automated peripheral device data harvest utility
US20030195951A1 (en) * 2002-04-12 2003-10-16 Wittel Walter I. Method and system to dynamically detect, download and install drivers from an online service
US20030237082A1 (en) * 2002-06-20 2003-12-25 Xerox Corporation System for installation of print driver software
US20040203693A1 (en) * 2002-09-18 2004-10-14 Dell Products L.P. Over the air firmware and policy programming
US7331051B2 (en) * 2003-04-08 2008-02-12 Synology, Inc. System and method for installing portable device drivers
US7363632B2 (en) * 2003-04-08 2008-04-22 Synology, Inc. Clientless external storage device
US7865907B2 (en) * 2003-09-25 2011-01-04 Fisher-Rosemount Systems, Inc. Method and apparatus for providing automatic software updates
US7516249B2 (en) * 2003-09-25 2009-04-07 International Business Machines Corporation Method for automatically determining I/O connector configuration
ATE370450T1 (en) * 2003-12-18 2007-09-15 Research In Motion Ltd COMPUTER PERIPHERAL DEVICE AND METHOD FOR IDENTIFYING A UTILITY ASSOCIATED WITH THE DEVICE
US8683347B2 (en) * 2003-12-18 2014-03-25 Blackberry Limited Computer peripheral product and method of branding utility software associated with same
US20050257218A1 (en) * 2004-05-11 2005-11-17 Hong-Jih Lin Method for automatically downloading and installing driver of peripheral
US9027015B2 (en) * 2004-06-04 2015-05-05 Steelcase, Inc. Interactive communication system having an integrated key drive system
KR100662363B1 (en) * 2004-10-19 2007-01-02 엘지전자 주식회사 Apparatus and method for install of display device
US20070245333A1 (en) * 2006-03-27 2007-10-18 Ferlitsch Andrew R Methods and Systems for Managing Firmware
US7793285B2 (en) * 2006-03-31 2010-09-07 Ricoh Company, Ltd. Web installer driver and management through a remote network
JP2007287066A (en) * 2006-04-20 2007-11-01 Konica Minolta Business Technologies Inc Image processing apparatus, method for installing application in the same and application installation processing program
US8261259B2 (en) 2007-03-01 2012-09-04 Ricoh Company, Ltd. Dynamic printing system, apparatus and method
TWI395103B (en) * 2008-12-31 2013-05-01 C Media Electronics Inc Automatic-execution signal processing method and apparatus having automatic-execution function
US9588803B2 (en) 2009-05-11 2017-03-07 Microsoft Technology Licensing, Llc Executing native-code applications in a browser
JP2011257881A (en) * 2010-06-07 2011-12-22 Canon Inc Print control device and display method thereof
US9323921B2 (en) 2010-07-13 2016-04-26 Microsoft Technology Licensing, Llc Ultra-low cost sandboxing for application appliances
US8903705B2 (en) 2010-12-17 2014-12-02 Microsoft Corporation Application compatibility shims for minimal client computers
US9495183B2 (en) 2011-05-16 2016-11-15 Microsoft Technology Licensing, Llc Instruction set emulation for guest operating systems
US9413538B2 (en) 2011-12-12 2016-08-09 Microsoft Technology Licensing, Llc Cryptographic certification of secure hosted execution environments
US9389933B2 (en) 2011-12-12 2016-07-12 Microsoft Technology Licensing, Llc Facilitating system service request interactions for hardware-protected applications
US9411761B2 (en) * 2012-06-22 2016-08-09 Microsoft Technology Licensing, Llc Platform neutral device protocols
EP2741222B1 (en) * 2012-12-04 2019-07-03 Polar Electro Oy Exercise-related data processing
US9442741B2 (en) * 2013-05-15 2016-09-13 Tencent Technology (Shenzhen) Company Limited Method, terminal, server, and system for data processing
CN106227516A (en) * 2016-07-13 2016-12-14 北京安控科技股份有限公司 A kind of apparatus and method of network chip adaptive communications

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5968136A (en) * 1997-06-05 1999-10-19 Sun Microsystems, Inc. Apparatus and method for secure device addressing
US6003097A (en) * 1994-05-27 1999-12-14 Microsoft Corporation System for automatically configuring a network adapter without manual intervention by using a registry data structure maintained within a computer system memory
US6009480A (en) * 1997-09-12 1999-12-28 Telxon Corporation Integrated device driver wherein the peripheral downloads the device driver via an I/O device after it is determined that the I/O device has the resources to support the peripheral device
US6151643A (en) * 1996-06-07 2000-11-21 Networks Associates, Inc. Automatic updating of diverse software products on multiple client computer systems by downloading scanning application to client computer and generating software list on client computer
US6269481B1 (en) * 1997-05-02 2001-07-31 Webtv Networks, Inc. Automatic selecting and downloading device drivers from a server system to a client system that includes one or more devices
US6377986B1 (en) * 1998-09-11 2002-04-23 Digital Convergence Corporation Routing string indicative of a location of a database on a web associated with a product in commerce
US6473854B1 (en) * 1999-10-07 2002-10-29 Micron Technology, Inc. Method for automatically retrieving and installing device drivers across a network
US6694354B1 (en) * 1998-11-30 2004-02-17 Telefonaktiebolaget Lm Ericsson (Publ) Host computer access to peripheral device drivers
US6789111B1 (en) * 1999-12-09 2004-09-07 Microsoft Corporation Automatic detection and installation of client peripheral devices by a server

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6003097A (en) * 1994-05-27 1999-12-14 Microsoft Corporation System for automatically configuring a network adapter without manual intervention by using a registry data structure maintained within a computer system memory
US6151643A (en) * 1996-06-07 2000-11-21 Networks Associates, Inc. Automatic updating of diverse software products on multiple client computer systems by downloading scanning application to client computer and generating software list on client computer
US6269481B1 (en) * 1997-05-02 2001-07-31 Webtv Networks, Inc. Automatic selecting and downloading device drivers from a server system to a client system that includes one or more devices
US5968136A (en) * 1997-06-05 1999-10-19 Sun Microsystems, Inc. Apparatus and method for secure device addressing
US6009480A (en) * 1997-09-12 1999-12-28 Telxon Corporation Integrated device driver wherein the peripheral downloads the device driver via an I/O device after it is determined that the I/O device has the resources to support the peripheral device
US6377986B1 (en) * 1998-09-11 2002-04-23 Digital Convergence Corporation Routing string indicative of a location of a database on a web associated with a product in commerce
US6694354B1 (en) * 1998-11-30 2004-02-17 Telefonaktiebolaget Lm Ericsson (Publ) Host computer access to peripheral device drivers
US6473854B1 (en) * 1999-10-07 2002-10-29 Micron Technology, Inc. Method for automatically retrieving and installing device drivers across a network
US6789111B1 (en) * 1999-12-09 2004-09-07 Microsoft Corporation Automatic detection and installation of client peripheral devices by a server

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040034862A1 (en) * 2002-08-13 2004-02-19 Brother Kogyo Kabushiki Kaisha Driver installing system for network devices
US7831969B2 (en) * 2002-08-13 2010-11-09 Brother Kogyo Kabushiki Kaisha Driver installing system for network devices
US20060079985A1 (en) * 2003-03-04 2006-04-13 Shigeki Wada Inline connection setting method and device and substrate processing devices and substrate processing system
US7167769B2 (en) * 2003-03-04 2007-01-23 Tokyo Electron Limited Inline connection setting method and device and substrate processing devices and substrate processing system
US20050267998A1 (en) * 2004-05-27 2005-12-01 Ferguson Alan L Interchangeable communication modules for work machines
US20090232134A1 (en) * 2008-03-14 2009-09-17 Thierry Lamouline Indirect address connection service over an extended network
US20180359110A1 (en) * 2016-03-15 2018-12-13 Omron Corporation Information processing device and agent system
US10924297B2 (en) * 2016-03-15 2021-02-16 Omron Corporation Agent system including an information processing device for executing an agent

Also Published As

Publication number Publication date
US6668376B1 (en) 2003-12-23

Similar Documents

Publication Publication Date Title
US6668376B1 (en) System and method for automatically loading a device driver
US7165109B2 (en) Method and system to access software pertinent to an electronic peripheral device based on an address stored in a peripheral device
EP1225744B1 (en) Method and system to access software pertinent to an electronic peripheral device at an address based on a peripheral device identifier
CN1315042C (en) Method and system for creating and using operation system with optional functions
US6009480A (en) Integrated device driver wherein the peripheral downloads the device driver via an I/O device after it is determined that the I/O device has the resources to support the peripheral device
US5548759A (en) System for storing executable code within a resource data section of an executable file
KR100397589B1 (en) System and method for improving the manageability and usability of a java environment
US7168003B2 (en) Method and apparatus for automating printer and printer driver diagnostics and repair
US7669201B2 (en) System and method for common file installation
KR100671153B1 (en) Method for installing a device driver
EP1133738B1 (en) Method and apparatus for new device driver installation by an operating system
US6530018B2 (en) Apparatus for automatically retrieving and installing device drivers across a network
US6671749B2 (en) Peripheral driver installation method and system
US7065769B1 (en) Method for automatically installing and updating drivers
US6473854B1 (en) Method for automatically retrieving and installing device drivers across a network
US20020067504A1 (en) Method and apparatus for automatic upgrade of a product's printer driver
US20110276724A1 (en) System and Method for Updating Device Drivers
US6813669B1 (en) Agent provided by USB device for executing USB device dependent program in USB host
CN103383670B (en) Universal driving method and system for integrating peripheral device
US6754811B1 (en) Operating system device centric agent
US7237101B1 (en) Methods and apparatus for self describing devices
US20040103172A1 (en) Method of updating an operation system
AU768916B2 (en) Method and apparatus for determining the drive letter assignment of a CD-ROM drive during initial system setup of a computer system
US20010053961A1 (en) Method for downloading and managing test tool of test system
JP2001060081A (en) Device and method for updating picture stored in nonvolatile memory

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION