System and method for application failure detection

Information

  • Patent Grant
  • 8006118
  • Patent Number
    8,006,118
  • Date Filed
    Wednesday, August 18, 2010
    14 years ago
  • Date Issued
    Tuesday, August 23, 2011
    13 years ago
Abstract
The present invention allows construction of a secure, real-time operating system from a portable language such as Java that appears to be a Java virtual machine from a top perspective but provides a secure operating system from a bottom perspective. This allows portable languages, such as Java, to be used for secure embedded multiprocessor environments.
Description
BACKGROUND OF THE INVENTION

Java is a robust, object-oriented programming language expressly designed for use in the distributed environment of the Internet. Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network. A source program in Java is compiled into byte code, which can be run anywhere in a network on a server or a client that has a Java virtual machine (JVM).


A JVM describes software that is nothing more than an interface between the compiled byte code and the microprocessor or hardware platform that actually performs the program's instructions. Thus, the JVM makes it possible for Java application programs to be built that can run on any platform without having to be rewritten or recompiled by the programmer for each separate platform.


Jini is a distributed system based on the idea of federating groups of users and the resources required by those users. Resources can be implemented either as hardware devices, software programs, or a combination of the two. The Jini system extends the Java application environment from a single virtual machine to a network of machines. The Java application environment provides a good computing platform for distributed computing because both code and data can move from machine to machine. The Jini infrastructure provides mechanisms for devices, services, and users to join and detach from a network. Jini systems are more dynamic than is currently possible in networked groups where configuring a network is a centralized function done by hand.


However, the Java/Jini approach is not without its disadvantages. Both Java and Jini are free, open source applications. The Java application environment is not designed for controlling messaging between different machines. For example, the Java application is not concerned about the protocols between different hardware platforms. Jini has some built-in security that allows code to be downloaded and run from different machines in confidence. However, this limited security is insufficient for environments where it is necessary to further restrict code sharing or operation sharing among selected devices in a secure embedded system.


SUMMARY OF THE INVENTION

The present invention allows construction of a secure, real-time operating system from a portable language such as Java that appears to be a Java virtual machine from a top perspective but provides a secure operating system from a bottom perspective. This allows portable languages, such as Java, to be used for secure embedded multiprocessor environments.


The foregoing and other objects, features and advantages of the invention will become more readily apparent from the following detailed description of a preferred embodiment of the invention which proceeds with reference to the accompanying drawings.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a diagram showing a java stack with an additional Secure Real-time Executive (SRE) layer.



FIG. 2 is a diagram of a multiprocessor system that runs multiple Java Virtual Machines that each include a SRE.



FIG. 3 is a detailed diagram of the managers in the SRE.



FIG. 4 is a block diagram of how the SRE manages a multiprocessor system.



FIG. 5 is a bock diagram showing how a task manager in the SRE operates the multiprocessor system in a lock-step mode.





DETAILED DESCRIPTION

A java application stack includes a Java layer 5 for running any one of multiple different applications. In one example, the applications are related to different vehicle operations such as Infrared (IR) and radar sensor control and monitoring, vehicle brake control, vehicle audio and video control, environmental control, driver assistance control, etc. A Java Virtual Machine (JVM) layer 16 provides the hardware independent platform for running the Java applications 5. A Jini layer 12 provides some limited security for the Java applications that run on different machines. However, the Jini layer 12 does not provide the necessary reconfiguration and security management necessary for a distributed real-time multiprocessor system.


A Secure Real-time Executive (SRE) 14 provides an extension to the JVM 16 and allows Java to run on different processors for real-time applications. The SRE 20 manages messaging, security, critical data, file I/O multiprocessor task control and watchdog tasks in the Java environment as described below. The JVM 16, Jini 12 and SRE 14 can all be implemented in the same JVM 10. However, for explanation purposes, the JVM 10 and the SRE 14 will be shown as separate elements.



FIG. 2 shows a system 15 that includes multiple processors 16, 18, 20, 22 and 24. Each processor includes one or more JVMs 10 that run different Java applications. For example, processor 16 includes one Java application 28 that controls a vehicle security system and another Java application 26 that controls the vehicles antilock brakes. A processor 18 includes a Java application 30 that controls audio sources in the vehicle. Other processors 20 and 22 may run different threads 32A and 32B for the same sensor fusion Java application 32 that monitors different IR sensors. Another thread 32C on processor 24 monitors a radar sensor for the sensor fusion Java application 32.


