US20040199909A1 - Universal serial bus adapter with automatic installation - Google Patents

Universal serial bus adapter with automatic installation Download PDF

Info

Publication number
US20040199909A1
US20040199909A1 US10/795,291 US79529104A US2004199909A1 US 20040199909 A1 US20040199909 A1 US 20040199909A1 US 79529104 A US79529104 A US 79529104A US 2004199909 A1 US2004199909 A1 US 2004199909A1
Authority
US
United States
Prior art keywords
computer
driver
communication
usb
peripheral device
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/795,291
Inventor
David Goodman
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.)
Inline Connection Corp
Original Assignee
Inline Connection Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inline Connection Corp filed Critical Inline Connection Corp
Priority to US10/795,291 priority Critical patent/US20040199909A1/en
Assigned to INLINE CONNECTION CORPORATION reassignment INLINE CONNECTION CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GOODMAN, DAVID D.
Publication of US20040199909A1 publication Critical patent/US20040199909A1/en
Assigned to Kile Goekjian Reed & McManus reassignment Kile Goekjian Reed & McManus SECURITY AGREEMENT Assignors: GOODMAN, DAVID D., INLINE CONNECTION CORPORATION
Abandoned legal-status Critical Current

Links

Images

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/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0662Virtualisation aspects
    • G06F3/0664Virtualisation aspects at device level, e.g. emulation of a storage device or system

Definitions

  • This invention relates to an automatic installation of a communication adapter for a computer.
  • USB Universal Serial Bus
  • USB refers to a particular standard that has been adopted by the electronics industry for establishing a communication between a computer and a number of peripheral devices.
  • a full description of the USB standard can be found in “Universal Serial Bus Specification Revision 1.1” dated Sep. 23, 1998 and available from the USB Implementers Forum, Inc.
  • the USB provides 12 megabit per second digital communication over standardized five-conductor cables, which connect devices that are less than 20 feet apart, and also provides limited power connections between devices.
  • One of the most important applications for USB communication is the connection ordinary personal computers, such as Microsoft Windows® based personal computers, with peripheral equipment including input/output devices such as keyboards, and communication devices such as modems and Ethernet network interface adapters.
  • the USB standard not only dictates low-level communication characteristics, but also specifies how a USB-compliant device identifies itself to a host computer to which it is connected.
  • a startup protocol is defined in which the host computer receives information about the device.
  • USB device For the host computer to make use of the functionality of the USB device, it generally requires software that is specific to that device, or at least specific to class of devices to which that device belongs and which share a common generic interface. This software is typically referred to as “driver” software. For example, if a pointing mouse connects to the USB port of a host computer, the host computer must understand that the data it inputs through the port must be used to control the movement of a pointer across the computer display. It must therefore relay this data, in the correct form, to the part of a governing program, typically an operating system, which controls these movements.
  • a USB device such as a communication adapter 110
  • the operating system executing on that computer typically determines whether it has available the appropriate driver software for that device in its storage 156 based on the identification of the device it receives over the USB connection. If it does not, the operating system may request that the user insert a removable storage 160 , such as a floppy disk, that has the driver so that it can be installed onto computer 150 . This procedure is typically used on the Microsoft Windows® 98 operating system.
  • Communication adapter 110 then provides communication services using the driver for communicating between computer 150 and other computers on a communication system 120 , such as the Internet.
  • a generic keyboard driver which supports keyboards from a variety of manufacturers, may already be loaded. If such a driver is loaded, when a USB keyboard is attached to the host computer, the user may not have to supply a specific driver for the keyboard if it is compatible with the generic driver.
  • the invention is a method for coupling a USB device, in particular coupling a USB device which provides an Ethernet interface, to a host computer without necessarily requiring that a driver for that USB device be already available to the computer or requiring that the user provide a disk with the driver.
  • the method includes the USB device emulating another type of device, such as keyboard device, for which the host computer does have a suitable driver and passing a driver for the device over the USB interface to the computer while emulating the device. After the driver is loaded onto the computer, the device makes use of the driver to operate in its native made rather than emulating another device.
  • another type of device such as keyboard device
  • the invention is a method for operating a peripheral device.
  • the method includes coupling the peripheral device to a computer and sending a first device identification from the peripheral device to the computer.
  • the method then includes emulating a device of a type determined by the first device identification, including transferring a driver from the peripheral device to the computer.
  • the peripheral device sends a second device identification from the peripheral device to the computer, such that the sent device identification is for a device supported by the driver transferred to the computer.
  • the peripheral device is then operate by interacting with the driver on the computer.
  • the invention can include one or more of the following features.
  • Sending the first device identification includes sending an identification of a keyboard device.
  • Transferring the driver to the computer includes emulating keystrokes for enterring data on the computer.
  • Operating the peripheral device to interact with the driver includes providing communication services between the computer and a communication system.
  • Providing communication services includes passing Ethernet signals between the peripheral device and the communication system.
  • Coupling the peripheral device to the computer includes establishing communication between the peripheral device and the computer according to a Universal Serial Bus (USB) standard.
  • USB Universal Serial Bus
  • Sending the first device identification includes sending an identification of a storage device.
  • the invention is a peripheral device.
  • the device has an interface for coupling the peripheral device to a computer, and a processor.
  • the processor is programmed (a) to emulate a first type of device, (b) to transfer a driver for a second type of device through the interface to the computer while emulating the first type of device, and (c) to operate as the second type of device after transferring the driver to the computer.
  • the device can include one or more of the following features:
  • the interface includes a Universal Serial Bus interface.
  • the first type of device is a keyboard device.
  • the first type of device is a storage device.
  • the second type of device is a communication adapter.
  • the second type of device comprises an Ethernet communication adapter.
  • the invention has an advantage of neither requiring a specific device driver to be preloaded on the computer to use the USB device nor requiring that the user supply a disk with such a driver.
  • a hotel may equip each room with a cable to which guests can connect their laptop computers, and over which the computer can communicate over the Internet.
  • a guest connects a USB device between his computer and the cable to provide provides an interface to the Internet.
  • the USB device can be a USB Ethernet adapter that operates according to the present invention.
  • the guest does not have to manually install software on the computer, a procedure that may be time consuming, prone to errors, or beyond the expertise of the guest.
  • FIG. 1 is a block diagram that illustrates a prior approach to configuring a peripheral device
  • FIG. 2 is a block diagram that illustrates the present approach to configuring a peripheral device
  • FIG. 3 is a flowchart of operation of a peripheral device
  • FIG. 4 illustrates multiple computers coupled through communication adapters to a communication system and to the Internet.
  • computer 150 has an interface 154 for connecting peripheral devices, such as communication adapter #0210, to the computer.
  • interface 154 is a USB interface.
  • the present approach can be used with different types of interfaces. Initially when communication adapter 210 is connected to interface 154 , computer 150 does not necessarily have suitable drives in its storage 156 to operate communication adapter 210 in its native mode.
  • Communication adapter 210 when operating in its native mode, provides a communication interface between computer 150 and a communication system 120 .
  • Communication adapter 210 is coupled to communication system 120 using an Ethernet standard, and communication system 120 includes a wiring network in a building that provides a communication link between computer 150 and the Internet.
  • communication adapter 210 does not necessarily use an Ethernet standard for communicating over communication system 120 .
  • other types of peripheral devices that are not communication adapters are configured using the present invention.
  • Communication adapter 210 includes an interface 216 for communicating with computer 150 .
  • Interface 216 is a USB interface.
  • Communication adapter 210 also includes an interface 218 for communicating with communication system 120 .
  • Interface 218 is an Ethernet interface.
  • Communication adapter 210 also includes a processor 212 , such as a micro-controller, and a storage 214 , such as a read-only semiconductor memory.
  • Storage #0214 holds software instructions that are executed by processor 212 .
  • the instructions allow communication adapter 210 to operate in two operating modes. In a first operating mode, communication adapter 210 emulates a common peripheral device for which a driver is already loaded in storage 156 on computer 150 .
  • communication adapter 210 In a second operating mode, a “native” mode, communication adapter 210 provides communication services that allow computer 150 to communicate over communication system 120 .
  • communication adapter 210 emulates a standard USB keyboard for which a driver is preloaded onto the Windows® 98 operating system.
  • the adapter when communication adapter 210 is initially connected to computer 150 , the adapter makes use of the DC power that is available on the cable connecting to the computer.
  • Processor 212 starts up emulating a known device. As part of that emulation, processor 212 sends data to computer 150 according to the USB standard that identifies the adapter as a USB-based keyboard (step 310 ). The data that it sends is stored in storage 214 either in conjunction with software instructions for controlling this first operating mode, or as a separate data block.
  • computer 150 After computer 150 receives the data that identifies communication adapter 210 as a keyboard, the computer communicates with communication adapter 210 as if the adapter were actually a keyboard.
  • processor 212 After sending the initial data, processor 212 waits until enough time has passed for computer 150 to configure itself to communicate with the adapter. At that time, communication adapter 210 essentially has as much power to control computer 150 as an individual has seated at a keyboard. Communication adapter 212 uses these capabilities to upload a driver for its native operating mode on computer 150 (step 320 ).
  • Uploading of the driver is performed as follows.
  • Processor 212 first sends out a character code that would be sent by a keyboard if the “escape” key is pressed and released while the “control” key is held down. It then sends out a character code that would be sent if an “r” is pressed.
  • This sequence of character codes invokes a “run” panel of Windows® 98 which is being execute by processor 152 on computer 150 . Under Windows® 98, this effect does not depend on what application software computer 150 is currently executing.
  • processor 212 After invoking the run panel, processor 212 sends out character codes that correspond to the keystroke sequence, “c: ⁇ windows ⁇ command.com” followed by the “enter” key. Computer 150 responds by opening up a “dos” window.
  • processor 212 sends the character codes that correspond to the keystroke sequence “debug” followed by “enter.”
  • processor 152 on computer 150 begins to execute the standard “debug” program, which is preloaded on storage 156 .
  • debug it is generally possible for a computer operator to type in a data file of arbitrary length and content, store this file on the computer disk, and assign it any particular name in the disk directory.
  • communication adapter 210 emulating a keyboard
  • processor 212 also has the ability to upload a file.
  • Processor 212 then uploads a driver file by sending suitable character codes that correspond to inputting the contents of the driver file for processing by the “debug” program.
  • controller 212 After placing the driver file on storage 156 , controller 212 communicates with interface 154 according to USB standard in such a manner that interface 154 acts as if a new device was connected to it.
  • a USB interface provides a connection for multiple peripheral devices, and therefore does not require communication adapter to be physically disconnected and reattached.
  • Processor 212 then signals to computer 150 that a USB-Ethernet adapter has been connected (step 330 ), and optionally, that indicate that the keyboard it was emulating has been disconnected.
  • Processor 212 identifies itself as a type of communication adapter such that the operating system executing on computer 150 finds the driver that was previously uploaded by the communication adapter without requiring intervention by the operator.
  • Communication adapter 210 then operates in its native mode providing communication services between computer 150 and communication system 120 .
  • processor 212 uploads a bootstrap program, and then executes the bootstrap program on computer 150 .
  • the bootstrap program which executes on computer 150 , communicates with communication adapter 210 to retrieve the driver.
  • communication adapter additionally emulates a USB-based storage device, such as a CD-ROM, and the bootstrap copies the driver file from the emulated CD-ROM to the computer's storage.
  • This approach may be faster than the first embodiment in which the entire driver is transferred using the “debug” program since it involves less overhead of emulating a keyboard.
  • This approach relies on computer 150 including a suitable driver on its storage 156 for supporting an external USB-based CD-ROM drive.
  • communication adapter 210 emulates other types of devices in order to upload a driver for its native mode.
  • communication adapter 210 emulates a CD-ROM drive.
  • a feature of the Windows® 98 operating system is that a CD-ROM disk can include a program that is automatically invoked by the operating system when the disk is inserted into a CD-ROM drive.
  • a file named “autorun.inf” provides information to the operating system that identifies a program file that is to be executed when the disk is inserted.
  • communication adapter 210 identifies itself as an external USB-based CD-ROM drive, in a manner that is similar to its identifying itself as a external USB-based keyboard in the previously described embodiments.
  • communication adapter 210 emulates a disk being inserted into the drive, and then emulates processing of requests from computer 150 to read the “autorun.inf” file and to read the program that is to be executed. This bootstrap program then transfers the driver to the computer's storage.
  • communication adapter 210 includes software in storage 214 that is adapted to different and possibly multiple operating systems. Communication adapter 210 detects which operating system is used by computer 150 during the initial USB standard exchange, and performs suitable emulation and driver uploading procedures for that operating system.
  • storage 214 is writeable, and is updated from a server over communication system 120 .
  • software is transferred over communication system 120 when it is needed and stored temporarily on storage 214 .
  • a wiring network 410 such as a twisted pair wiring network, which may be shared with ordinary telephone communication, links a hub 420 and each of a number of rooms. Each room includes a jack into which communication adapter 210 can be plugged.
  • Hub 420 is coupled to a router 430 that provides a communication link to Internet 440 .
  • hub 420 and router 430 are located in a telephone wiring closet from which wiring network 410 runs to the hotel rooms.
  • communication adapter 210 does not necessarily communicate with hub 420 using an Ethernet standard.
  • Alternative signaling techniques may be used for passing data over one of two pairs of wires used for active telephone communication or for passing communication over other transmission paths, such as coaxial cable or using wireless transmissions.

