1. Field of the Invention
The present invention relates generally to restricting access to documents on computers. More particularly, the present invention relates to a method and system for preventing unauthorized copying of content from a secured document in one application program to another application program.
2. Description of the Related Art
The Internet is the fastest growing telecommunications medium in history. The growth and the easy access it affords have significantly enhanced the opportunity to use advanced information technology for both the public and private sectors. The Internet also provides unprecedented opportunities for interaction and data sharing among businesses and individuals.
Unfortunately, however, the advantages provided by the Internet come with a significantly greater element of risk to the ownership, copyright, piracy, security and integrity of information. For example, one can easily copy an article from a web site into his own computer, and then use the unauthorized copy for his own purposes. In particular, anyone using a web browser application to view an article posted at a web site on the Internet can easily copy some or all of the article by simply highlighting the desired portion of the article, and then selecting a “copy” command made available by the web browser application. The copied text can thereafter be literally used for any purpose. Such unauthorized copying of information or content presents serious concerns for electronic publishers and others.
Furthermore, numerous proprietary and sensitive documents are created daily in a wide range of industries. Although measures may be taken to secure these documents, such as password protection or encryption, once these documents are displayed by a web browser or other application, one can normally perform a “copy” command to copy some or all of a document being displayed into a designated region in memory referred to as a buffer. In Microsoft Windows applications, the buffer is referred to as a clipboard which is provided by a clipboard application that is part of the Windows operating system. A “copy” command stores selected content to the clipboard and a “paste” command retrieves content from the clipboard. Once content has been copied to the clipboard, it remains in the clipboard until replaced by a different set of content. Hence, content in the clipboard can be repeatedly copied to as many different documents as the user desires.
One of the features of the clipboard is that it can be accessed by most application program running on the computer. As a result, the user is not limited to inserting the copied content into the same document from which it was copied from. Rather, the content stored in the clipboard can be placed within any document displayed by the computer. For example, the user can select a portion of text from a document created with a word processing application and copy it to the clipboard, switch to another text document created with the same or different word processing program, and paste it into that document from the clipboard. In the same manner, the user can copy the content from the clipboard into a non-text document, such as a drawing document created with a graphics application.
Thus, there is a need for techniques or mechanisms to control clipboard usage when content from a secured document is being copied.
Broadly speaking, the invention relates to techniques or mechanisms for controlling copying of content from a secured file or secured document. In one embodiment, the techniques or mechanisms operate to control clipboard usage such that content from a secured document of one application is not able to be copied to another application or a different document of another application by way of a clipboard. According to another embodiment, alternate content can be copied to another application or a different document of another application instead of the content from the secured document.
The invention can be implemented in numerous ways including, a method, system, device, and a computer readable medium. Several embodiments of the invention are discussed below.
As a computer-implemented method for restricting use of a clipboard application in a multi-application computing environment, one embodiment of the invention includes at least the acts of: receiving a copy selection associated with designated content of a source file being displayed by a source application; determining whether the source file is a secured file; and preventing subsequent usage of the designated content in a destination application via the clipboard application when the determining determines that the source file is a secured file.
As a computer-implemented method for restricting use of a clipboard application in a multi-application computing environment, another embodiment of the invention includes at least the acts of: receiving a copy selection associated with designated content of a source file being displayed by a source application; determining whether the source file is a secured file; and preventing storage of the designated content to the clipboard application when the determining determines that the source file is a secured file.
As a computer-implemented method for restricting use of a clipboard application in a multi-application computing environment, still another embodiment of the invention includes at least the acts of: receiving a copy selection associated with designated content of a source file being displayed by a source application; initially storing the designated content to the clipboard application; subsequently determining whether the source file is a secured file; and replacing the designated content stored in the clipboard application with alternate content when the determining determines that the source file is a secured file.
As a computer-implemented method for restricting use of a clipboard application in a multi-application computing environment, yet another embodiment of the invention includes at least the acts of: launching a first application when a request to access a file is received; determining, in an operating system supporting the multi-application computing environment, whether the file being requested is secured; and loading the file in clear mode into the first application while activating a clipboard security monitor when the file is determined to be secured, wherein the clipboard security monitor ensures that no contents in the secured file can be copied into a second application.
As a computer readable medium including at least computer program code for restricting use of a clipboard application in a multi-application computing environment, one embodiment of the invention includes at least: computer program code for receiving a copy selection associated with designated content of a source file being displayed by a source application; computer program code for determining whether the source file is a secured file; and computer program code for preventing subsequent usage of the designated content in a destination application via the clipboard application when it is determined that the source file is a secured file.
Other aspects and advantages of the invention will become apparent from the following detailed description taken in conjunction with the accompanying drawings which illustrate, by way of example, the principles of the invention.
The invention will be readily understood by the following detailed description in conjunction with the accompanying drawings, wherein like reference numerals designate like structural elements, and in which:
The invention relates to techniques or mechanisms for controlling copying of content from a secured file or secured document. In one embodiment, the techniques or mechanisms operate to control clipboard usage such that content from a secured document of one application is not able to be copied to another application or a different document of another application by way of a clipboard. According to another embodiment, alternate content can be copied to another application or a different document of another application instead of the content from the secured document.
As used herein, a secured file or secured document can be considered to be interchangeable, though a secured document is one type of secured file. Both secured file and secured document pertain to a type of electronic data that includes, but is not limited to, various types of documents, multimedia files, data, executable codes, images and texts. The secure nature of the files or documents is such that the data cannot be accessed without a priori knowledge. One example of the a priori knowledge is a password. Another example of the a priori knowledge is a file key available only to an authenticated user.
Embodiments of this aspect of the invention are discussed below with reference to
The copy control processing 100 initially selects 102 content to be copied. The content to be copied can be selected 102 in a variety of different ways. For example, in one embodiment, the content to be copied can be selected by using a pointing device to highlight the content to be copied. Typically, the selected content represents a portion of content being displayed on a display screen of a computing device. However, the selected content can also pertain to an entire document.
Next, a decision 104 determines whether the selected content is associated with a secured file. When the decision 104 determines that the selected content is associated with a secured file, then alternate content is stored 106 to the clipboard. Here, because the selected content is associated with a secured file, the selected content is not permitted to be copied to the clipboard. Alternatively, if the selected content was initially stored to the clipboard, the selected content would be removed from the clipboard. In either case, the alternate content is stored 106 to the clipboard.
The alternate content can take various forms and will typically vary with implementation. As one example, the alternate content can simply be blank (i.e., no content). As another example, the alternate content can be a predetermined message, such as a message that secured content cannot be copied. Still another example of alternate content is to scramble the selected content such that it is not user-discernable.
On the other hand, when the decision 104 determines that the selected content is not associated with a secured file, then the selected content is stored 108 to the clipboard. Here, the clipboard essentially operates in a conventional fashion, such that the selected content is stored to the clipboard and thus may be subsequently retrieved and utilized elsewhere. Following the operations 106 and 108, the copy control processing 100 is complete and ends.
The clipboard copy processing 200 initially opens 202 a first application program. A source file is then retrieved and displayed 204 using the first application program. Next, at least a portion of the source file is selected 206. Here, the source file is displayed using the first application program and thus a user can interact with the first application program via its Graphical User Interface (GUI) to select at least a portion of the source file that is to be copied. Thereafter, the clipboard copy processing 200 determines 208 whether a copy command has been initiated.
When the decision 208 determines that a copy command has not been received, then other processing 210 can potentially be performed. The other processing 210 can perform a wide variety of other actions (e.g., commands supported by the first application program). Following the other processing 210, if any, the clipboard copy processing 200 returns to repeat the decision 208.
On the other hand, when the decision 208 determines that a copy command has been received, then a decision 212 determines whether the source file is a secured file. When the decision 212 determines that the source file is a secured file, then alternate content is stored 214 to a clipboard buffer. The clipboard buffer represents a storage area associated with a clipboard application. As noted above with respect to
The clipboard copy processing 300 initially opens 302 a first application program. A source file is then retrieved and displayed 304 using the first application program. Next, at least a portion of the source file is selected 306. Here, the source file is displayed using the first application program and thus a user can interact with the first application program via its GUI to select at least a portion of the source file that is to be copied.
Next, a decision 308 determines whether a copy command has been received. At this point a user can interact with the operating system or the first application program to copy the selected portion of the source file. On the other hand, other commands, operations or actions can also be performed at this time. Hence, when the decision 308 determines that a copy command has not been received, then other processing 310 can potentially be performed. Following the other processing 310, if any, the clipboard copy processing 300 returns to repeat the decision 308.
Once the decision 308 determines that a copy command has been received, then the selected portion of the source file is stored 312 to a clipboard buffer. The clipboard buffer is a memory resource that is allocated to the clipboard application. Next, a decision 314 determines whether the source file is a secured file. When the decision 314 determines that the source file is a secured file, then the selected portion of the source file that has been stored in the clipboard buffer is replaced 316 with alternate content. As previously noted, the alternate content can take a variety of different forms or formats. Following the operation 316, as well as directly following the decision 314 when the source file is not a secured file, the clipboard copy processing 300 is complete and ends. Hence, the clipboard copy processing 300 serves to operate a clipboard application such that secured content is not able to be copied to unsecure applications or documents.
The clipboard paste processing 400 initially opens 402 a second application program. The second application program can also be referred to as a destination application program. Next, a decision 404 determines whether a paste command has been received. When the decision 404 determines that a paste command has not yet been received, other processing 406 can potentially be performed. Following the other processing 406, if any, the clipboard paste processing 400 returns to repeat the decision 404 and subsequent blocks. On the other hand, when the decision 404 determines that a paste command has been received, then the content from the clipboard buffer is pasted 408 into the second application program.
The procedures performed by the first representative copy operation 500 is as follows. First, a source application 502 is activated such that selected content 504 can be identified (e.g., selected). After the selected content 504 has been identified, a copy button 506 can be activated (e.g., by a button press). The copy button 506 is typically a GUI component displayed on a display screen that is “pressed” (i.e., clicked-on) through use of a pointing device. After the copy button 506 is activated, the selected content 504 is sent to a clipboard security monitor 508. At the clipboard security monitor 508, a determination is made as to whether or not the selected content is permitted to be stored to a clipboard buffer 510. In this regard, the clipboard security monitor 508 can examine information pertaining to the source application 502 or a source file having the selected content 504 therein. In any case, when the clipboard security monitor 508 determines that the source application or the source file is a secured item, then the selected content 504 is not permitted to be stored to the clipboard buffer 510. On the other hand, when the source application and the source file are not secured items, then the selected content 504 can be stored to the clipboard buffer 510. Further, in the case in which the selected content 504 is not permitted to be stored to the clipboard buffer 510, alternate content can instead be stored to the clipboard buffer 510.
Subsequently, at a destination application wherein the previously selected content is to be reused, a paste button 514 is activated (e.g., by a button press). Then, the destination application 512 requests and receives (i.e., retrieves) the content previously stored to the clipboard buffer 510. The destination application 512 can then insert the retrieved content into a document or file being displayed by the destination application 512. Hence, in the case in which alternate content was instead stored to the clipboard buffer 510, the retrieved content provided to the destination application 512 is merely the alternate content and not the selected content 504. Consequently, according to the first representative copy operation 500, secured items cannot be copied to and reused from a clipboard buffer.
The procedures performed by the second representative copy operation 600 are as follows. A source application 602 initially displays a source file from which selected content 604 is identified (selected). Then, a copy button 606 can be activated to cause the selected content 604 to be delivered and stored in a clipboard buffer 610. Typically, the clipboard buffer is memory storage associated with a clipboard application. A clipboard security monitor 608 detects (or is notified of) the storage of the selected content 604 to the clipboard buffer 610. Thereafter, the clipboard security monitor 608 can interact with the source application 602 to obtain additional information about the source application, such as whether the source application or source file is a secured item. In any case, the clipboard security monitor 608 determines whether the selected content 604 is a secured item. When the clipboard security monitor 608 determines that the selected content 604 is a secured item, then the clipboard security monitor 608 operates to clear the selected content 604 from the clipboard buffer 610. In such case, alternate content can, if desired, be stored to the clipboard buffer 610. Hence, the second representative copy operation 600 retains the selected content 604 in the clipboard buffer 610 only when the source application and/or source file are not secured items.
Then, the destination application 612 requests and receives (i.e., retrieves) the content previously stored to the clipboard buffer 610. The destination application 612 can then insert the retrieved content into a document or file being displayed by the destination application 612. Hence, in the case in which alternate content was instead stored to the clipboard buffer 610, the retrieved content provided to the destination application 612 is merely the alternate content and not the selected content 604. Consequently, according to the second representative copy operation 600, secured items cannot be reused from a clipboard buffer.
As noted above, copying content from one application to another typically involves a copy command and then a subsequent paste command. In the embodiments discussed above with respect to
The clipboard copy processing 700 initially opens 702 a first application program. A source file is then received and displayed 704 using the first application program. Then, at least a portion of the source file is selected 706. The operations 702-706 are similar to the operations 202-206 and 302-306 discussed above in
Following the operation 706, a decision 708 determines whether a copy command has been received. When the decision 708 determines that a copy command has not been received, then other processing 710 is potentially performed. Once the other processing 710, if any, is performed, the clipboard copy processing 700 returns to repeat the decision 708. Once the decision 708 determines that a copy command has been received, then the selected portion of the source file is stored 712 to the clipboard buffer. Hence, in this embodiment, the clipboard copy processing 700 operates to store the selected portion of the source file to the clipboard buffer without regard to whether the source file or the first application program are of a secure nature. However, if desired, a flag or other indicator can also be stored in the clipboard buffer or elsewhere to indicate whether the selected content stored in the clipboard buffer is a secured item.
The clipboard paste processing 750 initially opens 752 a second application program. The second application program is also referred to as a destination application program. Next, a decision 754 determines whether a paste command has been received. When the decision 754 determines that a paste command has not been received, then other processing 756 is potentially performed. Following the other processing 756, if any, the clipboard paste processing 750 returns to repeat the decision 754.
Once the decision 754 determines that a paste command has been received, a decision 758 determines whether the source is secure. The source, for example, can refer to the first application program, the source file or the selected content. When the decision 758 determines that the source is secure, then a decision 760 determines whether the destination is secure. When the decision 760 determines that the destination is secure, then the content from the clipboard buffer can be pasted 762 into the second application program. Here, in the case in which both the source and the destination are deemed secure, the selected content is permitted to be pasted from the clipboard buffer into the second application program that has requested such content.
However, when the decision 760 determines that the destination is not secure, then alternate content can be pasted 764 into the second application program. As noted above, the alternate content can take a variety of different forms depending upon implementation. Still further, when the decision 758 determines that the source is not secure, then the decision 760 can be bypassed such that the content is pasted 762 from the clipboard buffer into the second application program. Following the operations 762 or 764, the clipboard paste processing 750 is complete and ends.
According to one implementation, the decision 758 can utilize a flag or other indicator that may have been stored by the clipboard copy processing 700 in determining whether the source is secure. The destination can be deemed secure if security is imposed, such as by a password or other authentication technique.
According to another implementation, the destination would be deemed unsecured unless it was the same application as the first application. As an example, a program handler returned from an operating system call (e.g. WIN32 APIs) to retrieve a source file can be compared to another program handler of a second application. If the program handlers match or they are the same program handler, then the source and destination are the same application, and thus the pasting of the selected content into the application program would be permitted. However, if the destination application was not the same as the source application, then, in this embodiment, the pasting of the content would be not permitted (instead, alternate content could be provided).
Alternatively, in Windows OS, the “active window” or “foreground window” mechanism can be utilized to determine if the selected content in a secured source file is being copied into another application. Although several windows (assuming an application activating a window) may be visible on the screen simultaneously, there is only one window that is active or receives an input from the keyboard or the mouse. By calling an appropriate API (e.g. GetActiveWindowTitle), the clipboard security monitor can be informed if the selected content has been copied into the clipboard or a second application has been activated to retrieve the selected content from the clipboard.
The procedures performed by the third representative copy and paste operation 800 are as follows. A source application 802 operates to display a source file for a user. The user can then interact with the source application 802 to select content (selected content) 804. Then, a copy button 806 can be activated to store the selected content 804 to a clipboard buffer 808. Typically, the clipboard buffer 808 is associated with a clipboard application.
Subsequently, at a destination application 810, the user activates a Paste button 812. In response, the destination application 810 requests the contents of the clipboard from the clipboard buffer 808. A clipboard security monitor 814 then (assuming the selected content is known or presumed to be secured) interacts with the clipboard buffer 808 and/or the destination application 810 to determine whether the destination application 810 is a secure application. When the clipboard security monitor 814 determines that the destination application 810 is secure, then the selected content can be permitted to be retrieved from the clipboard buffer 808 and pasted (i.e., inserted) into the destination application 810 or a file therein. Additionally, if the clipboard security monitor 814 determines that the source application 802 is not a secure application, then the selected content stored in the clipboard buffer 808 could be supplied to the destination application 810 regardless of whether the destination application was secure or not.
Most application programs (e.g., Microsoft Word or Notepad) either generate or process data in one form or another. One can readily copy data between various applications using the clipboard provided by the clipboard application. Typically, one copies a portion of data from one application into the clipboard and then pastes the portion of data into other applications as many times as desirable as long as the clipboard has not been updated. The data or content being copied can be text, image, audio or other type data or content.
The clipboard application is initiated by a user and has a very simple protocol. When the user requests a “copy” or “cut” operation to place data from a first application into the clipboard, the first application makes Application Programming Interface (API) calls to empty the clipboard and then to store the data to the clipboard. In one implementation, the first application provides the single item of data in multiple formats, so as to increase the likelihood that the eventual recipient application will understand one of them. Using this technique allows the first application to simply list the formats it supports for the data, but only has to render the data when another application actually tries to retrieve the data from the clipboard. In this way, data that is never going to be used never needs to be rendered. When the user makes a paste request, the receiving application enumerates the formats of the data in the clipboard and, having found one it likes, takes the data in that format.
The clipboard usage control system 900 includes a document securing module (DSM) 902 that is configured to interface with an operating system (e.g., Microsoft Windows). When a secured document is requested, the document securing module 902 is activated without interaction or notification of the user. In one implementation, the document securing module 902 is similar to a device driver that essentially converts more general input/output instructions of an operating system to messages that a device/module being supported can understand. The device/module enclosed in the document securing module 902 is a cipher having an encryption/decryption process model 904 and a filter function 906. The encryption/decryption process model 904 encrypts a document of secure nature and decrypts a secured document when the secured document is requested. Upon detecting a secured file being accessed, the filter 906 is activated and prevents the clipboard from being used to copy secure content to other applications, particularly other unsecure applications.
In operation, a user selects a secured document that is associated with an application 908 (e.g., Microsoft Word or PowerPoint). With Microsoft Windows, an operating system (OS) access known as the ProcessID property can be used to activate an application (as an argument to the AppActivate method). The parameter ProcessID identifies the application and an event handler takes necessary parameters to continue the OS access to an Installable File System (IFS) Manager 910. The IFS Manager 910 is responsible for arbitrating access to different file system components. In particular, the IFS Manager 910 is structured as an ordinary Dynamic Link Library (DLL) with entry points for opening, closing, reading, writing files and others. With one or more flags or parameters (e.g., a file key) passed along, the access activates the document securing module 902.
According to one embodiment, the document securing module 902 resides on a local disk in a file that is structured like a Dynamically Linked Library (DLL), typically with a SYS or IFS extension, and is loaded during system initialization. Once the document securing module 902 is installed and initialized, a kernel communicates with it in terms of logical requests for file opens, reads, writes, seeks, closes, and so on. Through the IFS Manager 910, a File System Device (FSD) 912 translates these requests—using control structures and tables found on the volume itself—into requests for sector reads and writes for which it can call special kernel entry points called File System Helpers (FsHlps). The kernel passes the demands for sector I/O to an appropriate device driver and returns the results (e.g., the requested document) to the FSD 912.
Upon receiving the results from the FSD 912 indicating that the requested document is secured, document securing module 902 activates a cipher (e.g., an encryption/decryption module 904) included therein to decrypt the document. At the same time, the filter function 906 can be activated. According to one implementation, an API for the clipboard is called to virtually place a filter in front of (or in back of) the clipboard so that copied data can be restricted as to its use. The appropriate API is available from Microsoft Corporation, namely documentation pertaining to Platform Form Release, February, 2001, which is incorporated herein by reference.
On the source application side, the secured document is opened and perhaps the clear contents therein are displayed in the application. A portion of the clear contents may be selected (i.e., highlighted) for the purpose of copying into another application. When a “copy” command is initiated, the selected contents are attempted to be saved into the clipboard. The filter imposed by the filter function 906 can become effective to void the selected contents. Depending on implementation, the filter may perform differently. In one case, the filter simply blocks any copied data from being placed into the clipboard. The result is that the clipboard is empty and a user cannot transport the copied contents into another application. In another case, the filter can be configured to include a message (e.g., unauthorized copy is not permitted). When a user attempts to copy a selected portion into another application, the result is that the message (not the selected portion) is copied. In still another case, the clipboard is copied into an illegible or scrambled content corresponding to the selected portion. This, for example, can be done through a simple logical operation on the selected portion.
Alternatively, when the selected portion is copied into the clipboard, the selected portion may be modified invisibly to the user. According to one embodiment, one or more special marks may be inserted into the spaces of the selected portion. These special marks are ignorant to an application. For example, a pair of Hexadecimal numbers “FF” can be inserted into the spaces between words or replace the spaces (e.g. “32” in ASCII) while the newly inserted “FF” are neither visible on a display nor printable by a printer. Even if a user was successful in copying the selected portion into the clipboard and pasting the selected portion from the clipboard to a new application, these special marks would go along with the file under the new application with the special marks invisible to users or many utility applications (e.g. printing, display or audio). As a result, it is now possible to trace down where the copied portion in a new file is original from.
The “cut” command performs a copy command and then deletes the selected content from the source document. Hence, for purposes of storing selected content to a clipboard, a cut command operates in the same manner as the above-discussed copy command.
In one embodiment, a secured file or secured document can include two parts, an attachment, referred to as a header, and an encrypted document. The header may include information regarding a file key or the file key itself that can be used to decrypt the encrypted document. The invention is preferably implemented in software, but can be implemented in hardware or a combination of hardware and software. The invention can also be embodied as computer readable code on a computer readable medium. The computer readable medium is any data storage device that can store data which can thereafter be read by a computer system. Examples of the computer readable medium include read-only memory, random-access memory, CD-ROMs, magnetic tape, optical data storage devices, and carrier waves. The computer readable medium can also be distributed over network-coupled computer systems so that the computer readable code is stored and/or executed in a distributed fashion.
The advantages of the invention are numerous. Different embodiments or implementations may yield one or more of the following advantages. One advantage of the invention is that secured documents or files being displayed are protected from having their content copied to other unsecure applications or documents. Another advantage of the invention is that a clipboard security monitor (or a document securing module) is embedded in an operating system as such the management of the clipboard is transparent to a user. Still another advantage of the invention is that a copy application is reliably managed such that secured content is not able to be copied to unsecure destinations. Still another advantage of the invention is that alternate content can be used in place of secure content that is not permitted to be copied to unsecure destinations.
The many features and advantages of the present invention are apparent from the written description and, thus, it is intended by the appended claims to cover all such features and advantages of the invention. Further, since numerous modifications and changes will readily occur to those skilled in the art, it is not desired to limit the invention to the exact construction and operation as illustrated and described. Hence, all suitable modifications and equivalents may be resorted to as falling within the scope of the invention.
Number | Name | Date | Kind |
---|---|---|---|
4203166 | Ehrsam et al. | May 1980 | A |
4238854 | Ehrsam et al. | Dec 1980 | A |
4423387 | Sempel | Dec 1983 | A |
4734568 | Watanabe | Mar 1988 | A |
4757533 | Allen et al. | Jul 1988 | A |
4796220 | Wolfe | Jan 1989 | A |
4799258 | Davies | Jan 1989 | A |
4827508 | Shear | May 1989 | A |
4887204 | Johnson et al. | Dec 1989 | A |
4888800 | Marshall et al. | Dec 1989 | A |
4912552 | Allison et al. | Mar 1990 | A |
4972472 | Brown et al. | Nov 1990 | A |
5032979 | Hecht et al. | Jul 1991 | A |
5052040 | Preston et al. | Sep 1991 | A |
5058164 | Elmer et al. | Oct 1991 | A |
5144660 | Rose | Sep 1992 | A |
5204897 | Wyman | Apr 1993 | A |
5212788 | Lomet et al. | May 1993 | A |
5220657 | Bly et al. | Jun 1993 | A |
5235641 | Nozawa et al. | Aug 1993 | A |
5247575 | Sprague et al. | Sep 1993 | A |
5276735 | Boebert et al. | Jan 1994 | A |
5301247 | Rasmussen et al. | Apr 1994 | A |
5319705 | Halter et al. | Jun 1994 | A |
5369702 | Shanton | Nov 1994 | A |
5375169 | Seheidt et al. | Dec 1994 | A |
5404404 | Novorita | Apr 1995 | A |
5406628 | Beller et al. | Apr 1995 | A |
5414852 | Kramer et al. | May 1995 | A |
5434918 | Kung et al. | Jul 1995 | A |
5461710 | Bloomfield et al. | Oct 1995 | A |
5467342 | Logston et al. | Nov 1995 | A |
5495533 | Linehan et al. | Feb 1996 | A |
5497422 | Tysen et al. | Mar 1996 | A |
5499297 | Boebert | Mar 1996 | A |
5502766 | Boebert et al. | Mar 1996 | A |
5535375 | Eshel et al. | Jul 1996 | A |
5557765 | Lipner et al. | Sep 1996 | A |
5570108 | McLaughlin et al. | Oct 1996 | A |
5584023 | Hsu | Dec 1996 | A |
5600722 | Yamaguchi et al. | Feb 1997 | A |
5606663 | Kadooka | Feb 1997 | A |
5619576 | Shaw | Apr 1997 | A |
5638501 | Gough et al. | Jun 1997 | A |
5640388 | Woodhead et al. | Jun 1997 | A |
5655119 | Davy | Aug 1997 | A |
5661668 | Yemini et al. | Aug 1997 | A |
5661806 | Nevoux et al. | Aug 1997 | A |
5671412 | Christiano | Sep 1997 | A |
5673316 | Auerbach et al. | Sep 1997 | A |
5677953 | Dolphin | Oct 1997 | A |
5680452 | Shanton | Oct 1997 | A |
5682537 | Davies et al. | Oct 1997 | A |
5684987 | Mamiya et al. | Nov 1997 | A |
5689688 | Strong et al. | Nov 1997 | A |
5689718 | Sakurai et al. | Nov 1997 | A |
5699428 | McDonnal et al. | Dec 1997 | A |
5708709 | Rose | Jan 1998 | A |
5715403 | Stefik | Feb 1998 | A |
5717755 | Shanton | Feb 1998 | A |
5719941 | Swift et al. | Feb 1998 | A |
5720033 | Deo | Feb 1998 | A |
5729734 | Parker et al. | Mar 1998 | A |
5732265 | Dewitt et al. | Mar 1998 | A |
5745573 | Lipner et al. | Apr 1998 | A |
5745750 | Porcaro | Apr 1998 | A |
5748736 | Mittra | May 1998 | A |
5751287 | Hahn et al. | May 1998 | A |
5757920 | Misra et al. | May 1998 | A |
5765152 | Erickson | Jun 1998 | A |
5768381 | Hawthorne | Jun 1998 | A |
5778065 | Hauser et al. | Jul 1998 | A |
5778350 | Adams et al. | Jul 1998 | A |
5781711 | Austin et al. | Jul 1998 | A |
5787169 | Eldridge et al. | Jul 1998 | A |
5787173 | Seheidt et al. | Jul 1998 | A |
5787175 | Carter | Jul 1998 | A |
5790789 | Suarez | Aug 1998 | A |
5790790 | Smith et al. | Aug 1998 | A |
5813009 | Johnson et al. | Sep 1998 | A |
5821933 | Keller et al. | Oct 1998 | A |
5825876 | Peterson | Oct 1998 | A |
5835592 | Chang et al. | Nov 1998 | A |
5835601 | Shimbo et al. | Nov 1998 | A |
5850443 | Van Oorschot et al. | Dec 1998 | A |
5857189 | Riddle | Jan 1999 | A |
5862325 | Reed et al. | Jan 1999 | A |
5870468 | Harrison | Feb 1999 | A |
5870477 | Sasaki et al. | Feb 1999 | A |
5881287 | Mast | Mar 1999 | A |
5892900 | Ginter et al. | Apr 1999 | A |
5893084 | Morgan et al. | Apr 1999 | A |
5898781 | Shanton | Apr 1999 | A |
5922073 | Shimada | Jul 1999 | A |
5923754 | Angelo et al. | Jul 1999 | A |
5933498 | Schneck et al. | Aug 1999 | A |
5944794 | Okamoto et al. | Aug 1999 | A |
5953419 | Lohstroh et al. | Sep 1999 | A |
5968177 | Batten-Carew et al. | Oct 1999 | A |
5970502 | Salkewicz et al. | Oct 1999 | A |
5978802 | Hurvig | Nov 1999 | A |
5987440 | O'Neil et al. | Nov 1999 | A |
5991879 | Still | Nov 1999 | A |
5999907 | Donner | Dec 1999 | A |
6011847 | Follendore, III | Jan 2000 | A |
6014730 | Ohtsu | Jan 2000 | A |
6023506 | Ote et al. | Feb 2000 | A |
6031584 | Gray | Feb 2000 | A |
6032216 | Schmuck et al. | Feb 2000 | A |
6035404 | Zhao | Mar 2000 | A |
6038322 | Harkins | Mar 2000 | A |
6044155 | Thomlinson et al. | Mar 2000 | A |
6055314 | Spies et al. | Apr 2000 | A |
6058424 | Dixon et al. | May 2000 | A |
6061790 | Bodnar | May 2000 | A |
6069057 | Wu | May 2000 | A |
6070244 | Orchier et al. | May 2000 | A |
6085323 | Shimizu et al. | Jul 2000 | A |
6088717 | Reed et al. | Jul 2000 | A |
6088805 | Davis et al. | Jul 2000 | A |
6098056 | Rusnak et al. | Aug 2000 | A |
6101507 | Cane et al. | Aug 2000 | A |
6105131 | Carroll | Aug 2000 | A |
6122630 | Strickler et al. | Aug 2000 | A |
6134327 | Van Oorschot | Oct 2000 | A |
6134658 | Multerer et al. | Oct 2000 | A |
6134660 | Boneh et al. | Oct 2000 | A |
6134664 | Walker | Oct 2000 | A |
6141754 | Choy | Oct 2000 | A |
6145084 | Zuili | Nov 2000 | A |
6148338 | Lachelt et al. | Nov 2000 | A |
6158010 | Moriconi et al. | Dec 2000 | A |
6161139 | Win et al. | Dec 2000 | A |
6182142 | Win et al. | Jan 2001 | B1 |
6185684 | Pravetz et al. | Feb 2001 | B1 |
6192408 | Vahalia et al. | Feb 2001 | B1 |
6199070 | Polo-Wood et al. | Mar 2001 | B1 |
6205549 | Pravetz et al. | Mar 2001 | B1 |
6212561 | Sitaraman et al. | Apr 2001 | B1 |
6223285 | Komuro et al. | Apr 2001 | B1 |
6226618 | Downs et al. | May 2001 | B1 |
6226745 | Wiederhold et al. | May 2001 | B1 |
6240188 | Dondeti et al. | May 2001 | B1 |
6249755 | Yemini et al. | Jun 2001 | B1 |
6249873 | Richard et al. | Jun 2001 | B1 |
6253193 | Ginter et al. | Jun 2001 | B1 |
6260040 | Kauffman et al. | Jul 2001 | B1 |
6260141 | Park | Jul 2001 | B1 |
6263348 | Kathrow et al. | Jul 2001 | B1 |
6266420 | Langford et al. | Jul 2001 | B1 |
6272631 | Thomlinson et al. | Aug 2001 | B1 |
6272632 | Carman et al. | Aug 2001 | B1 |
6282649 | Lambert et al. | Aug 2001 | B1 |
6289450 | Pensak et al. | Sep 2001 | B1 |
6289458 | Garg et al. | Sep 2001 | B1 |
6292895 | Baltzley | Sep 2001 | B1 |
6292899 | McBride | Sep 2001 | B1 |
6295361 | Kadansky et al. | Sep 2001 | B1 |
6299069 | Shona | Oct 2001 | B1 |
6301614 | Najork et al. | Oct 2001 | B1 |
6308256 | Folmsbee | Oct 2001 | B1 |
6308273 | Goertzel et al. | Oct 2001 | B1 |
6314408 | Salas et al. | Nov 2001 | B1 |
6314409 | Schneck et al. | Nov 2001 | B2 |
6317777 | Skarbo et al. | Nov 2001 | B1 |
6332025 | Takahashi et al. | Dec 2001 | B2 |
6336114 | Garrison | Jan 2002 | B1 |
6339423 | Sampson et al. | Jan 2002 | B1 |
6339825 | Pensak et al. | Jan 2002 | B2 |
6341164 | Dilkie et al. | Jan 2002 | B1 |
6343316 | Sakata | Jan 2002 | B1 |
6347374 | Drake et al. | Feb 2002 | B1 |
6349337 | Parsons et al. | Feb 2002 | B1 |
6351813 | Mooney et al. | Feb 2002 | B1 |
6356903 | Baxter et al. | Mar 2002 | B1 |
6356941 | Cohen | Mar 2002 | B1 |
6357010 | Viets et al. | Mar 2002 | B1 |
6363480 | Perlman | Mar 2002 | B1 |
6370249 | Van Oorschot | Apr 2002 | B1 |
6381698 | Devanbu et al. | Apr 2002 | B1 |
6385644 | Devine et al. | May 2002 | B1 |
6389433 | Bolosky et al. | May 2002 | B1 |
6389538 | Gruse et al. | May 2002 | B1 |
6393420 | Peters | May 2002 | B1 |
6405315 | Burns et al. | Jun 2002 | B1 |
6405318 | Rowland | Jun 2002 | B1 |
6408404 | Ladwig | Jun 2002 | B1 |
6421714 | Rai et al. | Jul 2002 | B1 |
6442688 | Moses et al. | Aug 2002 | B1 |
6442695 | Dutcher et al. | Aug 2002 | B1 |
6446090 | Hart | Sep 2002 | B1 |
6449721 | Pensak et al. | Sep 2002 | B1 |
6453353 | Win et al. | Sep 2002 | B1 |
6453419 | Flint et al. | Sep 2002 | B1 |
6466932 | Dennis et al. | Oct 2002 | B1 |
6477544 | Bolosky et al. | Nov 2002 | B1 |
6487662 | Kharon et al. | Nov 2002 | B1 |
6490680 | Scheidt et al. | Dec 2002 | B1 |
6505300 | Chan et al. | Jan 2003 | B2 |
6510349 | Schneck et al. | Jan 2003 | B1 |
6519700 | Ram et al. | Feb 2003 | B1 |
6529956 | Smith et al. | Mar 2003 | B1 |
6530020 | Aoki | Mar 2003 | B1 |
6530024 | Proctor | Mar 2003 | B1 |
6542608 | Scheidt et al. | Apr 2003 | B2 |
6549623 | Scheidt et al. | Apr 2003 | B1 |
6550011 | Sims, III | Apr 2003 | B1 |
6557039 | Leong et al. | Apr 2003 | B1 |
6567914 | Just et al. | May 2003 | B1 |
6571291 | Chow | May 2003 | B1 |
6574733 | Langford | Jun 2003 | B1 |
6584466 | Serbinis et al. | Jun 2003 | B1 |
6587946 | Jakobsson | Jul 2003 | B1 |
6588673 | Chan et al. | Jul 2003 | B1 |
6591295 | Diamond et al. | Jul 2003 | B1 |
6594662 | Sieffert et al. | Jul 2003 | B1 |
6598161 | Kluttz et al. | Jul 2003 | B1 |
6601170 | Wallace, Jr. | Jul 2003 | B1 |
6603857 | Batten-Carew et al. | Aug 2003 | B1 |
6608636 | Roseman | Aug 2003 | B1 |
6611599 | Natarajan | Aug 2003 | B2 |
6611846 | Stoodley | Aug 2003 | B1 |
6615349 | Hair | Sep 2003 | B1 |
6615350 | Schell et al. | Sep 2003 | B1 |
6625650 | Stelliga | Sep 2003 | B2 |
6625734 | Marvit et al. | Sep 2003 | B1 |
6629243 | Kleinman et al. | Sep 2003 | B1 |
6633311 | Douvikas et al. | Oct 2003 | B1 |
6640307 | Viets et al. | Oct 2003 | B2 |
6646515 | Jun et al. | Nov 2003 | B2 |
6647388 | Numao et al. | Nov 2003 | B2 |
6678835 | Shah et al. | Jan 2004 | B1 |
6683954 | Searle | Jan 2004 | B1 |
6687822 | Jakobsson | Feb 2004 | B1 |
6693652 | Barrus et al. | Feb 2004 | B1 |
6698022 | Wu | Feb 2004 | B1 |
6711683 | Laczko et al. | Mar 2004 | B1 |
6718361 | Basani et al. | Apr 2004 | B1 |
6735701 | Jacobson | May 2004 | B1 |
6738908 | Bonn et al. | May 2004 | B1 |
6751573 | Burch | Jun 2004 | B1 |
6754657 | Lomet | Jun 2004 | B2 |
6754665 | Kawamoto et al. | Jun 2004 | B1 |
6775779 | England et al. | Aug 2004 | B1 |
6779031 | Picher-Dempsey | Aug 2004 | B1 |
6782403 | Kino et al. | Aug 2004 | B1 |
6801999 | Venkatesan et al. | Oct 2004 | B1 |
6807534 | Erickson | Oct 2004 | B1 |
6807636 | Hartman et al. | Oct 2004 | B2 |
6810389 | Meyer | Oct 2004 | B1 |
6810479 | Barlow et al. | Oct 2004 | B1 |
6816871 | Lee | Nov 2004 | B2 |
6816969 | Miyazaki et al. | Nov 2004 | B2 |
6826698 | Minkin et al. | Nov 2004 | B1 |
6834333 | Hayashi et al. | Dec 2004 | B2 |
6834341 | Bahl et al. | Dec 2004 | B1 |
6842825 | Geiner et al. | Jan 2005 | B2 |
6845452 | Roddy et al. | Jan 2005 | B1 |
6851050 | Singhal et al. | Feb 2005 | B2 |
6862103 | Miura et al. | Mar 2005 | B1 |
6865555 | Novak | Mar 2005 | B2 |
6870920 | Henits | Mar 2005 | B2 |
6874139 | Krueger et al. | Mar 2005 | B2 |
6877010 | Smith-Semedo et al. | Apr 2005 | B2 |
6877136 | Bess et al. | Apr 2005 | B2 |
6882994 | Yoshimura et al. | Apr 2005 | B2 |
6889210 | Vainstein | May 2005 | B1 |
6891953 | DeMello et al. | May 2005 | B1 |
6892201 | Brown et al. | May 2005 | B2 |
6892306 | En-Seung et al. | May 2005 | B1 |
6898627 | Sekiguchi | May 2005 | B1 |
6907034 | Begis | Jun 2005 | B1 |
6909708 | Krishnaswamy et al. | Jun 2005 | B1 |
6915425 | Xu et al. | Jul 2005 | B2 |
6915434 | Kuroda et al. | Jul 2005 | B1 |
6915435 | Merriam | Jul 2005 | B1 |
6920558 | Sames et al. | Jul 2005 | B2 |
6922785 | Brewer et al. | Jul 2005 | B1 |
6924425 | Naples et al. | Aug 2005 | B2 |
6931450 | Howard et al. | Aug 2005 | B2 |
6931530 | Pham et al. | Aug 2005 | B2 |
6931597 | Prakash | Aug 2005 | B1 |
6938042 | Aboulhosn et al. | Aug 2005 | B2 |
6941355 | Donaghey et al. | Sep 2005 | B1 |
6941456 | Wilson | Sep 2005 | B2 |
6941472 | Moriconi et al. | Sep 2005 | B2 |
6944183 | Iyer et al. | Sep 2005 | B1 |
6947556 | Matyas, Jr. et al. | Sep 2005 | B1 |
6950818 | Dennis et al. | Sep 2005 | B2 |
6950936 | Subramaniam et al. | Sep 2005 | B2 |
6950941 | Lee et al. | Sep 2005 | B1 |
6950943 | Bacha et al. | Sep 2005 | B1 |
6952780 | Olsen et al. | Oct 2005 | B2 |
6957261 | Lortz | Oct 2005 | B2 |
6959308 | Gramsamer et al. | Oct 2005 | B2 |
6961849 | Davis et al. | Nov 2005 | B1 |
6961855 | Rich et al. | Nov 2005 | B1 |
6968060 | Pinkas | Nov 2005 | B1 |
6968456 | Tripathi et al. | Nov 2005 | B1 |
6971018 | Witt et al. | Nov 2005 | B1 |
6976259 | Dutta et al. | Dec 2005 | B1 |
6978366 | Ignatchenko et al. | Dec 2005 | B1 |
6978376 | Giroux et al. | Dec 2005 | B2 |
6978377 | Asano et al. | Dec 2005 | B1 |
6987752 | Sarraf et al. | Jan 2006 | B1 |
6988133 | Zavalkovsky et al. | Jan 2006 | B1 |
6988199 | Toh et al. | Jan 2006 | B2 |
6993135 | Ishibashi | Jan 2006 | B2 |
6996718 | Henry et al. | Feb 2006 | B1 |
7000150 | Zunino et al. | Feb 2006 | B1 |
7003117 | Kacker et al. | Feb 2006 | B2 |
7003560 | Mullen et al. | Feb 2006 | B1 |
7003661 | Beattie et al. | Feb 2006 | B2 |
7010689 | Matyas et al. | Mar 2006 | B1 |
7010809 | Hori et al. | Mar 2006 | B2 |
7013332 | Friedel et al. | Mar 2006 | B2 |
7013485 | Brown et al. | Mar 2006 | B2 |
7020645 | Bisbee et al. | Mar 2006 | B2 |
7024427 | Bobbitt et al. | Apr 2006 | B2 |
7035854 | Hsiao et al. | Apr 2006 | B2 |
7035910 | Dutta et al. | Apr 2006 | B1 |
7043637 | Bolosky et al. | May 2006 | B2 |
7046807 | Hirano et al. | May 2006 | B2 |
7047404 | Doonan et al. | May 2006 | B1 |
7051213 | Kobayashi et al. | May 2006 | B1 |
7058696 | Phillips et al. | Jun 2006 | B1 |
7058978 | Feuerstein et al. | Jun 2006 | B2 |
7073063 | Peinado | Jul 2006 | B2 |
7073073 | Nonaka et al. | Jul 2006 | B1 |
7076067 | Raike et al. | Jul 2006 | B2 |
7076312 | Law et al. | Jul 2006 | B2 |
7076469 | Schreiber et al. | Jul 2006 | B2 |
7076633 | Tormasov et al. | Jul 2006 | B2 |
7080077 | Ramamurthy et al. | Jul 2006 | B2 |
7095853 | Morishita | Aug 2006 | B2 |
7096266 | Lewin et al. | Aug 2006 | B2 |
7099926 | Ims et al. | Aug 2006 | B1 |
7103911 | Spies et al. | Sep 2006 | B2 |
7107185 | Yemini et al. | Sep 2006 | B1 |
7107269 | Arlein et al. | Sep 2006 | B2 |
7107416 | Stuart et al. | Sep 2006 | B2 |
7113594 | Boneh et al. | Sep 2006 | B2 |
7116785 | Okaue | Oct 2006 | B2 |
7117322 | Hochberg et al. | Oct 2006 | B2 |
7120635 | Bhide et al. | Oct 2006 | B2 |
7120757 | Tsuge | Oct 2006 | B2 |
7124164 | Chemtob | Oct 2006 | B1 |
7126957 | Isukapalli et al. | Oct 2006 | B1 |
7130964 | Ims et al. | Oct 2006 | B2 |
7131071 | Gune et al. | Oct 2006 | B2 |
7134041 | Murray et al. | Nov 2006 | B2 |
7136903 | Phillips et al. | Nov 2006 | B1 |
7139399 | Zimmermann | Nov 2006 | B1 |
7140044 | Redlich et al. | Nov 2006 | B2 |
7145898 | Elliott | Dec 2006 | B1 |
7146388 | Stakutis et al. | Dec 2006 | B2 |
7146498 | Takechi et al. | Dec 2006 | B1 |
7159036 | Hinchliffe et al. | Jan 2007 | B2 |
7168094 | Fredell | Jan 2007 | B1 |
7171557 | Kallahalla et al. | Jan 2007 | B2 |
7174563 | Brownlie et al. | Feb 2007 | B1 |
7177427 | Komuro et al. | Feb 2007 | B1 |
7177839 | Claxton et al. | Feb 2007 | B1 |
7178033 | Garcia | Feb 2007 | B1 |
7181017 | Nagel et al. | Feb 2007 | B1 |
7185364 | Knouse et al. | Feb 2007 | B2 |
7187033 | Pendharkar | Mar 2007 | B2 |
7188181 | Squier et al. | Mar 2007 | B1 |
7194764 | Martherus et al. | Mar 2007 | B2 |
7197638 | Grawrock et al. | Mar 2007 | B1 |
7200747 | Riedel et al. | Apr 2007 | B2 |
7203317 | Kallahalla et al. | Apr 2007 | B2 |
7203968 | Asano et al. | Apr 2007 | B2 |
7219230 | Riedel et al. | May 2007 | B2 |
7224795 | Takada et al. | May 2007 | B2 |
7225256 | Villavicencio | May 2007 | B2 |
7227953 | Shida | Jun 2007 | B2 |
7233948 | Shamoon et al. | Jun 2007 | B1 |
7237002 | Estrada et al. | Jun 2007 | B1 |
7249044 | Kumar et al. | Jul 2007 | B2 |
7249251 | Todd et al. | Jul 2007 | B2 |
7260555 | Rossmann et al. | Aug 2007 | B2 |
7265764 | Alben et al. | Sep 2007 | B2 |
7266684 | Jancula | Sep 2007 | B2 |
7280658 | Amini et al. | Oct 2007 | B2 |
7281272 | Rubin et al. | Oct 2007 | B1 |
7287055 | Smith et al. | Oct 2007 | B2 |
7287058 | Loveland et al. | Oct 2007 | B2 |
7290148 | Tozawa et al. | Oct 2007 | B2 |
7308702 | Thomsen et al. | Dec 2007 | B1 |
7313824 | Bala et al. | Dec 2007 | B1 |
7319752 | Asano et al. | Jan 2008 | B2 |
7340600 | Corella | Mar 2008 | B1 |
7359517 | Rowe | Apr 2008 | B1 |
7362868 | Madoukh et al. | Apr 2008 | B2 |
7380120 | Garcia | May 2008 | B1 |
7383586 | Cross et al. | Jun 2008 | B2 |
7386529 | Kiessig et al. | Jun 2008 | B2 |
7386599 | Piersol et al. | Jun 2008 | B1 |
7401220 | Bolosky et al. | Jul 2008 | B2 |
7406596 | Tararukhina et al. | Jul 2008 | B2 |
7415608 | Bolosky et al. | Aug 2008 | B2 |
7434048 | Shapiro et al. | Oct 2008 | B1 |
7454612 | Bolosky et al. | Nov 2008 | B2 |
7461157 | Ahlard et al. | Dec 2008 | B2 |
7461405 | Boudreault et al. | Dec 2008 | B2 |
7478243 | Bolosky et al. | Jan 2009 | B2 |
7478418 | Supramaniam et al. | Jan 2009 | B2 |
7496959 | Adelstein et al. | Feb 2009 | B2 |
7509492 | Boyen et al. | Mar 2009 | B2 |
7512810 | Ryan | Mar 2009 | B1 |
7539867 | Bolosky et al. | May 2009 | B2 |
7555558 | Kenrich et al. | Jun 2009 | B1 |
7562232 | Zuili et al. | Jul 2009 | B2 |
7565683 | Huang et al. | Jul 2009 | B1 |
7631184 | Ryan | Dec 2009 | B2 |
7681034 | Lee et al. | Mar 2010 | B1 |
7698230 | Brown et al. | Apr 2010 | B1 |
7702909 | Vainstein | Apr 2010 | B2 |
7703140 | Nath et al. | Apr 2010 | B2 |
7707427 | Kenrich et al. | Apr 2010 | B1 |
7729995 | Alain et al. | Jun 2010 | B1 |
7730543 | Nath | Jun 2010 | B1 |
7748045 | Kenrich et al. | Jun 2010 | B2 |
20010000265 | Schreiber et al. | Apr 2001 | A1 |
20010011254 | Clark | Aug 2001 | A1 |
20010018743 | Morishita | Aug 2001 | A1 |
20010021255 | Ishibashi | Sep 2001 | A1 |
20010021926 | Schneck et al. | Sep 2001 | A1 |
20010023421 | Numao et al. | Sep 2001 | A1 |
20010032181 | Jakstadt et al. | Oct 2001 | A1 |
20010033611 | Grimwood et al. | Oct 2001 | A1 |
20010034839 | Karjoth et al. | Oct 2001 | A1 |
20010042110 | Furusawa et al. | Nov 2001 | A1 |
20010044903 | Yamamoto et al. | Nov 2001 | A1 |
20010056541 | Matsuzaki et al. | Dec 2001 | A1 |
20010056550 | Lee | Dec 2001 | A1 |
20020003886 | Hillegass et al. | Jan 2002 | A1 |
20020007335 | Millard et al. | Jan 2002 | A1 |
20020010679 | Felsher | Jan 2002 | A1 |
20020013772 | Peinado | Jan 2002 | A1 |
20020016921 | Olsen et al. | Feb 2002 | A1 |
20020016922 | Richards et al. | Feb 2002 | A1 |
20020023208 | Jancula | Feb 2002 | A1 |
20020026321 | Faris et al. | Feb 2002 | A1 |
20020027886 | Fischer et al. | Mar 2002 | A1 |
20020029340 | Pensak et al. | Mar 2002 | A1 |
20020031230 | Sweet et al. | Mar 2002 | A1 |
20020035624 | Kim | Mar 2002 | A1 |
20020036984 | Chiussi et al. | Mar 2002 | A1 |
20020041391 | Bannai | Apr 2002 | A1 |
20020042756 | Kumar et al. | Apr 2002 | A1 |
20020046350 | Lordemann et al. | Apr 2002 | A1 |
20020050098 | Chan | May 2002 | A1 |
20020052981 | Yasuda | May 2002 | A1 |
20020056042 | Van Der Kaay et al. | May 2002 | A1 |
20020062240 | Morinville | May 2002 | A1 |
20020062245 | Niu et al. | May 2002 | A1 |
20020062451 | Scheidt et al. | May 2002 | A1 |
20020069077 | Brophy et al. | Jun 2002 | A1 |
20020069272 | Kim et al. | Jun 2002 | A1 |
20020069363 | Winburn | Jun 2002 | A1 |
20020073320 | Rinkevich et al. | Jun 2002 | A1 |
20020077985 | Kobata et al. | Jun 2002 | A1 |
20020077986 | Kobata et al. | Jun 2002 | A1 |
20020077988 | Sasaki et al. | Jun 2002 | A1 |
20020078239 | Howard et al. | Jun 2002 | A1 |
20020078361 | Giroux et al. | Jun 2002 | A1 |
20020087479 | Malcolm | Jul 2002 | A1 |
20020089602 | Sullivan | Jul 2002 | A1 |
20020091532 | Viets et al. | Jul 2002 | A1 |
20020091745 | Ramamurthy et al. | Jul 2002 | A1 |
20020091928 | Bouchard et al. | Jul 2002 | A1 |
20020093527 | Sherlock et al. | Jul 2002 | A1 |
20020099947 | Evans | Jul 2002 | A1 |
20020112035 | Carey et al. | Aug 2002 | A1 |
20020120851 | Clarke | Aug 2002 | A1 |
20020124180 | Hagman | Sep 2002 | A1 |
20020129158 | Zhang et al. | Sep 2002 | A1 |
20020129235 | Okamoto et al. | Sep 2002 | A1 |
20020133500 | Arlein et al. | Sep 2002 | A1 |
20020133699 | Pueschel | Sep 2002 | A1 |
20020138571 | Trinon et al. | Sep 2002 | A1 |
20020138726 | Sames et al. | Sep 2002 | A1 |
20020138762 | Horne | Sep 2002 | A1 |
20020143710 | Liu | Oct 2002 | A1 |
20020143906 | Tormasov et al. | Oct 2002 | A1 |
20020150239 | Carny et al. | Oct 2002 | A1 |
20020152302 | Motoyama et al. | Oct 2002 | A1 |
20020156726 | Kleckner et al. | Oct 2002 | A1 |
20020157016 | Russell et al. | Oct 2002 | A1 |
20020162104 | Raike et al. | Oct 2002 | A1 |
20020165870 | Chakraborty et al. | Nov 2002 | A1 |
20020166053 | Wilson | Nov 2002 | A1 |
20020169963 | Seder et al. | Nov 2002 | A1 |
20020169965 | Hale et al. | Nov 2002 | A1 |
20020172367 | Mulder et al. | Nov 2002 | A1 |
20020174030 | Praisner et al. | Nov 2002 | A1 |
20020174109 | Chandy et al. | Nov 2002 | A1 |
20020174415 | Hines | Nov 2002 | A1 |
20020176572 | Ananth | Nov 2002 | A1 |
20020178271 | Graham et al. | Nov 2002 | A1 |
20020184217 | Bisbee et al. | Dec 2002 | A1 |
20020184488 | Amini et al. | Dec 2002 | A1 |
20020194484 | Bolosky et al. | Dec 2002 | A1 |
20020198798 | Ludwig et al. | Dec 2002 | A1 |
20030005168 | Leerssen et al. | Jan 2003 | A1 |
20030009685 | Choo et al. | Jan 2003 | A1 |
20030014391 | Evans et al. | Jan 2003 | A1 |
20030023559 | Choi et al. | Jan 2003 | A1 |
20030026431 | Hammersmith | Feb 2003 | A1 |
20030028610 | Pearson | Feb 2003 | A1 |
20030033528 | Ozog et al. | Feb 2003 | A1 |
20030037029 | Holenstein et al. | Feb 2003 | A1 |
20030037133 | Owens | Feb 2003 | A1 |
20030037237 | Abgrall et al. | Feb 2003 | A1 |
20030037253 | Blank et al. | Feb 2003 | A1 |
20030046176 | Hynes | Mar 2003 | A1 |
20030046238 | Nonaka et al. | Mar 2003 | A1 |
20030046270 | Leung et al. | Mar 2003 | A1 |
20030050919 | Brown et al. | Mar 2003 | A1 |
20030051039 | Brown et al. | Mar 2003 | A1 |
20030056139 | Murray et al. | Mar 2003 | A1 |
20030061506 | Cooper | Mar 2003 | A1 |
20030074580 | Knouse et al. | Apr 2003 | A1 |
20030078959 | Yeung et al. | Apr 2003 | A1 |
20030079175 | Limantsev | Apr 2003 | A1 |
20030081784 | Kallahalla et al. | May 2003 | A1 |
20030081785 | Boneh et al. | May 2003 | A1 |
20030081787 | Kallahalla et al. | May 2003 | A1 |
20030088517 | Medoff | May 2003 | A1 |
20030088783 | DiPierro | May 2003 | A1 |
20030093457 | Goldick | May 2003 | A1 |
20030095552 | Bernhard et al. | May 2003 | A1 |
20030099248 | Speciner | May 2003 | A1 |
20030101072 | Dick et al. | May 2003 | A1 |
20030110169 | Zuili | Jun 2003 | A1 |
20030110266 | Rollins et al. | Jun 2003 | A1 |
20030110280 | Hinchliffe et al. | Jun 2003 | A1 |
20030110397 | Supramaniam | Jun 2003 | A1 |
20030115146 | Lee et al. | Jun 2003 | A1 |
20030115218 | Bobbitt et al. | Jun 2003 | A1 |
20030115570 | Bisceglia | Jun 2003 | A1 |
20030120601 | Ouye | Jun 2003 | A1 |
20030120684 | Zuili et al. | Jun 2003 | A1 |
20030126434 | Lim et al. | Jul 2003 | A1 |
20030132949 | Fallon et al. | Jul 2003 | A1 |
20030154381 | Ouye | Aug 2003 | A1 |
20030154396 | Godwin et al. | Aug 2003 | A1 |
20030154401 | Hartman et al. | Aug 2003 | A1 |
20030159048 | Matsumoto et al. | Aug 2003 | A1 |
20030159066 | Staw et al. | Aug 2003 | A1 |
20030163704 | Dick et al. | Aug 2003 | A1 |
20030165117 | Garcia-Luna-Aceves et al. | Sep 2003 | A1 |
20030172280 | Scheidt et al. | Sep 2003 | A1 |
20030177070 | Viswanath et al. | Sep 2003 | A1 |
20030177378 | Wittkotter | Sep 2003 | A1 |
20030182310 | Charnock et al. | Sep 2003 | A1 |
20030182579 | Leporini et al. | Sep 2003 | A1 |
20030182584 | Banes et al. | Sep 2003 | A1 |
20030196096 | Sutton | Oct 2003 | A1 |
20030197729 | Denoue et al. | Oct 2003 | A1 |
20030200202 | Hsiao et al. | Oct 2003 | A1 |
20030204692 | Tamer et al. | Oct 2003 | A1 |
20030208485 | Castellanos | Nov 2003 | A1 |
20030217264 | Martin et al. | Nov 2003 | A1 |
20030217281 | Ryan | Nov 2003 | A1 |
20030217333 | Smith et al. | Nov 2003 | A1 |
20030220999 | Emerson | Nov 2003 | A1 |
20030222141 | Vogler et al. | Dec 2003 | A1 |
20030226013 | Dutertre | Dec 2003 | A1 |
20030233650 | Zaner et al. | Dec 2003 | A1 |
20040022390 | McDonald et al. | Feb 2004 | A1 |
20040025037 | Hair | Feb 2004 | A1 |
20040039781 | LaVallee et al. | Feb 2004 | A1 |
20040041845 | Alben et al. | Mar 2004 | A1 |
20040049702 | Subramaniam et al. | Mar 2004 | A1 |
20040064507 | Sakata et al. | Apr 2004 | A1 |
20040064710 | Vainstein | Apr 2004 | A1 |
20040068524 | Aboulhosn et al. | Apr 2004 | A1 |
20040068664 | Nachenberg et al. | Apr 2004 | A1 |
20040073660 | Toomey | Apr 2004 | A1 |
20040073718 | Johannessen et al. | Apr 2004 | A1 |
20040088548 | Smetters et al. | May 2004 | A1 |
20040098580 | DeTreville | May 2004 | A1 |
20040103202 | Hildebrand et al. | May 2004 | A1 |
20040103280 | Balfanz et al. | May 2004 | A1 |
20040117371 | Bhide et al. | Jun 2004 | A1 |
20040131191 | Chen et al. | Jul 2004 | A1 |
20040133544 | Kiessig et al. | Jul 2004 | A1 |
20040158586 | Tsai | Aug 2004 | A1 |
20040186845 | Fukui | Sep 2004 | A1 |
20040193602 | Liu et al. | Sep 2004 | A1 |
20040193905 | Lirov et al. | Sep 2004 | A1 |
20040193912 | Li et al. | Sep 2004 | A1 |
20040199514 | Rosenblatt et al. | Oct 2004 | A1 |
20040205576 | Chikirivao et al. | Oct 2004 | A1 |
20040215956 | Venkatachary et al. | Oct 2004 | A1 |
20040215962 | Douceur et al. | Oct 2004 | A1 |
20040243853 | Swander et al. | Dec 2004 | A1 |
20040254884 | Haber et al. | Dec 2004 | A1 |
20050021467 | Franzdonk | Jan 2005 | A1 |
20050021629 | Cannata et al. | Jan 2005 | A1 |
20050028006 | Leser et al. | Feb 2005 | A1 |
20050039034 | Doyle et al. | Feb 2005 | A1 |
20050050098 | Barnett | Mar 2005 | A1 |
20050071275 | Vainstein et al. | Mar 2005 | A1 |
20050071657 | Ryan | Mar 2005 | A1 |
20050071658 | Nath et al. | Mar 2005 | A1 |
20050081029 | Thornton et al. | Apr 2005 | A1 |
20050086531 | Kenrich | Apr 2005 | A1 |
20050091289 | Shappell et al. | Apr 2005 | A1 |
20050091484 | Thornton et al. | Apr 2005 | A1 |
20050097061 | Shapiro et al. | May 2005 | A1 |
20050120199 | Carter | Jun 2005 | A1 |
20050138371 | Supramaniam | Jun 2005 | A1 |
20050138383 | Vainstein | Jun 2005 | A1 |
20050168766 | Troyansky et al. | Aug 2005 | A1 |
20050177716 | Ginter et al. | Aug 2005 | A1 |
20050177858 | Ueda | Aug 2005 | A1 |
20050198326 | Schlimmer et al. | Sep 2005 | A1 |
20050223242 | Nath | Oct 2005 | A1 |
20050223414 | Kenrich et al. | Oct 2005 | A1 |
20050235154 | Serret-Avila | Oct 2005 | A1 |
20050256909 | Aboulhosn et al. | Nov 2005 | A1 |
20050268033 | Ogasawara et al. | Dec 2005 | A1 |
20050273600 | Seeman | Dec 2005 | A1 |
20050283610 | Serret-Avila et al. | Dec 2005 | A1 |
20050288961 | Tabrizi | Dec 2005 | A1 |
20060005021 | Torrubia-Saez | Jan 2006 | A1 |
20060075258 | Adamson et al. | Apr 2006 | A1 |
20060075465 | Ramanathan et al. | Apr 2006 | A1 |
20060093150 | Reddy et al. | May 2006 | A1 |
20060101285 | Chen et al. | May 2006 | A1 |
20060149407 | Markham et al. | Jul 2006 | A1 |
20060168147 | Inoue et al. | Jul 2006 | A1 |
20060184637 | Hultgren et al. | Aug 2006 | A1 |
20060230437 | Boyer et al. | Oct 2006 | A1 |
20060277316 | Wang et al. | Dec 2006 | A1 |
20070006214 | Dubal et al. | Jan 2007 | A1 |
20070067837 | Schuster | Mar 2007 | A1 |
20070083575 | Leung et al. | Apr 2007 | A1 |
20070192478 | Louie et al. | Aug 2007 | A1 |
20070193397 | Corenthin et al. | Aug 2007 | A1 |
20080075126 | Yang | Mar 2008 | A1 |
20090254843 | Van Wie et al. | Oct 2009 | A1 |
20100047757 | McCurry et al. | Feb 2010 | A1 |
20100199088 | Nath | Aug 2010 | A1 |
Number | Date | Country |
---|---|---|
0 672 991 | Sep 1995 | EP |
0 674 253 | Sep 1995 | EP |
0 809 170 | Nov 1997 | EP |
0 913 966 | May 1999 | EP |
0 913 967 | May 1999 | EP |
0 950 941 | Oct 1999 | EP |
0 950 941 | Oct 1999 | EP |
1 107 504 | Jun 2001 | EP |
1 107504 | Jun 2001 | EP |
1 130 492 | Sep 2001 | EP |
1 154 348 | Nov 2001 | EP |
1324565 | Jul 2003 | EP |
2 328 047 | Feb 1999 | GB |
2001-036517 | Feb 2001 | JP |
2006-244044 | Sep 2006 | JP |
2009-020720 | Jan 2009 | JP |
WO 9641288 | Dec 1996 | WO |
WO 0056028 | Sep 2000 | WO |
WO 0161438 | Aug 2001 | WO |
WO 0163387 | Aug 2001 | WO |
WO 0163387 | Aug 2001 | WO |
WO 0177783 | Oct 2001 | WO |
WO 0178285 | Oct 2001 | WO |
WO 0184271 | Nov 2001 | WO |