The SRE 14 runs below the JVMs 10 in each processor and control tasks, messaging, security, etc. For example, the Java application 26 controls vehicle braking according to the sensor data collected by the sensor fusion Java application 32. The SRE 14 in one example prevents unauthorized data from being loaded into the processor 16 that runs brake control application 26. The SRE 14 also prevents other Java applications that are allowed to be loaded into processor 16 from disrupting critical braking operations, or taking priority over the braking operations, performed by Java application 26.


For example, the SRE 14 may prevent noncritical vehicle applications, such as audio control, from being loaded onto processor 16. In another example, noncritical operations, such as security control application 28, are allowed to be loaded onto processor 16. However, the SRE 14 assigns the security messages low priority values that will only be processed when there are no braking tasks in application 26 that require processing by processor 16.


The SRE 14 allows any variety of real-time, mission critical, nonreal-time and nonmission critical Java applications to be loaded onto the multiprocessor system 15. The SRE 14 then automatically manages the different types of applications and messages to ensure that the critical vehicle applications are not corrupted and processed with the necessary priority. The SRE 14 is secure software that cannot be manipulated by other Java applications.


The SRE 14 provides priority preemption on a message scale across the entire system 15 and priority preemption on a task scale across the entire system 15. So the SRE 14 controls how the JVMs 10 talk to each other and controls how the JVMs 10 are started or initiated to perform tasks. The SRE 14 allows programmers to write applications using Java in a safe and secure real time environment. Thus, viruses can be prevented, by SRE 14 from infiltrating the system 15.


While the explanation uses Java as one example of a programming environment where SRE 14 can be implemented, it should be understood that the SRE 14 can be integrated into any variety of different programming environments that may run in the same or different systems 15. For example, SRE 14 can be integrated into an Application Programmers Interface (API) for use with any programming language such as C++.



FIG. 3 shows the different functions that are performed by the SRE 20. Any combination of the functions described below can be provided in the SRE 20. A message manager 50 controls the order messages are received and transmitted by the different Java applications. A security manager 52 controls what data and messages are allowed to be received or transmitted by different Java applications. A critical data manager 54 controls what data is archived by the different Java applications.


A data manager 56 controls what data is allowed to be transferred between different processors. A task manager 58 controls the order tasks are performed by the different JVMs. A reconfiguration manager 60 monitors the operation of the different processors in the system and reassigns or reconfigures Java applications and Java threads to different processors according to what processors have failed or what new processors and applications have been configured into system 15.


The message manager 50 partially corresponds to the priority manager 44 shown in FIG. 2 of pending patent application Ser. No. 09/841,753, the critical data manager 52 partially corresponds with the logging manager 44 shown in FIG. 2 of the copending '753 patent application, and the security manger 54 a least partially corresponds with the security manager 40 shown in the '753 patent application. The data manager 56 at least partially corresponds with the data manager 42 shown in FIG. 2 of pending patent application Ser. No. 09/841,915, the task manager 58 partially corresponds to the device manger 46 shown in FIG. 2 of the '915 application, and the configuration manager 60 at least partially corresponds to the configuration manager 44 shown in FIG. 2 of the '915 patent application. The descriptions of how the different managers 50-60 operate similarly to the corresponding managers in the '753 and '915 patent applications are herein incorporated by reference and are therefore not described in further detail.


However, some specific tasks performed by the managers 50-60 are described below in further detail.



FIG. 4 shows in more detail how the SRE 14 operates. One of the operations performed by the task manager 58 is to control when different tasks are initiated on different processors. For example, a first Global Positioning System (GPS) thread 62 is running on a JVM in a processor 80. Another sensor fusion thread 64 is miming on a different processor 82. Block 74 represents the Java Virtual Machine operating in each of processors 80 and 82. A master JVM 74 may run on either processor 80, processor 82 or on some other processor.


The task manager 58 sends an initiation command 66 to the GPS thread 62 to obtain location data. The task manager 58 then directs the obtained GPS data 68 through a link to the sensor fusion thread 64 for subsequent processing of GPS data 68. The link may be any bus, such as a PCI bus, serial link such as a Universal Serial Bus, a wireless link such as blue tooth or IEEE 802.11, or a network link such as Ethernet, etc.