Abstract

A peripheral device and a method for operating the peripheral device for automatic installation, in which the method includes coupling the peripheral device to a computer and sending a first device identification from the peripheral device to the computer. The peripheral device emulates a device of a type determined by the first device identification, including transferring a driver from the peripheral device to the computer. Then, the peripheral device sends a second device identification from the peripheral device to the computer, such that the sent device identification is for a device supported by the driver transferred to the computer. The peripheral device then operates by interacting with the driver on the computer.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 09/619,958, filed Jul. 20, 2000, issued as U.S. Pat. No. 6,704,824 on Mar. 9, 2004, which claims the benefit of U.S. Provisional Application No. 60/145,836, filed Jul. 27, 1999, both of which are incorporated herein by reference.[0001]
  • BACKGROUND
  • This invention relates to an automatic installation of a communication adapter for a computer. [0002]
  • “Universal Serial Bus” (USB) refers to a particular standard that has been adopted by the electronics industry for establishing a communication between a computer and a number of peripheral devices. A full description of the USB standard can be found in “Universal Serial Bus Specification Revision 1.1” dated Sep. 23, 1998 and available from the USB Implementers Forum, Inc. The USB provides 12 megabit per second digital communication over standardized five-conductor cables, which connect devices that are less than 20 feet apart, and also provides limited power connections between devices. One of the most important applications for USB communication is the connection ordinary personal computers, such as Microsoft Windows® based personal computers, with peripheral equipment including input/output devices such as keyboards, and communication devices such as modems and Ethernet network interface adapters. [0003]
  • The USB standard not only dictates low-level communication characteristics, but also specifies how a USB-compliant device identifies itself to a host computer to which it is connected. In particular, when a USB device is attached to a computer, a startup protocol is defined in which the host computer receives information about the device. [0004]
  • For the host computer to make use of the functionality of the USB device, it generally requires software that is specific to that device, or at least specific to class of devices to which that device belongs and which share a common generic interface. This software is typically referred to as “driver” software. For example, if a pointing mouse connects to the USB port of a host computer, the host computer must understand that the data it inputs through the port must be used to control the movement of a pointer across the computer display. It must therefore relay this data, in the correct form, to the part of a governing program, typically an operating system, which controls these movements. [0005]
  • Referring to FIG. 1, when a USB device, such as a [0006] communication adapter 110, is first attached to an interface 154 on a computer 150, the operating system executing on that computer typically determines whether it has available the appropriate driver software for that device in its storage 156 based on the identification of the device it receives over the USB connection. If it does not, the operating system may request that the user insert a removable storage 160, such as a floppy disk, that has the driver so that it can be installed onto computer 150. This procedure is typically used on the Microsoft Windows® 98 operating system. Communication adapter 110 then provides communication services using the driver for communicating between computer 150 and other computers on a communication system 120, such as the Internet.
  • Drivers for some devices are preloaded on certain operating systems. For example, a generic keyboard driver, which supports keyboards from a variety of manufacturers, may already be loaded. If such a driver is loaded, when a USB keyboard is attached to the host computer, the user may not have to supply a specific driver for the keyboard if it is compatible with the generic driver. [0007]
  • SUMMARY
  • In situations in which the operating system of a host computer does not have a suitable driver already available for a USB, using prior approaches, a user may be asked to insert a disk containing the driver so that it can be loaded. In certain situations, the user may not have such a disk. In a general aspect, the invention is a method for coupling a USB device, in particular coupling a USB device which provides an Ethernet interface, to a host computer without necessarily requiring that a driver for that USB device be already available to the computer or requiring that the user provide a disk with the driver. The method includes the USB device emulating another type of device, such as keyboard device, for which the host computer does have a suitable driver and passing a driver for the device over the USB interface to the computer while emulating the device. After the driver is loaded onto the computer, the device makes use of the driver to operate in its native made rather than emulating another device. [0008]
  • In one aspect, in general, the invention is a method for operating a peripheral device. The method includes coupling the peripheral device to a computer and sending a first device identification from the peripheral device to the computer. The method then includes emulating a device of a type determined by the first device identification, including transferring a driver from the peripheral device to the computer. Then, the peripheral device sends a second device identification from the peripheral device to the computer, such that the sent device identification is for a device supported by the driver transferred to the computer. The peripheral device is then operate by interacting with the driver on the computer. [0009]
  • The invention can include one or more of the following features. [0010]
  • Sending the first device identification includes sending an identification of a keyboard device. [0011]
  • Transferring the driver to the computer includes emulating keystrokes for enterring data on the computer. [0012]
  • Operating the peripheral device to interact with the driver includes providing communication services between the computer and a communication system. [0013]
  • Providing communication services includes passing Ethernet signals between the peripheral device and the communication system. [0014]
  • Coupling the peripheral device to the computer includes establishing communication between the peripheral device and the computer according to a Universal Serial Bus (USB) standard. [0015]
  • Sending the first device identification includes sending an identification of a storage device. [0016]
  • Transferring a file from the storage device to the computer. [0017]
  • In another aspect, in general, the invention is a peripheral device. The device has an interface for coupling the peripheral device to a computer, and a processor. The processor is programmed (a) to emulate a first type of device, (b) to transfer a driver for a second type of device through the interface to the computer while emulating the first type of device, and (c) to operate as the second type of device after transferring the driver to the computer. [0018]
  • The device can include one or more of the following features: [0019]
  • The interface includes a Universal Serial Bus interface. [0020]
  • The first type of device is a keyboard device. [0021]
  • The first type of device is a storage device. [0022]
  • The second type of device is a communication adapter. [0023]
  • The second type of device comprises an Ethernet communication adapter. [0024]
  • The invention has an advantage of neither requiring a specific device driver to be preloaded on the computer to use the USB device nor requiring that the user supply a disk with such a driver. For example, a hotel may equip each room with a cable to which guests can connect their laptop computers, and over which the computer can communicate over the Internet. A guest connects a USB device between his computer and the cable to provide provides an interface to the Internet. For example, if communication over the cable is according to the Ethernet standard, the USB device can be a USB Ethernet adapter that operates according to the present invention. According to the present invention, the guest does not have to manually install software on the computer, a procedure that may be time consuming, prone to errors, or beyond the expertise of the guest.[0025]
  • DESCRIPTION OF DRAWINGS
  • FIG. 1 is a block diagram that illustrates a prior approach to configuring a peripheral device; [0026]
  • FIG. 2 is a block diagram that illustrates the present approach to configuring a peripheral device; [0027]
  • FIG. 3 is a flowchart of operation of a peripheral device; and [0028]
  • FIG. 4 illustrates multiple computers coupled through communication adapters to a communication system and to the Internet.[0029]
  • DESCRIPTION
  • Referring to FIG. 2, [0030] computer 150 has an interface 154 for connecting peripheral devices, such as communication adapter #0210, to the computer. In this embodiment, interface 154 is a USB interface. In alternative embodiments, the present approach can be used with different types of interfaces. Initially when communication adapter 210 is connected to interface 154, computer 150 does not necessarily have suitable drives in its storage 156 to operate communication adapter 210 in its native mode. Communication adapter 210, when operating in its native mode, provides a communication interface between computer 150 and a communication system 120. Communication adapter 210 is coupled to communication system 120 using an Ethernet standard, and communication system 120 includes a wiring network in a building that provides a communication link between computer 150 and the Internet. In alternative embodiments, communication adapter 210 does not necessarily use an Ethernet standard for communicating over communication system 120. In yet other alternative embodiments, other types of peripheral devices that are not communication adapters are configured using the present invention.
  • [0031] Communication adapter 210 includes an interface 216 for communicating with computer 150. Interface 216 is a USB interface. Communication adapter 210 also includes an interface 218 for communicating with communication system 120. Interface 218 is an Ethernet interface. Communication adapter 210 also includes a processor 212, such as a micro-controller, and a storage 214, such as a read-only semiconductor memory. Storage #0214 holds software instructions that are executed by processor 212. Generally, the instructions allow communication adapter 210 to operate in two operating modes. In a first operating mode, communication adapter 210 emulates a common peripheral device for which a driver is already loaded in storage 156 on computer 150. In a second operating mode, a “native” mode, communication adapter 210 provides communication services that allow computer 150 to communicate over communication system 120. In this embodiment, in the first operating mode, communication adapter 210 emulates a standard USB keyboard for which a driver is preloaded onto the Windows® 98 operating system.
  • Referring to FIG. 3, when [0032] communication adapter 210 is initially connected to computer 150, the adapter makes use of the DC power that is available on the cable connecting to the computer. Processor 212 starts up emulating a known device. As part of that emulation, processor 212 sends data to computer 150 according to the USB standard that identifies the adapter as a USB-based keyboard (step 310). The data that it sends is stored in storage 214 either in conjunction with software instructions for controlling this first operating mode, or as a separate data block.
  • After [0033] computer 150 receives the data that identifies communication adapter 210 as a keyboard, the computer communicates with communication adapter 210 as if the adapter were actually a keyboard.
  • After sending the initial data, [0034] processor 212 waits until enough time has passed for computer 150 to configure itself to communicate with the adapter. At that time, communication adapter 210 essentially has as much power to control computer 150 as an individual has seated at a keyboard. Communication adapter 212 uses these capabilities to upload a driver for its native operating mode on computer 150 (step 320).
  • Uploading of the driver (step [0035] 320) is performed as follows. Processor 212 first sends out a character code that would be sent by a keyboard if the “escape” key is pressed and released while the “control” key is held down. It then sends out a character code that would be sent if an “r” is pressed. This sequence of character codes invokes a “run” panel of Windows® 98 which is being execute by processor 152 on computer 150. Under Windows® 98, this effect does not depend on what application software computer 150 is currently executing.
  • After invoking the run panel, [0036] processor 212 sends out character codes that correspond to the keystroke sequence, “c:\windows\command.com” followed by the “enter” key. Computer 150 responds by opening up a “dos” window.
  • At this point, [0037] processor 212 sends the character codes that correspond to the keystroke sequence “debug” followed by “enter.” In response, processor 152 on computer 150 begins to execute the standard “debug” program, which is preloaded on storage 156. Using “debug,” it is generally possible for a computer operator to type in a data file of arbitrary length and content, store this file on the computer disk, and assign it any particular name in the disk directory. As a result of communication adapter 210 emulating a keyboard, processor 212 also has the ability to upload a file.
  • [0038] Processor 212 then uploads a driver file by sending suitable character codes that correspond to inputting the contents of the driver file for processing by the “debug” program.
  • After placing the driver file on [0039] storage 156, controller 212 communicates with interface 154 according to USB standard in such a manner that interface 154 acts as if a new device was connected to it. A USB interface provides a connection for multiple peripheral devices, and therefore does not require communication adapter to be physically disconnected and reattached. Processor 212 then signals to computer 150 that a USB-Ethernet adapter has been connected (step 330), and optionally, that indicate that the keyboard it was emulating has been disconnected. Processor 212 identifies itself as a type of communication adapter such that the operating system executing on computer 150 finds the driver that was previously uploaded by the communication adapter without requiring intervention by the operator.
  • [0040] Communication adapter 210 then operates in its native mode providing communication services between computer 150 and communication system 120.
  • In an alternative embodiment, rather than uploading an entire driver file using the “debug” program, [0041] processor 212 uploads a bootstrap program, and then executes the bootstrap program on computer 150. The bootstrap program, which executes on computer 150, communicates with communication adapter 210 to retrieve the driver. In order to support communication between the bootstrap program executing on computer 150 and communication adapter 210, communication adapter additionally emulates a USB-based storage device, such as a CD-ROM, and the bootstrap copies the driver file from the emulated CD-ROM to the computer's storage. This approach may be faster than the first embodiment in which the entire driver is transferred using the “debug” program since it involves less overhead of emulating a keyboard. This approach relies on computer 150 including a suitable driver on its storage 156 for supporting an external USB-based CD-ROM drive.
  • In alternative embodiments, [0042] communication adapter 210 emulates other types of devices in order to upload a driver for its native mode. In one alternative embodiment, communication adapter 210 emulates a CD-ROM drive. A feature of the Windows® 98 operating system is that a CD-ROM disk can include a program that is automatically invoked by the operating system when the disk is inserted into a CD-ROM drive. In particular, a file named “autorun.inf” provides information to the operating system that identifies a program file that is to be executed when the disk is inserted. In this alternative embodiment, communication adapter 210 identifies itself as an external USB-based CD-ROM drive, in a manner that is similar to its identifying itself as a external USB-based keyboard in the previously described embodiments. Rather than emulating keystrokes, communication adapter 210 emulates a disk being inserted into the drive, and then emulates processing of requests from computer 150 to read the “autorun.inf” file and to read the program that is to be executed. This bootstrap program then transfers the driver to the computer's storage.
  • Other alternative types of devices may be emulated. If the emulated device has a provision for executing an externally-provided program on [0043] computer 150, an approach of the type described above can be used.
  • The embodiments described above make use of the Microsoft Windows® operating system. In alternative embodiments, [0044] communication adapter 210 includes software in storage 214 that is adapted to different and possibly multiple operating systems. Communication adapter 210 detects which operating system is used by computer 150 during the initial USB standard exchange, and performs suitable emulation and driver uploading procedures for that operating system.
  • In alternative embodiments, [0045] storage 214 is writeable, and is updated from a server over communication system 120. In yet other embodiments, software is transferred over communication system 120 when it is needed and stored temporarily on storage 214.
  • Referring to FIG. 4, an application of [0046] communication adapters 210 of the types described above is in a hotel communication system. A wiring network 410, such as a twisted pair wiring network, which may be shared with ordinary telephone communication, links a hub 420 and each of a number of rooms. Each room includes a jack into which communication adapter 210 can be plugged. Hub 420 is coupled to a router 430 that provides a communication link to Internet 440. In one embodiment, hub 420 and router 430 are located in a telephone wiring closet from which wiring network 410 runs to the hotel rooms.
  • In alternative embodiments, [0047] communication adapter 210 does not necessarily communicate with hub 420 using an Ethernet standard. Alternative signaling techniques may be used for passing data over one of two pairs of wires used for active telephone communication or for passing communication over other transmission paths, such as coaxial cable or using wireless transmissions.
  • It is to be understood that the foregoing description is intended to illustrate and not to limit the scope of the invention, which is defined by the scope of the appended claims. Other embodiments are within the scope of the following claims. [0048]