The configuration manager 60 acts as a watchdog to make sure that the GPS thread 62 and the sensor fusion thread 64 are each running correctly. In one example, separate configuration managers 60 in each processor 80 and 82 sends out periodic signals to the other configuration managers 60 in the other processors. Any one of the configuration managers 60 can detect a processor or application failure by not receiving the periodic “ok” signals from any one of the other processors for some period of time. If a failure is detected, then a particular master configuration manager 60 in one of the processors determines where the task in the failed processor is going to be reloaded. If the master configuration manager 60 dies, then some conventional priority scheme, such as round robin, is used to select another configuration master.


If a failure is detected, say in the processor 82 that is currently performing the sensor fusion thread 64, a message is sent from the configuration manager 60 notifying the task manager 58 which processor is reassigned the sensor fusion thread. In this example, another sensor fusion thread 76 in processor 84 is configured by the configuration manager 60.


The critical data manager 52 manages the retention of any critical data 72 that was previously generated by the sensor fusion thread 64. For example, the critical data manager 54 automatically stores certain data and state information that was currently being used in the sensor fusion thread 64. The critical data may include GPS readings for the last 10 minutes, sensor data obtained from sensors in other processors in the vehicle over the last 10 minutes. The critical data may also include any processed data generated by the sensor fusion thread 64 that identifies any critical vehicle conditions.


The critical data manager 52 also determines which data to archive generally for vehicle maintenance and accident reconstruction purposes.


The configuration manager 60 directs the critical data 72 to the new sensor fusion thread 76. The task manager 74 then redirects any new GPS data obtained by the GPS thread 78 to the new sensor fusion thread 76 and controls sensor fusion tasks from application 76. Thus, the configuration manager 60 and the task manager 58 dynamically control how different Java threads are initialized, distributed and activated on different processors.


The message manager 50 determines the priority of sent and received messages. If the data transmitted and received by the sensor fusion thread 76 is higher priority than other data transmitted and received on the processor 84, then the sensor fusion data will be given priority over the other data. The task manager 58 controls the priority that the sensor fusion thread 76 is giving by processor 84. If the sensor fusion thread 76 has higher priority than, for example, an audio application that is also being run by processor 84, then the sensor fusion thread 76 will be performed before the audio application.


The SRE 14 can be implemented in any system that needs to be operated in a secure environment. For example, network servers or multiprocessors operating in a home environment. The multiprocessors in home appliances, such as washer and dryers, home computers, home security systems, home heating systems, can be networked together and operate Java applications. The SRE 14 prevents these multiple processors and the software that controls these processors from being corrupted by unauthorized software and also allows the applications on these different processors to operate as one integrated system.


The SRE 14 is a controlled trusted computing based that is not accessible by non-authorized application programmers and anyone in the general public. Therefore, the SRE 14 prevents hacking or unauthorized control and access to the processors in the vehicle.


Task Controlled Applications

Debugging is a problem with multiprocessor systems. The task manager 58 allows the Java applications to be run in a lock-step mode to more effectively identify problems in the multiprocessor system 15.



FIG. 5 shows a path 90 taken by a vehicle 92. In one application, the position of the vehicle 92 is sampled every second t1, t2, t3, t4, etc. The position of the vehicle 92 is sampled by a GPS receiver in vehicle 92 that reads a longitudinal and latitudinal position from a GPS satellite. The GPS receiver is controlled by the GPS thread 62 that receives the GPS data and then sends the GPS data to a sensor fusion thread 64 that may run on the same or a different processor in the vehicle 92. The sensor fusion thread 64 can perform any one of many different tasks based on the GPS data. For example, the sensor fusion thread 64 may update a map that is currently being displayed to the driver of vehicle 92 or generate a warning signal to the vehicle driver.


For each sample period tN, the task manager 58 sends a request 94 to the GPS thread 62 to obtain GPS data. The task manager 58 uses a clock 96 as a reference for identifying each one second sample period. Each time a second passes according to clock 96, the task manager 58 sends out the request 94 that wakes up the GPS thread 62 to go read the GPS data from the GPS satellite. Once the GPS data has been received, the GPS thread 62 passes the GPS data 96 to the sensor fusion thread 64. The GPS thread 62 then goes back into an idle mode until it receives another activation command from the task manager 58.


The task manager 58 can control when the GPS thread 62 is woken up. Instead of the GPS thread 62 being free running, the GPS thread 62 is operating according to a perceived time controlled by the task manager 58. The task manager 58 may send the activation request 94 to the UPS thread 62 once every second during normal sensor fusion operation. When the system is in a debug mode, however, the task manager 58 may only send one activation command 94. This allows the other operations performed by the system 89 to be monitored and determine how the single sampling of GPS data 96 propagates through system 89. The task manager 58 may also delay or disable task initiation to other threads, so that the processing of the GPS data 96 can be isolated.


The task manager 58 can isolate any state in the overall system 89, such as the state of system 89 after a first GPS reading by GPS thread 62 or the state of system 89 after the thirty second GPS reading by GPS thread 62 by controlling when and how often activation commands 94 are sent to GPS thread 62. In a similar manner, the task manager 58 can control when other tasks are performed by the system 89, such as when the sensor fusion thread 64 is activated.


Thus, the task manager 58 controls when Java applications are activated effectively running the overall system 89 in a lock-step mode. The task manager 58 can control the initiation of multiple tasks at the same time. This allows the task manager to control what parameters and operations are performed and used by the different Java threads so that different states in the multiprocessor system 89 can be detected and monitored more effectively.


One application for the task controlled applications is for accident reconstruction. The critical data manager 52 (FIG. 3) may save different vehicle parameters from a vehicle that has been in an accident. For example, sensor data, brake data, speed data, etc. The task manager 58 can feed the saved data into the different Java applications in a lock-step mode to determine how each Java thread processes the saved data. This can then be used to identify any failures that may have occurred in the system 89.


The system described above can use dedicated processor systems, micro controllers, programmable logic devices, or microprocessors that perform some or all of the communication operations. Some of the operations described above may be implemented in software and other operations may be implemented in hardware.


For the sake of convenience, the operations are described as various interconnected functional blocks or distinct software modules. This is not necessary, however, and there may be cases where these functional blocks or modules are equivalently aggregated into a single logic device, program or operation with unclear boundaries. In any event, the functional blocks and software modules or described features can be implemented by themselves, or in combination with other operations in either hardware or software.


Having described and illustrated the principles of the invention in a preferred embodiment thereof, it should be apparent that the invention may be modified in arrangement and detail without departing from such principles. Claim is made to all modifications and variation coming within the spirit and scope of the following claims.