Claims (1)

What is claimed is:
1. A method for automating the installation of a peripheral device driver in a computer, comprising:
storing at least a file named autorun.inf on an emulated mass storage device;
receiving an identification of the mass storage device;
using a driver to establish communication with the emulated mass storage device across an interface;
executing, by the computer, at least a portion of the instructions in an autorun.inf file to transmit across the interface a driver of a second type of device from the emulated mass storage device;
transmitting, by the peripheral device, an identification of the second type of device across the interface;
operating the peripheral device as the second type of device;
receiving the identification of the second type of device; and
using the transferred driver to establish communication, across the interface, with a device of the second type.
US10/795,291 1999-07-27 2004-03-09 Universal serial bus adapter with automatic installation Abandoned US20040199909A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/795,291 US20040199909A1 (en) 1999-07-27 2004-03-09 Universal serial bus adapter with automatic installation

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US14583699P 1999-07-27 1999-07-27
US09/619,958 US6704824B1 (en) 1999-07-27 2000-07-20 Universal serial bus adapter with automatic installation
US10/795,291 US20040199909A1 (en) 1999-07-27 2004-03-09 Universal serial bus adapter with automatic installation

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/619,958 Continuation US6704824B1 (en) 1999-07-27 2000-07-20 Universal serial bus adapter with automatic installation