Claims
  • 1. A system, comprising: multiple processors configured to operate as a distributed processing system, wherein the distributed processing system is configured to:use a watchdog task configured to identify a failure, wherein the failure comprises at least one of: a failed processor in the distributed processing system,a failure in communications in the distributed processing system, ora failure in a first application running on one of the processors in the distributed processing system;monitor for a request, wherein the request comprises at least one of: a request to add a new processor, ora request to disconnect a currently connected one of the processors and replace the currently connected one of the processors with the new processor, wherein the new processor is a component within a new device not currently connected to the distributed processing system; andin response to at least one of the failure identified by the watchdog task or the request, at least one of: add the new device to the distributed processing system,remove the currently connected one of the processors from the distributed processing system and add the new device to the distributed processing system, orinitiate a reconfiguration process configured to terminate a second application running in the distributed processing system, wherein the second application is configured to process data from the currently connected one of the processors or process data from one of the processors in the distributed processing system associated with the failure identified by the watchdog task.
  • 2. The system of claim 1, wherein the reconfiguration process is further configured to: identify data codes in signaling from the new processor identifying at least one of an application running on the new processor, a data type used on the new processor, or a security attribute associated with at least one of the new processor, data stored in the new processor, or the application running on the new processor;use the security attribute to prevent at least one of an unauthorized application or unauthorized data from being processed by the distributed processing system;identify a stored application in memory accessible by the distributed processing system, wherein the stored application processes the same data type used by the new processor;responsive to identifying the stored application, download the stored application from memory into the distributed processing system;use the stored application to process data received from the new processor; orselect an appropriate user interface to output the data.
  • 3. The system of claim 1, wherein the reconfiguration process is configured to at least one of: communicate with one of the processors in the distributed processing system associated with the failure identified by the watchdog task,process data from one of the processors in the distributed processing system associated with the failure identified by the watchdog task, orcontrol operations on one of the processors in the distributed processing system associated with the failure identified by the watchdog task.
  • 4. The system of claim 1, wherein the new processor is connected to the distributed processing system over a wired connection.
  • 5. The system of claim 4, wherein the wired connection comprises a Universal Serial Bus.
  • 6. The system of claim 1, wherein the new processor is connected to the distributed processing system over wireless Bluetooth, 802.11, satellite link, or cellular connection.
  • 7. The system of claim 1, wherein the request is received via a user interface.
  • 8. The system of claim 1, wherein the user interface comprises a visual user interface, touch screen user interface, or audio user interface.
  • 9. The system of claim 8, wherein the visual user interface includes a display.
  • 10. The system of claim 9, wherein the display is located in a dash board of a vehicle.
  • 11. The system of claim 1, wherein the distributed processing system is at least one of a home entertainment system or home control system.
  • 12. The system of claim 1, wherein the distributed processing system comprises a vehicle entertainment system.
  • 13. The system of claim 12, wherein the at least one of the processors in the distributed processing system of the vehicle entertainment system operates in a cell phone or music storage device.
  • 14. The system of claim 1, wherein the failure in communications comprises a loss of signal from a device connected to the distributed processing system.
  • 15. The system of claim 1, wherein the new processor operates in a first cellular phone and the currently connected processor operates in a second cellular phone.
  • 16. The system of claim 1, wherein the watchdog task operates in response to a timer.
  • 17. The system of claim 1, wherein the reconfiguration process is initiated automatically in response to the failure or the request.
  • 18. A method, comprising: configuring multiple processors to operate together as a distributed processing system, wherein at least one of the multiple processors in the distributed processing system is configured to:monitor for a communication failure in the distributed processing system;monitor for a request, wherein the request comprises at least one of a request to add a first device to the distributed processing system that is not currently connected to the distributed processing system, or a request to replace a second device currently connected to the distributed processing system with the first device; andresponsive to at least one of the communication failure or the request: add the first device to the distributed processing system, or remove the second device from the distributed processing system and add the first device to the distributed processing system, andinitiate a reconfiguration process configured to terminate a second application running in the distributed processing system.
  • 19. The method of claim 18 wherein the second application is configured to process data from the second device or process data from one of the processors in the distributed processing system associated with the communication failure.
  • 20. The method of claim 18, wherein the reconfiguration process further comprises: identifying data codes in signaling received from the first device identifying at least one of an application running on the first device, a data type used on the first device, or a security attribute associated with at least one of the first device, data stored in the first device, or the application running on the first device;use the security attribute to prevent at least one of an unauthorized application or unauthorized data from being processed by the distributed processing system;identify a stored application in a memory accessible by the distributed processing system, wherein the stored application processes a same data type used by the first device;responsive to identifying the stored application, download the stored application from memory into the distributed processing system;use the stored application to process data received from the first device; andselect a user interface to output the data.
  • 21. The method of claim 18, wherein the reconfiguration process further comprises communicating with one of the processors in the distributed processing system associated with the communication failure.
  • 22. The method of claim 18, wherein the reconfiguration process further comprises processing data from one of the processors in the distributed processing system associated with the communication failure.
  • 23. The method of claim 18, wherein the reconfiguration process further comprises controlling operation of one of the processors in the distributed processing system associated with the communication failure.
  • 24. The method of claim 18, wherein the distributed processing system comprises a home entertainment system or a home control system.
  • 25. The method of claim 18, wherein the distributed processing system comprises a vehicle entertainment system and the first and second devices comprise cellular phones or music storage devices.
  • 26. The method of claim 25, wherein the first and second device are connected to the distributed processing system via a wireless Bluetooth connection, a wireless 802.11 connection, or a wired Universal Serial Bus connection.
  • 27. The method of claim 18, wherein the communication failure comprises wirelessly disconnecting one of the processors from the distributed processing system.
  • 28. The method of claim 18, wherein the communication failure comprises unplugging one of the processors from the distributed processing system.
  • 29. The method of claim 18, wherein the request is generated in response to a selection on a user interface.
  • 30. The method of claim 18, wherein the first device is a cellular phone and the second device is a cellular phone.
  • 31. The method of claim 18, further comprising operating a watchdog timer to periodically monitor for the communication failure.
  • 32. The method of claim 18, further comprising automatically initiating the reconfiguration process in response to identifying the communication failure or receiving the request.
  • 33. An apparatus, comprising: a multiprocessor system configured to:monitor for a communication failure;monitor for a request to either add a new device to the multiprocessor system or replace a connected device currently connected to the multiprocessor system with a new device, wherein the new device is currently not connected to the multiprocessor system; andresponsive to the communication failure or the request: at least one of add the new device to the multiprocessor system, or remove the connected device from the multiprocessor system and add the new device to the multiprocessor system, andinitiate a reconfiguration process configured to terminate an application currently running in the multiprocessor system.
  • 34. The apparatus of claim 33 wherein the application is configured to process data for one of the processors in the multiprocessor system associated with the communication failure.
  • 35. The apparatus of claim 33, wherein the multiprocessor system is further configured to: identify a security attribute associated with the new device;identify the new device as an authorized new device or an unauthorized new device according to the security attribute; andin response to identifying the new device as the unauthorized new device, prevent data from the new device from being processed by the multiprocessor system; andin response to identifying the new device as the authorized new device: identify a stored application in a memory accessible by the multiprocessor system, wherein the stored application processes a same data type used by the new device;download the stored application from memory into the multiprocessor system; anduse the stored application to process data received from the new device.
  • 36. The apparatus of claim 33, wherein the communication failure comprises wirelessly disconnecting the connected device from the multiprocessor system.
  • 37. The apparatus of claim 33, wherein the communication failure comprises unplugging the connected device from the multiprocessor system.
  • 38. The apparatus of claim 33, wherein the request is generated in response to detection of a selection on a user interface.
  • 39. The apparatus of claim 33, wherein the new device is a cellular phone and the connected device is a cellular phone.
Parent Case Info

This application is a continuation of U.S. patent application Ser. No. 12/858,994, filed Aug. 18, 2010, which is a continuation of U.S. patent application Ser. No. 12/851,488, filed Aug. 5, 2010, which is a continuation of Ser. No. 11/616,650 filed Dec. 27, 2006 now U.S. Pat. No. 7,793,136, issued Sep. 7, 2010, which is a continuation of Ser. No. 10/132,886 filed Apr. 24, 2002 now U.S. Pat. No. 7,178,049, issued Feb. 13, 2007, all of which are incorporated herein by reference in their entirety. This application incorporates by reference U.S. patent application Ser. No. 09/841,753, filed Apr. 24, 2001 entitled: OPEN COMMUNICATION SYSTEM FOR REAL-TIME MULTIPROCESSOR APPLICATIONS and U.S. patent application Ser. No. 09/841,915, filed Apr. 24, 2001 entitled: METHOD AND APPARATUS FOR DYNAMIC CONFIGURATION OF MULTIPROCESSOR SYSTEM.

US Referenced Citations (220)
Number Name Date Kind
2995318 Cocharo Aug 1961 A
4303978 Shaw Dec 1981 A
4528563 Takeuchi Jul 1985 A
4591976 Webber et al. May 1986 A
4829434 Karmel May 1989 A
4907159 Mauge Mar 1990 A
5008678 Herman Apr 1991 A
5031330 Stuart Jul 1991 A
5045937 Myrick Sep 1991 A
5111401 Everett et al. May 1992 A
5115245 Wen May 1992 A
5245909 Corrigan et al. Sep 1993 A
5287199 Zoccolillo Feb 1994 A
5303297 Hillis Apr 1994 A
5339086 DeLuca Aug 1994 A
5341301 Shirai Aug 1994 A
5438361 Coleman Aug 1995 A
5471214 Faibish Nov 1995 A
5506963 Ducateau Apr 1996 A
5532706 Reinhardt Jul 1996 A
5552773 Kuhnert Sep 1996 A
5572201 Graham Nov 1996 A
5581462 Rogers Dec 1996 A
5585798 Yoshioka Dec 1996 A
5617085 Tsutsumi Apr 1997 A
5646612 Byon Jul 1997 A
5749060 Graf May 1998 A
5751211 Shirai May 1998 A
5761320 Farinelli Jun 1998 A
5786998 Neeson Jul 1998 A
5794164 Beckert et al. Aug 1998 A
5872508 Taoka Feb 1999 A
5907293 Tognazzini May 1999 A
5915214 Reece Jun 1999 A
5943427 Massie Aug 1999 A
5948040 DeLorme et al. Sep 1999 A
5951620 Ahrens et al. Sep 1999 A
5959536 Chambers Sep 1999 A
5963092 Van Zalinge Oct 1999 A
5964822 Alland Oct 1999 A
5966658 Kennedy, III Oct 1999 A
5969598 Kimura Oct 1999 A
5977906 Ameen Nov 1999 A
5983092 Whinnett Nov 1999 A
5983161 Lemelson Nov 1999 A
6009330 Kennedy, III Dec 1999 A
6009403 Sato Dec 1999 A
6028537 Suman Feb 2000 A
6028548 Farmer Feb 2000 A
6032089 Buckley Feb 2000 A
6054950 Fontana Apr 2000 A
6060989 Gehlot May 2000 A
6061709 Bronte May 2000 A
6075467 Ninagawa Jun 2000 A
6097285 Curtin Aug 2000 A
6128608 Barnhill Oct 2000 A
6148261 Obradovich Nov 2000 A
6150961 Alewine Nov 2000 A
6154123 Kleinberg Nov 2000 A
6161071 Shuman Dec 2000 A
6163711 Juntunen Dec 2000 A
6166627 Reeley Dec 2000 A
6167253 Farris Dec 2000 A
6169894 McCormick Jan 2001 B1
6175728 Mitama Jan 2001 B1
6175782 Obradovich Jan 2001 B1
6181922 Iwai Jan 2001 B1
6181994 Colson Jan 2001 B1
6182006 Meek Jan 2001 B1
6185491 Gray Feb 2001 B1
6202027 Alland Mar 2001 B1
6203366 Muller Mar 2001 B1
6204804 Andersson Mar 2001 B1
6226389 Lemelson, III May 2001 B1
6233468 Chen May 2001 B1
6236652 Preston May 2001 B1
6240365 Bunn May 2001 B1
6243450 Jansen Jun 2001 B1
6252544 Hoffberg Jun 2001 B1
6275231 Obradovich Aug 2001 B1
D448366 Youngers Sep 2001 S
6292109 Murano Sep 2001 B1
6292747 Amro Sep 2001 B1
6294987 Matsuda Sep 2001 B1
6297732 Hsu Oct 2001 B2
6298302 Walgers Oct 2001 B2
6314326 Fuchu Nov 2001 B1
6326903 Gross Dec 2001 B1
6327536 Tsuji Dec 2001 B1
6362748 Huang Mar 2002 B1
6374286 Gee et al. Apr 2002 B1
6377860 Gray Apr 2002 B1
6382897 Mattio May 2002 B2
6389340 Rayner May 2002 B1
6401029 Kubota Jun 2002 B1
6405132 Breed Jun 2002 B1
6408174 Steijer Jun 2002 B1
6417782 Darnall Jul 2002 B1
6421429 Merritt Jul 2002 B1
6429789 Kiridena Aug 2002 B1
6429812 Hoffberg Aug 2002 B1
6430164 Jones Aug 2002 B1
6442485 Evans Aug 2002 B2
6445308 Koike Sep 2002 B1
6452484 Drori Sep 2002 B1
6484080 Breed Nov 2002 B2
6493338 Preston Dec 2002 B1
6496107 Himmelstein Dec 2002 B1
6496117 Gutta Dec 2002 B2
6496689 Keller Dec 2002 B1
6505100 Stuempfle Jan 2003 B1
6515595 Obradovich Feb 2003 B1
6522875 Dowling Feb 2003 B1
6559773 Berry May 2003 B1
6584403 Bunn Jun 2003 B2
D479228 Sakaguchi et al. Sep 2003 S
6614349 Proctor et al. Sep 2003 B1
6615137 Lutter Sep 2003 B2
6616071 Kitamura Sep 2003 B2
6622083 Knockeart et al. Sep 2003 B1
6629033 Preston Sep 2003 B2
6641087 Nelson Nov 2003 B1
6647270 Himmelstein Nov 2003 B1
6670912 Honda Dec 2003 B2
6675081 Shuman Jan 2004 B2
6681121 Preston Jan 2004 B1
6690681 Preston Feb 2004 B1
6707421 Drury et al. Mar 2004 B1
6708100 Russell Mar 2004 B2
6714139 Saito Mar 2004 B2
6725031 Watler Apr 2004 B2
6734799 Munch May 2004 B2
6738697 Breed May 2004 B2
6771208 Lutter Aug 2004 B2
6771629 Preston Aug 2004 B1
6778073 Lutter Aug 2004 B2
6778924 Hanse Aug 2004 B2
6782315 Lu Aug 2004 B2
6785551 Richard Aug 2004 B1
6792351 Lutter Sep 2004 B2
6816458 Kroon Nov 2004 B1
6895238 Newell May 2005 B2
6895240 Laursen May 2005 B2
6901057 Rune May 2005 B2
6906619 Williams Jun 2005 B2
6920129 Preston Jul 2005 B2
6925368 Funkhouser et al. Aug 2005 B2
6937732 Ohmura Aug 2005 B2
6952155 Himmelstein Oct 2005 B2
6972669 Saito Dec 2005 B2
6973030 Pecen Dec 2005 B2
6993511 Himmelstein Jan 2006 B2
7000469 Foxlin Feb 2006 B2
7006950 Greiffenhagen Feb 2006 B1
7024363 Comerford Apr 2006 B1
7079993 Stephenson Jul 2006 B2
7089206 Martin Aug 2006 B2
7092723 Himmelstein Aug 2006 B2
7120129 Ayyagari Oct 2006 B2
7123926 Himmelstein Oct 2006 B2
7146260 Preston Dec 2006 B2
7151768 Preston Dec 2006 B2
7158956 Himmelstein Jan 2007 B1
7164662 Preston Jan 2007 B2
7171189 Bianconi Jan 2007 B2
7178049 Lutter Feb 2007 B2
7187947 White Mar 2007 B1
7206305 Preston Apr 2007 B2
7207042 Smith Apr 2007 B2
7215965 Fournier et al. May 2007 B2
7221669 Preston May 2007 B2
7239949 Lu Jul 2007 B2
7249266 Margalit Jul 2007 B2
7257426 Witkowski Aug 2007 B1
7269188 Smith Sep 2007 B2
7272637 Himmelstein Sep 2007 B1
7274988 Mukaiyama Sep 2007 B2
7277693 Chen Oct 2007 B2
7283567 Preston Oct 2007 B2
7283904 Benjamin Oct 2007 B2
7286522 Preston Oct 2007 B2
7317696 Preston Jan 2008 B2
7343160 Morton Mar 2008 B2
7375728 Donath May 2008 B2
7379707 DiFonzo May 2008 B2
7411982 Smith Aug 2008 B2
7418476 Salesky Aug 2008 B2
7450955 Himmelstein Nov 2008 B2
7506020 Ellis Mar 2009 B2
7508810 Moinzadeh Mar 2009 B2
7509134 Fournier et al. Mar 2009 B2
7587370 Himmelstein Sep 2009 B2
7594000 Himmelstein Sep 2009 B2
7596391 Himmelstein Sep 2009 B2
7599715 Himmelstein Oct 2009 B2
7614055 Buskens et al. Nov 2009 B2
7664315 Woodfill Feb 2010 B2
7733853 Moinzadeh et al. Jun 2010 B2
7747281 Preston Jun 2010 B2
7848763 Fournier et al. Dec 2010 B2
20010009855 L'Anson Jul 2001 A1
20020012329 Atkinson Jan 2002 A1
20020022927 Lemelson et al. Feb 2002 A1
20020070852 Trauner Jun 2002 A1
20020095501 Chiloyan et al. Jul 2002 A1
20020105423 Rast Aug 2002 A1
20020144010 Younis Oct 2002 A1
20030060188 Gidron Mar 2003 A1
20040162064 Himmelstein Aug 2004 A1
20040164228 Fogg Aug 2004 A1
20050009506 Smolentzov Jan 2005 A1
20050070221 Upton Mar 2005 A1
20050130656 Chen Jun 2005 A1
20050153654 Anderson Jul 2005 A1
20050260984 Karabinis Nov 2005 A1
20050275505 Himmelstein Dec 2005 A1
20050278712 Buskens et al. Dec 2005 A1
20070115868 Chen et al. May 2007 A1
20070115897 Chen et al. May 2007 A1
20080092140 Doninger et al. Apr 2008 A1
Foreign Referenced Citations (17)
Number Date Country
3125161 Jan 1983 DE
4237987 May 1994 DE
19922608 Nov 2000 DE
19931161 Jan 2001 DE
0 441 576 Aug 1991 EP
0841648 May 1998 EP
1 355 128 Oct 2003 EP
10-076115 Oct 1999 JP
2000207691 Jul 2000 JP
WO9624229 Aug 1996 WO
WO9908436 Feb 1999 WO
WO9957662 Nov 1999 WO
WO9965183 Dec 1999 WO
WO 0029948 May 2000 WO
WO0130061 Apr 2001 WO
WO0158110 Aug 2001 WO
WO0040038 Jul 2006 WO
Continuations (4)
Number Date Country
Parent 12858994 Aug 2010 US
Child 12859075 US
Parent 12851488 Aug 2010 US
Child 12858994 US
Parent 11616650 Dec 2006 US
Child 12851488 US
Parent 10132886 Apr 2002 US
Child 11616650 US