Publications (1)

Publication Number Publication Date
US20040199909A1 true US20040199909A1 (en) 2004-10-07

Family

ID=31890819

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/619,958 Expired - Fee Related US6704824B1 (en) 1999-07-27 2000-07-20 Universal serial bus adapter with automatic installation
US10/795,291 Abandoned US20040199909A1 (en) 1999-07-27 2004-03-09 Universal serial bus adapter with automatic installation

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/619,958 Expired - Fee Related US6704824B1 (en) 1999-07-27 2000-07-20 Universal serial bus adapter with automatic installation

Country Status (1)

Country Link
US (2) US6704824B1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040098596A1 (en) * 2002-11-15 2004-05-20 Rainbow Technologies, Inc. Driverless USB security token
US20040127254A1 (en) * 2002-12-12 2004-07-01 Chang William Ho Device for wireless communication between computing devices
US20070112552A1 (en) * 2005-11-17 2007-05-17 International Business Machines Corporation Native function of portable electronic device surfaced as soft device in host computer
US20070159940A1 (en) * 2004-02-26 2007-07-12 Koninklijke Philips Electronics, N.V. Drive and method for simulating the insertion of a new record
US20080106706A1 (en) * 2006-05-24 2008-05-08 Smart Technologies, Inc. Method and apparatus for inhibiting a subject's eyes from being exposed to projected light
US7383386B1 (en) * 2004-05-21 2008-06-03 Mcm Portfolio Llc Multi partitioned storage device emulating dissimilar storage media
US20090172384A1 (en) * 2007-12-31 2009-07-02 Datalogic Mobile, Inc. Systems and methods for configuring, updating, and booting an alternate operating system on a portable data reader
US20160174068A1 (en) * 2002-12-12 2016-06-16 Flexiworld Technologies, Inc. Integrated Circuit Device That Includes A Secure Element And A Wireless Component For Transmitting Protected Data Over A Local Point-To-Point Wireless Communication Connection
WO2017069737A1 (en) * 2015-10-20 2017-04-27 Hewlett-Packard Development Company, L.P. File system graphical user interface (gui) to install external devices
US10359957B2 (en) 2000-11-01 2019-07-23 Flexiworld Technologies, Inc. Integrated circuit device that includes a secure element and a wireless component for transmitting protected data over short range wireless point-to-point communications
US20190370210A1 (en) * 2013-07-03 2019-12-05 Hewlett-Packard Development Company, L.P. Data routing by a driver installed from a computing device

Families Citing this family (70)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6243446B1 (en) * 1997-03-11 2001-06-05 Inline Connections Corporation Distributed splitter for data transmission over twisted wire pairs
US6480510B1 (en) * 1998-07-28 2002-11-12 Serconet Ltd. Local area network of serial intelligent cells
US8212893B2 (en) * 1999-06-08 2012-07-03 Verisign, Inc. Digital camera device and methodology for distributed processing and wireless transmission of digital images
US6956826B1 (en) 1999-07-07 2005-10-18 Serconet Ltd. Local area network for distributing data communication, sensing and control signals
US6704824B1 (en) * 1999-07-27 2004-03-09 Inline Connection Corporation Universal serial bus adapter with automatic installation
US6549616B1 (en) 2000-03-20 2003-04-15 Serconet Ltd. Telephone outlet for implementing a local area network over telephone lines and a local area network using such outlets
US6842459B1 (en) 2000-04-19 2005-01-11 Serconet Ltd. Network combining wired and non-wired segments
US7610331B1 (en) * 2000-09-13 2009-10-27 Lightsurf Technologies, Inc. System and method for dynamic uploading and execution of applications and drivers between devices
JP2002215398A (en) * 2001-01-17 2002-08-02 Nec Corp Information processor, method of using the same, and program therefor
US20020099864A1 (en) * 2001-01-24 2002-07-25 Henkemeyer David C. Do-nothing temporary driver
US6804727B1 (en) * 2001-02-23 2004-10-12 Lexmark International, Inc. Method for communication from a host computer to a peripheral device
GB2373884B8 (en) * 2001-03-28 2006-05-04 Nokia Corp Method of configuring electronic devices
US20030005177A1 (en) * 2001-06-30 2003-01-02 Duran Louis A. Loading files for a hardware device
WO2003012577A2 (en) * 2001-07-31 2003-02-13 Silicom Ltd. Device-related software installation
US7624391B2 (en) * 2001-11-05 2009-11-24 Hewlett-Packard Development Company, L.P. Device-based model for software driver delivery and upgrade
US7222240B2 (en) * 2001-11-06 2007-05-22 Safenet, Inc. Token for storing installation software and drivers
US7724281B2 (en) * 2002-02-04 2010-05-25 Syniverse Icx Corporation Device facilitating efficient transfer of digital content from media capture device
JP4346853B2 (en) * 2002-02-26 2009-10-21 富士通コンポーネント株式会社 Electronic device and control method thereof
TW556096B (en) * 2002-05-01 2003-10-01 Prolific Technology Inc Installation method for driver of plug-and-play device
WO2003107211A1 (en) * 2002-06-18 2003-12-24 Esecurityonline Methods and systems for managing enterprise assets
US7082598B1 (en) * 2002-07-17 2006-07-25 Vmware, Inc. Dynamic driver substitution
US7441108B2 (en) * 2002-11-19 2008-10-21 Ken Scott Fisher Portable memory drive with portable applications and cross-computer system management application
US7363632B2 (en) * 2003-04-08 2008-04-22 Synology, Inc. Clientless external storage device
US7331051B2 (en) * 2003-04-08 2008-02-12 Synology, Inc. System and method for installing portable device drivers
EP1473630A3 (en) * 2003-04-11 2007-10-10 Samsung Electronics Co., Ltd. Computer system and method of setting an interface card therein
KR100943742B1 (en) * 2003-06-03 2010-02-23 삼성전자주식회사 Apparatus And Method for Tranfering USB Transaction in Personal Area Network
JP4120934B2 (en) * 2003-06-16 2008-07-16 ソニー株式会社 Image processing apparatus, image processing method, recording medium, and program
JP2005056237A (en) * 2003-08-06 2005-03-03 Sony Corp Memory device, recording medium for recording data processing program, program thereof, and data processing system and method
US20050080973A1 (en) * 2003-09-30 2005-04-14 Kuei-Jung Lee Peripheral device having a personal disk used for storing device drivers and driving method thereof
US7629963B1 (en) 2003-12-22 2009-12-08 Cypress Semiconductor Corporation Method and apparatus for binding peripheral devices to a computer
US20050257225A1 (en) * 2004-05-14 2005-11-17 In-Sung Choi Office automation device and method of installing, reinstalling, and upgrading a driver thereof
US7624392B2 (en) * 2004-05-18 2009-11-24 Oki Semiconductor Co., Ltd. USB device set
US7293117B2 (en) * 2004-06-10 2007-11-06 Microsoft Corporation Self-installing peripheral device with memory wherein in response to user request for additional storage peripheral device being configured to remove installation software stored on memory
US7529920B2 (en) * 2004-06-11 2009-05-05 Canon Kabushiki Kaisha Apparatus and method capable of executing plug and play installation processing operation upon acquiring one piece of device identification information including both printer and facsimile identification information
US7613862B2 (en) * 2004-08-10 2009-11-03 Intel Corporation Embedded driver for bus-connected device
KR20060053251A (en) 2004-10-13 2006-05-19 조배수 System and method for plug and play between host and client by using repeater
FR2880489B1 (en) * 2005-01-06 2007-04-06 Roger Colette Abigael Azulay DEVICE FOR AUTOMATIC CONNECTION TO THE INTERNET NETWORK.
US8032705B2 (en) * 2005-05-17 2011-10-04 Kid Group Llc Method and apparatus for providing games and content
US7676584B2 (en) * 2005-05-17 2010-03-09 Kid Group Llc Method and apparatus for providing games and content
US20070070911A1 (en) * 2005-09-29 2007-03-29 Goldberg Keith J Method for testing links in a wireless network
US7698490B2 (en) * 2005-12-21 2010-04-13 Nvidia Corporation Passive USB power configuration switching
WO2007122224A1 (en) 2006-04-24 2007-11-01 Cypak Ab Device and method for identification and authentication
US8190785B2 (en) * 2006-05-26 2012-05-29 Smart Technologies Ulc Plug-and-play device and method for enhancing features and settings in an interactive display system
US20080126731A1 (en) * 2006-06-06 2008-05-29 Alcor Micro, Corp. Method of executing a default instruction set of a stroage device
US8171502B2 (en) * 2006-11-29 2012-05-01 Sony Ericsson Mobile Communications Ab Methods, devices and computer program products for automatically installing device drivers from a peripheral device onto a host computer
US20080126628A1 (en) * 2006-11-29 2008-05-29 Sony Ericsson Mobile Communications Ab Methods, devices and computer program products for automatically providing an alternate usb configuration of a usb compliant peripheral device for exposure to a host computer
GB0712138D0 (en) * 2007-06-22 2007-08-01 Displaylink Uk Ltd Establishing a connection between a peripheral device and a computer
US20090156031A1 (en) * 2007-12-12 2009-06-18 International Business Machines Corporation Coupler Assembly for a Scalable Computer System and Scalable Computer System
US7865351B2 (en) * 2007-12-30 2011-01-04 Sandisk Il Ltd. Device and method for automatically launching applications residing on USB flash drives
US7979264B2 (en) * 2008-02-26 2011-07-12 Streaming Networks (Pvt) Ltd System and method for interfacing a media processing apparatus with a computer
EP2107463A3 (en) * 2008-04-04 2009-11-18 Option Wireless modem device usable on computer device without driver installation
US20090293052A1 (en) * 2008-05-25 2009-11-26 Seung Pil Kim Apparatus and method for port adaptor for peripheral device software and data
CN101382904B (en) * 2008-09-28 2012-04-18 飞天诚信科技股份有限公司 Method and system for implementing automatic installation of intelligent cipher key equipment
US8281343B2 (en) * 2009-05-19 2012-10-02 Cisco Technology, Inc. Management and display of video content
CN102023823B (en) * 2009-09-21 2013-09-04 山东新北洋信息技术股份有限公司 Communication control method and system for USB printing device
US8631284B2 (en) 2010-04-30 2014-01-14 Western Digital Technologies, Inc. Method for providing asynchronous event notification in systems
US8762682B1 (en) 2010-07-02 2014-06-24 Western Digital Technologies, Inc. Data storage apparatus providing host full duplex operations using half duplex storage devices
US8458450B2 (en) * 2010-07-14 2013-06-04 Hewlett-Packard Development Company, L.P. Configuring a computing machine to use a component driver to directly control at least one of initialized hardware components of another computing machine
TWI431466B (en) * 2010-12-06 2014-03-21 Wistron Neweb Corp Usb device and power management method thereof
US9395799B2 (en) 2012-08-09 2016-07-19 Nvidia Corporation Power management techniques for USB interfaces
US20140129755A1 (en) * 2012-11-07 2014-05-08 Mahesh Sambhaji Jadhav External boost of processing through a data processing device
US9703937B2 (en) * 2013-04-10 2017-07-11 Dell Products, L.P. Method to prevent operating system digital product key activation failures
US10127181B2 (en) 2014-04-30 2018-11-13 Microchip Technology Incorporated Port disconnect charging function for USB hub
US9635056B2 (en) * 2014-05-15 2017-04-25 Dell Products L.P. Cable management and security system
US9971395B2 (en) 2014-08-20 2018-05-15 Microchip Technology Incorporated Low power connection detect method and system for USB charging
US9824059B2 (en) 2014-08-30 2017-11-21 Microsoft Technology Licensing, Llc Child serial device discovery protocol
US10042784B2 (en) 2014-10-13 2018-08-07 Microchip Technology Incorporated Side channel access through USB streams
US9804977B2 (en) 2015-04-28 2017-10-31 Microchip Technology Incorporated Universal serial bus smart hub
US10191874B2 (en) 2015-12-22 2019-01-29 Microchip Technology Incorporated Method and apparatus for providing USB power delivery negotiated through a dedicated transmission channel
US10162788B2 (en) 2016-08-19 2018-12-25 Microchip Technology Incorporated USB on the go (OTG) multi-hub endpoint reflector hub

Citations (97)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3511936A (en) * 1967-05-26 1970-05-12 Bell Telephone Labor Inc Multiply orthogonal system for transmitting data signals through frequency overlapping channels
US3512160A (en) * 1960-12-29 1970-05-12 Bell Telephone Labor Inc Multiplex transmission systems
US3651471A (en) * 1970-03-02 1972-03-21 Nielsen A C Co Data storage and transmission system
US3723653A (en) * 1967-10-24 1973-03-27 Matsushita Electric Ind Co Ltd Television telephone system
US3800090A (en) * 1972-07-27 1974-03-26 Bell Telephone Labor Inc Communication and telemetry arrangement
US3872253A (en) * 1972-05-24 1975-03-18 John J Jurschak Signal transmission and surveillance system using a subscriber{3 s telephone line without interfering with normal telephone line operation
US3873771A (en) * 1972-04-11 1975-03-25 Telescan Communications System Simultaneous transmission of a video and an audio signal through an ordinary telephone transmission line
US3937889A (en) * 1973-01-15 1976-02-10 Sperry Rand Corporation Data communication apparatus for use in a telephone system
US4008369A (en) * 1975-02-28 1977-02-15 The Magnavox Company Telephone interfaced subscription cable television system especially useful in hotels and motels
US4019142A (en) * 1974-08-16 1977-04-19 Wycoff Keith H Selectively callable receiver operated in accordance with tone characteristics
US4025851A (en) * 1975-11-28 1977-05-24 A.C. Nielsen Company Automatic monitor for programs broadcast
US4197497A (en) * 1977-09-23 1980-04-08 Phelps Stuart W Automatic police emergency locator system
US4206320A (en) * 1978-08-21 1980-06-03 University Of Illinois Foundation High speed modem suitable for operating with a switched network
US4328579A (en) * 1979-06-08 1982-05-04 Nippon Telegraph & Telephone Public Corporation Voice band multiplex transmission system
US4332980A (en) * 1980-05-30 1982-06-01 Harris Corporation Multiple services system using telephone local loop
US4337376A (en) * 1979-12-31 1982-06-29 Broadcom, Incorporated Communications system and network
US4369557A (en) * 1980-08-06 1983-01-25 Jan Vandebult Process for fabricating resonant tag circuit constructions
US4378470A (en) * 1981-03-25 1983-03-29 Northern Telecom Limited Interface circuits for connection to non-dedicated telephone lines
US4388489A (en) * 1981-01-30 1983-06-14 Reuters Limited Conversational video system
US4425578A (en) * 1981-01-12 1984-01-10 A. C. Nielsen Company Monitoring system and method utilizing signal injection for determining channel reception of video receivers
US4425642A (en) * 1982-01-08 1984-01-10 Applied Spectrum Technologies, Inc. Simultaneous transmission of two information signals within a band-limited communications channel
US4427974A (en) * 1982-08-18 1984-01-24 American District Telegraph Company Local control apparatus for central station alarm system
US4433212A (en) * 1982-06-21 1984-02-21 Applied Spectrum Technologies, Inc. Telephone line interface circuit
US4441180A (en) * 1979-06-01 1984-04-03 Licentia Patent-Verwaltungs-Gmbh Service integrated communication transmission and interchange system
US4442320A (en) * 1981-12-04 1984-04-10 Base Ten Systems, Inc. Remote subscriber interaction system
US4443662A (en) * 1981-04-10 1984-04-17 Northern Telecom Limited Filters comprising reactive components, and a method of determining impedances thereof
US4445213A (en) * 1979-07-31 1984-04-24 Bell Telephone Laboratories, Incorporated Communication line interface for controlling data information having differing transmission characteristics
US4446458A (en) * 1981-09-14 1984-05-01 Donald Cook Monitoring and control system
US4449218A (en) * 1980-10-24 1984-05-15 Siemens Aktiengesellschaft Analog/digital telecommunication subscriber station
US4456985A (en) * 1981-12-23 1984-06-26 Northern Telecom Limited Apparatus for coupling signals to or from a two-wire line
US4456925A (en) * 1982-10-04 1984-06-26 Zenith Radio Corporation Television/telephone system with automatic dialing
US4456986A (en) * 1981-12-23 1984-06-26 Northern Telecom Limited Apparatus for coupling signals to or from a two-wire line
US4493948A (en) * 1983-06-27 1985-01-15 The Inteleplex Corporation Transparent secondary information transmission system for an information transmission system
US4500751A (en) * 1982-07-20 1985-02-19 Microperipheral Corporation Data communication system
US4506387A (en) * 1983-05-25 1985-03-19 Walter Howard F Programming-on-demand cable system and method
US4509211A (en) * 1983-05-16 1985-04-02 Xantech Corporation Infrared extension system
US4521881A (en) * 1981-11-02 1985-06-04 Wang Laboratories, Inc. Data communication system with increased effective bandwidth
US4564940A (en) * 1982-12-28 1986-01-14 Tokyo Shibaura Denki Kabushiki Kaisha Broad band network system
US4577311A (en) * 1980-12-24 1986-03-18 Duquesne Jean F Packet-based telecommunication system
US4578540A (en) * 1982-12-20 1986-03-25 At&T Bell Laboratories Telecommunications systems
US4578535A (en) * 1984-05-08 1986-03-25 Telelogic, Inc. Videotex system
US4580291A (en) * 1982-12-06 1986-04-01 Societe Anonyme De Telecommunications Method for processing digital signals, and subscriber station for telecommunication and teledistribution
US4597077A (en) * 1983-05-04 1986-06-24 Cxc Corporation Integrated voice/data/control switching system
US4644526A (en) * 1984-11-13 1987-02-17 Chialin Wu Full duplex frequency division multiplex communication system
US4646296A (en) * 1984-07-09 1987-02-24 Bard Technologies Distributed telephone system
US4646289A (en) * 1984-06-29 1987-02-24 Northern Telecom Limited Signal multiplexing circuit
US4649479A (en) * 1985-02-28 1987-03-10 International Business Machines Corp. Device driver and adapter binding technique
US4649551A (en) * 1983-07-06 1987-03-10 Telefunken Fernseh Und Rundfunk Gmbh Decoder for a frequency-keyed signal, particularly an FSK-video text signal
US4665516A (en) * 1984-09-07 1987-05-12 Itt Corporation Information transport system employing telephone lines
US4670874A (en) * 1983-12-16 1987-06-02 Fujitsu Limited Communications system for transmitting and receiving data and voice signals simultaneously through 2-wire signal lines
US4670870A (en) * 1984-02-21 1987-06-02 Plessey Overseas Limited Adaptive cancellation bridge circuit
US4672602A (en) * 1984-11-02 1987-06-09 Itt Corporation Control and routing system
US4672605A (en) * 1984-03-20 1987-06-09 Applied Spectrum Technologies, Inc. Data and voice communications system
US4675863A (en) * 1985-03-20 1987-06-23 International Mobile Machines Corp. Subscriber RF telephone system for providing multiple speech and/or data signals simultaneously over either a single or a plurality of RF channels
US4731816A (en) * 1985-05-20 1988-03-15 Telebit Corporation Ensemble modem structure for imperfect transmission media
US4754326A (en) * 1983-10-25 1988-06-28 Keycom Electronic Publishing Method and apparatus for assisting user of information retrieval systems
US4799213A (en) * 1983-09-10 1989-01-17 Standard Telephones & Cables Data transmission system
US4807225A (en) * 1987-02-02 1989-02-21 American Telephone And Telegraph Company, At&T Technologies, Inc. Telephone line carrier system
US4825435A (en) * 1985-11-08 1989-04-25 Digital Equipment Corp. Multiport repeater
US4829570A (en) * 1987-05-22 1989-05-09 Recoton Corporation Wireless remote speaker system
US4833706A (en) * 1985-05-20 1989-05-23 Telebit Corporation Ensemble modem structure for imperfect transmission media
US4837799A (en) * 1987-10-05 1989-06-06 Ambassador College Telephone line communications control system
US4839743A (en) * 1984-08-01 1989-06-13 Worlds Of Wonder, Inc. Interactive video and audio controller
US4893326A (en) * 1987-05-04 1990-01-09 Video Telecom Corp. Video-telephone communications system
US4901342A (en) * 1986-08-22 1990-02-13 Jones Reese M Local area network connecting computer products via long telephone lines
US4907260A (en) * 1987-10-05 1990-03-06 Ambassador College Telephone line communications control system
US4918688A (en) * 1986-10-31 1990-04-17 Convergent Technologies, Inc. Method and apparatus for coupling computer work stations
US4924492A (en) * 1988-03-22 1990-05-08 American Telephone And Telegraph Company Method and apparatus for wideband transmission of digital signals between, for example, a telephone central office and customer premises
US4932047A (en) * 1985-11-07 1990-06-05 Luma Telecom, Inc. Conversational video phone
US4932022A (en) * 1987-10-07 1990-06-05 Telenova, Inc. Integrated voice and data telephone system
US4985892A (en) * 1984-06-01 1991-01-15 Xerox Corporation Baseband local area network using ordinary telephone wiring
US4989081A (en) * 1988-11-14 1991-01-29 Sony Corporation Home-bus-information system
US5003579A (en) * 1986-08-22 1991-03-26 Farallon Computing, Incorporated System for connecting computers via telephone lines
US5010399A (en) * 1989-07-14 1991-04-23 Inline Connection Corporation Video transmission and control system utilizing internal telephone lines
US5025443A (en) * 1988-02-24 1991-06-18 Integrated Network Corporation Digital data over voice communication
US5089886A (en) * 1987-02-04 1992-02-18 Visicable Device for the remote transmission of signals and in particular video signals
US5095497A (en) * 1989-10-02 1992-03-10 At & T Bell Laboratories Technique for achieving the full coding gain of encoded digital signals
US5283637A (en) * 1990-08-20 1994-02-01 Christine Holland Trustee/Goolcharan Trust Telecommunication system for transmitting full motion video
US5715463A (en) * 1992-03-31 1998-02-03 International Business Machines Corporation Installation utility for device drivers and utility programs
US5717930A (en) * 1994-09-19 1998-02-10 Seiko Epson Corporation Installation system
US5742829A (en) * 1995-03-10 1998-04-21 Microsoft Corporation Automatic software installation on heterogeneous networked client computer systems
US5752032A (en) * 1995-11-21 1998-05-12 Diamond Multimedia Systems, Inc. Adaptive device driver using controller hardware sub-element identifier
US5867730A (en) * 1996-04-15 1999-02-02 Micron Eletronics, Inc. Method for configuration of peripherals by interpreting response from peripherals to enable selection of driver file and altering configuration file to enable loading of selected driver file
US6023585A (en) * 1997-05-02 2000-02-08 Webtv Networks, Inc. Automatically selecting and downloading device drivers from a server system to a client system that includes one or more devices
US6029238A (en) * 1994-03-31 2000-02-22 Canon Kabushiki Kaisha Control of information processing using one or more peripheral apparatus
US6069899A (en) * 1997-08-28 2000-05-30 Broadcam Homenetworking, Inc. Home area network system and method
US6081850A (en) * 1991-12-27 2000-06-27 Intel Corporation Storing dynamically loaded device drivers on a mass storage device to support access to removable computer cards
US6185284B1 (en) * 1989-07-14 2001-02-06 Inline Connections Corporation Voice and data transmission over twisted wire pairs
US6185630B1 (en) * 1997-02-14 2001-02-06 Advanced Micro Devices, Inc. Device initializing system with programmable array logic configured to cause non-volatile memory to output address and data information to the device in a prescribed sequence
US6405362B1 (en) * 1998-11-13 2002-06-11 Microsoft Corporation Automatic software installation and cleanup
US6532279B1 (en) * 1999-06-11 2003-03-11 David D. Goodman High-speed data communication over a residential telephone wiring network
US6543047B1 (en) * 1999-06-15 2003-04-01 Dell Usa, L.P. Method and apparatus for testing custom-configured software/hardware integration in a computer build-to-order manufacturing process
US6678721B1 (en) * 1998-11-18 2004-01-13 Globespanvirata, Inc. System and method for establishing a point-to-multipoint DSL network
US6704824B1 (en) * 1999-07-27 2004-03-09 Inline Connection Corporation Universal serial bus adapter with automatic installation
US6868456B2 (en) * 2001-08-20 2005-03-15 Mtek Vision Co., Ltd. Universal serial bus device initialized with a real descriptor stored in host and method for initializing the same
US20050080973A1 (en) * 2003-09-30 2005-04-14 Kuei-Jung Lee Peripheral device having a personal disk used for storing device drivers and driving method thereof
US20050102441A1 (en) * 2003-11-07 2005-05-12 Jin-Fu Yeh System with application program and method for automatically installing the application program

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4975829A (en) * 1986-09-22 1990-12-04 At&T Bell Laboratories Communication interface protocol
US5155847A (en) * 1988-08-03 1992-10-13 Minicom Data Corporation Method and apparatus for updating software at remote locations
EP0463251A1 (en) * 1990-06-28 1992-01-02 International Business Machines Corporation Software installation
JPH0792744B2 (en) * 1990-08-20 1995-10-09 インターナショナル・ビジネス・マシーンズ・コーポレイション A method of installing multi-level application software on a data processing device.
US5664195A (en) 1993-04-07 1997-09-02 Sequoia Systems, Inc. Method and apparatus for dynamic installation of a driver on a computer system
US5655148A (en) * 1994-05-27 1997-08-05 Microsoft Corporation Method for automatically configuring devices including a network adapter without manual intervention and without prior configuration information
US5559965A (en) * 1994-09-01 1996-09-24 Intel Corporation Input/output adapter cards having a plug and play compliant mode and an assigned resources mode
US5802363A (en) * 1994-09-27 1998-09-01 International Business Machines Corporation Bios dynamic emulation of multiple diskettes from a single media
US5701476A (en) 1994-11-29 1997-12-23 Intel Corporation Method and apparatus for dynamically loading a driver routine in a computer memory
US5842024A (en) * 1995-02-27 1998-11-24 Ast Research, Inc. Method of software installation
US5802365A (en) 1995-05-05 1998-09-01 Apple Computer, Inc. Dynamic device matching using driver candidate lists
US5819115A (en) 1996-06-28 1998-10-06 Compaq Computer Corporation Driver bundle including a compressed, self-extracting, executable driver for the host processor and an adapter driver for the processor of a network adapter card
US5995757A (en) * 1997-08-29 1999-11-30 Dell Usa, L.P. Software installation and testing for a build-to order computer system
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
US5951684A (en) 1997-12-23 1999-09-14 Samsung Electronics Co., Ltd. Method of booting a computer system with identifying a CD-ROM disk drive of the system and a method of loading a device driver
US6154836A (en) * 1998-08-17 2000-11-28 International Business Machines Corporation Method and system for configuring plug and play devices for a computer operating system

Patent Citations (100)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3512160A (en) * 1960-12-29 1970-05-12 Bell Telephone Labor Inc Multiplex transmission systems
US3511936A (en) * 1967-05-26 1970-05-12 Bell Telephone Labor Inc Multiply orthogonal system for transmitting data signals through frequency overlapping channels
US3723653A (en) * 1967-10-24 1973-03-27 Matsushita Electric Ind Co Ltd Television telephone system
US3651471A (en) * 1970-03-02 1972-03-21 Nielsen A C Co Data storage and transmission system
US3873771A (en) * 1972-04-11 1975-03-25 Telescan Communications System Simultaneous transmission of a video and an audio signal through an ordinary telephone transmission line
US3872253A (en) * 1972-05-24 1975-03-18 John J Jurschak Signal transmission and surveillance system using a subscriber{3 s telephone line without interfering with normal telephone line operation
US3800090A (en) * 1972-07-27 1974-03-26 Bell Telephone Labor Inc Communication and telemetry arrangement
US3937889A (en) * 1973-01-15 1976-02-10 Sperry Rand Corporation Data communication apparatus for use in a telephone system
US4019142A (en) * 1974-08-16 1977-04-19 Wycoff Keith H Selectively callable receiver operated in accordance with tone characteristics
US4008369A (en) * 1975-02-28 1977-02-15 The Magnavox Company Telephone interfaced subscription cable television system especially useful in hotels and motels
US4025851A (en) * 1975-11-28 1977-05-24 A.C. Nielsen Company Automatic monitor for programs broadcast
US4197497A (en) * 1977-09-23 1980-04-08 Phelps Stuart W Automatic police emergency locator system
US4206320A (en) * 1978-08-21 1980-06-03 University Of Illinois Foundation High speed modem suitable for operating with a switched network
US4441180A (en) * 1979-06-01 1984-04-03 Licentia Patent-Verwaltungs-Gmbh Service integrated communication transmission and interchange system
US4328579A (en) * 1979-06-08 1982-05-04 Nippon Telegraph & Telephone Public Corporation Voice band multiplex transmission system
US4445213A (en) * 1979-07-31 1984-04-24 Bell Telephone Laboratories, Incorporated Communication line interface for controlling data information having differing transmission characteristics
US4337376A (en) * 1979-12-31 1982-06-29 Broadcom, Incorporated Communications system and network
US4332980A (en) * 1980-05-30 1982-06-01 Harris Corporation Multiple services system using telephone local loop
US4369557A (en) * 1980-08-06 1983-01-25 Jan Vandebult Process for fabricating resonant tag circuit constructions
US4449218A (en) * 1980-10-24 1984-05-15 Siemens Aktiengesellschaft Analog/digital telecommunication subscriber station
US4577311A (en) * 1980-12-24 1986-03-18 Duquesne Jean F Packet-based telecommunication system
US4425578A (en) * 1981-01-12 1984-01-10 A. C. Nielsen Company Monitoring system and method utilizing signal injection for determining channel reception of video receivers
US4388489A (en) * 1981-01-30 1983-06-14 Reuters Limited Conversational video system
US4378470A (en) * 1981-03-25 1983-03-29 Northern Telecom Limited Interface circuits for connection to non-dedicated telephone lines
US4443662A (en) * 1981-04-10 1984-04-17 Northern Telecom Limited Filters comprising reactive components, and a method of determining impedances thereof
US4446458A (en) * 1981-09-14 1984-05-01 Donald Cook Monitoring and control system
US4521881A (en) * 1981-11-02 1985-06-04 Wang Laboratories, Inc. Data communication system with increased effective bandwidth
US4442320A (en) * 1981-12-04 1984-04-10 Base Ten Systems, Inc. Remote subscriber interaction system
US4456986A (en) * 1981-12-23 1984-06-26 Northern Telecom Limited Apparatus for coupling signals to or from a two-wire line
US4456985A (en) * 1981-12-23 1984-06-26 Northern Telecom Limited Apparatus for coupling signals to or from a two-wire line
US4425642A (en) * 1982-01-08 1984-01-10 Applied Spectrum Technologies, Inc. Simultaneous transmission of two information signals within a band-limited communications channel
US4433212A (en) * 1982-06-21 1984-02-21 Applied Spectrum Technologies, Inc. Telephone line interface circuit
US4500751A (en) * 1982-07-20 1985-02-19 Microperipheral Corporation Data communication system
US4427974A (en) * 1982-08-18 1984-01-24 American District Telegraph Company Local control apparatus for central station alarm system
US4456925A (en) * 1982-10-04 1984-06-26 Zenith Radio Corporation Television/telephone system with automatic dialing
US4580291A (en) * 1982-12-06 1986-04-01 Societe Anonyme De Telecommunications Method for processing digital signals, and subscriber station for telecommunication and teledistribution
US4578540A (en) * 1982-12-20 1986-03-25 At&T Bell Laboratories Telecommunications systems
US4564940A (en) * 1982-12-28 1986-01-14 Tokyo Shibaura Denki Kabushiki Kaisha Broad band network system
US4597077A (en) * 1983-05-04 1986-06-24 Cxc Corporation Integrated voice/data/control switching system
US4509211A (en) * 1983-05-16 1985-04-02 Xantech Corporation Infrared extension system
US4506387A (en) * 1983-05-25 1985-03-19 Walter Howard F Programming-on-demand cable system and method
US4493948A (en) * 1983-06-27 1985-01-15 The Inteleplex Corporation Transparent secondary information transmission system for an information transmission system
US4649551A (en) * 1983-07-06 1987-03-10 Telefunken Fernseh Und Rundfunk Gmbh Decoder for a frequency-keyed signal, particularly an FSK-video text signal
US4799213A (en) * 1983-09-10 1989-01-17 Standard Telephones & Cables Data transmission system
US4754326A (en) * 1983-10-25 1988-06-28 Keycom Electronic Publishing Method and apparatus for assisting user of information retrieval systems
US4670874A (en) * 1983-12-16 1987-06-02 Fujitsu Limited Communications system for transmitting and receiving data and voice signals simultaneously through 2-wire signal lines
US4670870A (en) * 1984-02-21 1987-06-02 Plessey Overseas Limited Adaptive cancellation bridge circuit
US4672605A (en) * 1984-03-20 1987-06-09 Applied Spectrum Technologies, Inc. Data and voice communications system
US4578535A (en) * 1984-05-08 1986-03-25 Telelogic, Inc. Videotex system
US4985892A (en) * 1984-06-01 1991-01-15 Xerox Corporation Baseband local area network using ordinary telephone wiring
US4646289A (en) * 1984-06-29 1987-02-24 Northern Telecom Limited Signal multiplexing circuit
US4646296A (en) * 1984-07-09 1987-02-24 Bard Technologies Distributed telephone system
US4839743A (en) * 1984-08-01 1989-06-13 Worlds Of Wonder, Inc. Interactive video and audio controller
US4665516A (en) * 1984-09-07 1987-05-12 Itt Corporation Information transport system employing telephone lines
US4672602A (en) * 1984-11-02 1987-06-09 Itt Corporation Control and routing system
US4644526A (en) * 1984-11-13 1987-02-17 Chialin Wu Full duplex frequency division multiplex communication system
US4649479A (en) * 1985-02-28 1987-03-10 International Business Machines Corp. Device driver and adapter binding technique
US4912705A (en) * 1985-03-20 1990-03-27 International Mobile Machines Corporation Subscriber RF telephone system for providing multiple speech and/or data signals simultaneously over either a single or a plurality of RF channels
US4817089B1 (en) * 1985-03-20 2000-02-01 Titan Corp Subscriber rf telephone system for providing multiple speech and/or data signals simultaneously over either a single or a plurality of rf channels
US4817089A (en) * 1985-03-20 1989-03-28 International Mobile Machines Corporation Subscriber RF telephone system for providing multiple speech and/or data signals simultaneously over either a single or a plurality of RF channels
US4675863A (en) * 1985-03-20 1987-06-23 International Mobile Machines Corp. Subscriber RF telephone system for providing multiple speech and/or data signals simultaneously over either a single or a plurality of RF channels
US4833706A (en) * 1985-05-20 1989-05-23 Telebit Corporation Ensemble modem structure for imperfect transmission media
US4731816A (en) * 1985-05-20 1988-03-15 Telebit Corporation Ensemble modem structure for imperfect transmission media
US4932047A (en) * 1985-11-07 1990-06-05 Luma Telecom, Inc. Conversational video phone
US4825435A (en) * 1985-11-08 1989-04-25 Digital Equipment Corp. Multiport repeater
US5003579A (en) * 1986-08-22 1991-03-26 Farallon Computing, Incorporated System for connecting computers via telephone lines
US4901342A (en) * 1986-08-22 1990-02-13 Jones Reese M Local area network connecting computer products via long telephone lines
US4918688A (en) * 1986-10-31 1990-04-17 Convergent Technologies, Inc. Method and apparatus for coupling computer work stations
US4807225A (en) * 1987-02-02 1989-02-21 American Telephone And Telegraph Company, At&T Technologies, Inc. Telephone line carrier system
US5089886A (en) * 1987-02-04 1992-02-18 Visicable Device for the remote transmission of signals and in particular video signals
US4893326A (en) * 1987-05-04 1990-01-09 Video Telecom Corp. Video-telephone communications system
US4829570A (en) * 1987-05-22 1989-05-09 Recoton Corporation Wireless remote speaker system
US4837799A (en) * 1987-10-05 1989-06-06 Ambassador College Telephone line communications control system
US4907260A (en) * 1987-10-05 1990-03-06 Ambassador College Telephone line communications control system
US4932022A (en) * 1987-10-07 1990-06-05 Telenova, Inc. Integrated voice and data telephone system
US5025443A (en) * 1988-02-24 1991-06-18 Integrated Network Corporation Digital data over voice communication
US4924492A (en) * 1988-03-22 1990-05-08 American Telephone And Telegraph Company Method and apparatus for wideband transmission of digital signals between, for example, a telephone central office and customer premises
US4989081A (en) * 1988-11-14 1991-01-29 Sony Corporation Home-bus-information system
US6185284B1 (en) * 1989-07-14 2001-02-06 Inline Connections Corporation Voice and data transmission over twisted wire pairs
US5010399A (en) * 1989-07-14 1991-04-23 Inline Connection Corporation Video transmission and control system utilizing internal telephone lines
US5095497A (en) * 1989-10-02 1992-03-10 At & T Bell Laboratories Technique for achieving the full coding gain of encoded digital signals
US5283637A (en) * 1990-08-20 1994-02-01 Christine Holland Trustee/Goolcharan Trust Telecommunication system for transmitting full motion video
US6081850A (en) * 1991-12-27 2000-06-27 Intel Corporation Storing dynamically loaded device drivers on a mass storage device to support access to removable computer cards
US5715463A (en) * 1992-03-31 1998-02-03 International Business Machines Corporation Installation utility for device drivers and utility programs
US6029238A (en) * 1994-03-31 2000-02-22 Canon Kabushiki Kaisha Control of information processing using one or more peripheral apparatus
US5717930A (en) * 1994-09-19 1998-02-10 Seiko Epson Corporation Installation system
US5742829A (en) * 1995-03-10 1998-04-21 Microsoft Corporation Automatic software installation on heterogeneous networked client computer systems
US5752032A (en) * 1995-11-21 1998-05-12 Diamond Multimedia Systems, Inc. Adaptive device driver using controller hardware sub-element identifier
US5867730A (en) * 1996-04-15 1999-02-02 Micron Eletronics, Inc. Method for configuration of peripherals by interpreting response from peripherals to enable selection of driver file and altering configuration file to enable loading of selected driver file
US6185630B1 (en) * 1997-02-14 2001-02-06 Advanced Micro Devices, Inc. Device initializing system with programmable array logic configured to cause non-volatile memory to output address and data information to the device in a prescribed sequence
US6023585A (en) * 1997-05-02 2000-02-08 Webtv Networks, Inc. Automatically selecting and downloading device drivers from a server system to a client system that includes one or more devices
US6069899A (en) * 1997-08-28 2000-05-30 Broadcam Homenetworking, Inc. Home area network system and method
US6405362B1 (en) * 1998-11-13 2002-06-11 Microsoft Corporation Automatic software installation and cleanup
US6678721B1 (en) * 1998-11-18 2004-01-13 Globespanvirata, Inc. System and method for establishing a point-to-multipoint DSL network
US6532279B1 (en) * 1999-06-11 2003-03-11 David D. Goodman High-speed data communication over a residential telephone wiring network
US6543047B1 (en) * 1999-06-15 2003-04-01 Dell Usa, L.P. Method and apparatus for testing custom-configured software/hardware integration in a computer build-to-order manufacturing process
US6704824B1 (en) * 1999-07-27 2004-03-09 Inline Connection Corporation Universal serial bus adapter with automatic installation
US6868456B2 (en) * 2001-08-20 2005-03-15 Mtek Vision Co., Ltd. Universal serial bus device initialized with a real descriptor stored in host and method for initializing the same
US20050080973A1 (en) * 2003-09-30 2005-04-14 Kuei-Jung Lee Peripheral device having a personal disk used for storing device drivers and driving method thereof
US20050102441A1 (en) * 2003-11-07 2005-05-12 Jin-Fu Yeh System with application program and method for automatically installing the application program

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10359957B2 (en) 2000-11-01 2019-07-23 Flexiworld Technologies, Inc. Integrated circuit device that includes a secure element and a wireless component for transmitting protected data over short range wireless point-to-point communications
US20040098596A1 (en) * 2002-11-15 2004-05-20 Rainbow Technologies, Inc. Driverless USB security token
US20040127254A1 (en) * 2002-12-12 2004-07-01 Chang William Ho Device for wireless communication between computing devices
US11829776B2 (en) * 2002-12-12 2023-11-28 Flexiworld Technologies, Inc. Integrated circuit device that includes a protected memory component for transmitting protected data over a communication interface
US11662918B2 (en) 2002-12-12 2023-05-30 Flexiworld Technologies, Inc. Wireless communication between an integrated circuit memory device and a wireless controller device
US11467856B2 (en) * 2002-12-12 2022-10-11 Flexiworld Technologies, Inc. Portable USB device for internet access service
US10963169B2 (en) 2002-12-12 2021-03-30 Flexiworld Technologies, Inc. Integrated circuit device storing protected data for wireless transmitting, over short range wireless communication, the protected data to a wireless computing device
US20160174068A1 (en) * 2002-12-12 2016-06-16 Flexiworld Technologies, Inc. Integrated Circuit Device That Includes A Secure Element And A Wireless Component For Transmitting Protected Data Over A Local Point-To-Point Wireless Communication Connection
US20070159940A1 (en) * 2004-02-26 2007-07-12 Koninklijke Philips Electronics, N.V. Drive and method for simulating the insertion of a new record
US7383386B1 (en) * 2004-05-21 2008-06-03 Mcm Portfolio Llc Multi partitioned storage device emulating dissimilar storage media
US8108201B2 (en) * 2005-11-17 2012-01-31 International Business Machines Corporation Method for emulating a native device on a host computer system
US20070112552A1 (en) * 2005-11-17 2007-05-17 International Business Machines Corporation Native function of portable electronic device surfaced as soft device in host computer
US7984995B2 (en) 2006-05-24 2011-07-26 Smart Technologies Ulc Method and apparatus for inhibiting a subject's eyes from being exposed to projected light
US20100182416A1 (en) * 2006-05-24 2010-07-22 Smart Technologies Ulc Method and apparatus for inhibiting a subject's eyes from being exposed to projected light
US7686460B2 (en) 2006-05-24 2010-03-30 Smart Technologies Ulc Method and apparatus for inhibiting a subject's eyes from being exposed to projected light
US20080106706A1 (en) * 2006-05-24 2008-05-08 Smart Technologies, Inc. Method and apparatus for inhibiting a subject's eyes from being exposed to projected light
US9298479B2 (en) 2007-12-31 2016-03-29 Datalogic ADC, Inc. Systems and methods for configuring, updating, and booting an alternate operating system on a portable data reader
US20090172384A1 (en) * 2007-12-31 2009-07-02 Datalogic Mobile, Inc. Systems and methods for configuring, updating, and booting an alternate operating system on a portable data reader
US20190370210A1 (en) * 2013-07-03 2019-12-05 Hewlett-Packard Development Company, L.P. Data routing by a driver installed from a computing device
US10853302B2 (en) * 2013-07-03 2020-12-01 Hewlett-Packard Development Company, L.P. Data routing by a driver installed from a computing device
WO2017069737A1 (en) * 2015-10-20 2017-04-27 Hewlett-Packard Development Company, L.P. File system graphical user interface (gui) to install external devices

Also Published As

Publication number Publication date
US6704824B1 (en) 2004-03-09

Similar Documents

Publication Publication Date Title
US6704824B1 (en) Universal serial bus adapter with automatic installation
US10445258B1 (en) Method for creation of device drivers and device objects for peripheral devices
JP3138119U (en) Remote start control device
US20060190238A1 (en) Methods and systems for managing a device
US5537558A (en) Apparatus and method for communicating multiple devices through one PCMCIA interface
US6012103A (en) Bus interface system and method
KR100230549B1 (en) Communication between object oriented components and procedural device drivers
US20070005867A1 (en) Virtual peripheral device interface and protocol for use in peripheral device redirection communication
US20040230710A1 (en) System and method of automatic installation of computer peripherals
US8359384B2 (en) Method, system, and apparatus for communicating with a computer management device
US6081856A (en) Adapter and method for emulating the operation of a peripheral device of a computer
US20070174033A1 (en) Remote control device and method for accessing peripheral device remotely
US8095623B2 (en) Device emulation to facilitate data transfer
US7565408B2 (en) Information handling system including a local real device and a remote virtual device sharing a common channel
US6785807B1 (en) Method and system for providing bootcode support in a data processing system that uses a communications port that utilizes a first communications protocol, an external device that utilizes a second communications protocol, and a device driver that is loaded in response to booting to communicate with the external device through the communications port
WO2008003599A1 (en) A multi-function peripheral device, corresponding method and electronic system having a peripheral and a host communicating via a single interface
JP2001256170A (en) Peripheral device and printer
US8112769B2 (en) System and method for implementing and/or operating network interface devices to achieve network-based communications
US20040153579A1 (en) Virtual disc drive control device
WO2001007984A2 (en) Universal serial bus adapter with automatic installation
WO2007054447A1 (en) Method for controlling mobile data connection through usb ethernet management
EP1764702A1 (en) Method and system for identifying usb devices
US6895499B1 (en) System and method for device configuration and management using a universal serial bus port
US20080276010A1 (en) System and method for implementing and/or operating network interface devices to achieve network-based communications
EP0436458A2 (en) Programmable connector

Legal Events

Date Code Title Description
AS Assignment

Owner name: INLINE CONNECTION CORPORATION, DISTRICT OF COLUMBI

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GOODMAN, DAVID D.;REEL/FRAME:015080/0572

Effective date: 20040107

AS Assignment

Owner name: KILE GOEKJIAN REED & MCMANUS,DISTRICT OF COLUMBIA

Free format text: SECURITY AGREEMENT;ASSIGNORS:INLINE CONNECTION CORPORATION;GOODMAN, DAVID D.;REEL/FRAME:024468/0930

Effective date: 20100528

STCB Information on status: application discontinuation

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