KR100425285B1 - Monitor driver install method and recording medium recorded the same method - Google Patents
Monitor driver install method and recording medium recorded the same method Download PDFInfo
- Publication number
- KR100425285B1 KR100425285B1 KR10-2001-0025924A KR20010025924A KR100425285B1 KR 100425285 B1 KR100425285 B1 KR 100425285B1 KR 20010025924 A KR20010025924 A KR 20010025924A KR 100425285 B1 KR100425285 B1 KR 100425285B1
- Authority
- KR
- South Korea
- Prior art keywords
- monitor
- driver
- monitor driver
- file
- information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
- G06F9/4411—Configuring for operating with peripheral devices; Loading of device drivers
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/54—Link editing before load time
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
Abstract
본 발명은 컴퓨터 시스템의 모니터 드라이버를 자동 인스톨하기 위한 방법에 관한 것으로, 인스톨 실행명령 입력시 윈도우 라이브러리로부터 GetClassDevs(), EnumDeviceInfo(), GetDeviceInstanceID()함수를 실행하여 현재 사용중인 모니터 정보를 획득하는 제1단계와; SetDeviceInstallParams(), BuildDriverInfoList(), EnumDriverInfo() 함수를 이용하여 보조기억장치에 삽입된 드라이버 파일(Inf File)의 정보를 획득하여 모델 선택화면에 모델정보를 등록하는 제2단계와; InstallDevice()함수를 실행하여 사용자에 의해 선택된 모니터 드라이버를 인스톨시키는 제3단계;를 포함함을 특징으로 한다.The present invention relates to a method for automatically installing a monitor driver of a computer system. Step 1; A second step of acquiring information of a driver file (Inf File) inserted into the auxiliary memory device using SetDeviceInstallParams (), BuildDriverInfoList (), and EnumDriverInfo () functions and registering model information on a model selection screen; And a third step of installing the monitor driver selected by the user by executing the InstallDevice () function.
Description
본 발명은 컴퓨터 시스템에 관한 것으로, 특히 컴퓨터 시스템의 모니터 드라이버를 자동으로 인스톨시키기 위한 방법에 관한 것이다.The present invention relates to a computer system, and more particularly to a method for automatically installing a monitor driver of a computer system.
컴퓨터 시스템은 이제 생활 필수품이 되었으며 컴퓨터 시스템을 이용하지 않고서는 어떠한 일도 처리할 수 없는 상태가 되었다. 이러한 컴퓨터 시스템은 통상적으로 연산처리가 이루어지는 본체와 표시부인 모니터, 그리고 데이터 입력장치인 키보드 및 주변장치들로 구성되어 있다.Computer systems are now a necessity of life, and they can't do anything without them. Such a computer system is typically composed of a main body that performs arithmetic processing, a monitor that is a display unit, a keyboard and peripheral devices that are data input devices.
그러나 모니터와 키보드 및 주변장치들은 제작사 또는 모델에 따라 그 특성이 상이하므로 본체에 접속시 해당 장치의 특성에 맞게 컴퓨터 시스템의 환경을 설정하여 주어야 한다. 특히 모니터의 경우 환경설정이 잘못되어 있으면 눈에 피로를 가중시킬 수 있기 때문에 어떠한 요소보다 환경설정이 중요하다 할 것이다.However, monitors, keyboards, and peripheral devices differ in characteristics depending on the manufacturer or model, so when connecting to the main body, the environment of the computer system should be set according to the characteristics of the device. Especially in the case of a monitor, if the configuration is incorrect, it can cause eye fatigue.
컴퓨터 시스템에서 모니터 드라이버를 설정하기 위해서는 제어판을 선택한후 디스플레이 → 설정 → 모니터 → 등록정보→.....→설정확인 등과 같이 여러 번의 단계들을 수행하여야만 올바른 모니터 드라이버를 인스톨할 수 있다.To set up the monitor driver in the computer system, select the control panel and execute several steps such as Display → Settings → Monitor → Properties → ..... → Check the settings to install the correct monitor driver.
따라서 일반적인 모니터 드라이버 인스톨 방법은 상술한 바와 같이 복잡한 단계들을 요구하기 때문에 컴퓨터 사용자의 입장에서 보면 복잡한 절차가 아닐 수 없다.Therefore, the general monitor driver installation method requires complicated steps as described above, which is a complicated procedure from the computer user's point of view.
또한 수동설정을 하는 경우에는 재부팅이 자동으로 이루어지지 않기 때문에 모니터 드라이버가 정상적으로 동작하지 않는 문제가 발생하게 되고, 이를 해결하기 위해 컴퓨터 사용자가 재부팅을 시킬 경우에는 조작상 번거로운 문제가 발생하게 된다.In addition, when the manual setting is not performed automatically, the monitor driver does not operate normally. When the computer user reboots to solve this problem, troublesome operation occurs.
따라서 본 발명의 목적은 간단한 조작만으로도 모니터 드라이버를 자동 인스톨시킬 수 있는 모니터 드라이버 자동 인스톨 방법을 제공함에 있다.Accordingly, an object of the present invention is to provide a method for automatically installing a monitor driver that can automatically install a monitor driver with a simple operation.
본 발명의 또 다른 목적은 모니터 드라이버를 자동 인스톨시킬 수 있는 방법을 구현하기 위한 데이터가 기록된 컴퓨터로 읽을 수 있는 기록매체를 제공함에 있다.Still another object of the present invention is to provide a computer-readable recording medium having recorded thereon data for implementing a method for automatically installing a monitor driver.
도 1은 본 발명의 실시예에 따른 컴퓨터 시스템 구성도.1 is a block diagram of a computer system according to an embodiment of the present invention.
도 2는 본 발명의 실시예에 따른 모니터 드라이버 자동 인스톨 방법을 나타낸 흐름도.2 is a flowchart illustrating a method of automatically installing a monitor driver according to an exemplary embodiment of the present invention.
도 3은 모니터 드라이버 파일(Inf file)의 일예를 나타낸 도면.3 is a diagram illustrating an example of a monitor driver file (Inf file).
상기 목적을 달성하기 위한 본 발명의 일 양상에 따른 모니터 드라이버 자동인스톨 방법은;Automatic monitor driver installation method according to an aspect of the present invention for achieving the above object;
인스톨 실행명령 입력시 윈도우 라이브러리로부터 GetClassDevs(), EnumDeviceInfo(), GetDeviceInstanceID()함수를 실행하여 현재 사용중인 모니터 정보를 획득하는 제1단계와;A first step of obtaining monitor information currently being used by executing GetClassDevs (), EnumDeviceInfo (), and GetDeviceInstanceID () functions from a window library when an installation execution command is input;
SetDeviceInstallParams(), BuildDriverInfoList(), EnumDriverInfo() 함수를 이용하여 보조기억장치에 삽입된 드라이버 파일(Inf File)의 정보를 획득하여 모델 선택화면에 모델정보를 등록하는 제2단계와;A second step of acquiring information of a driver file (Inf File) inserted into the auxiliary memory device using SetDeviceInstallParams (), BuildDriverInfoList (), and EnumDriverInfo () functions and registering model information on a model selection screen;
InstallDevice()함수를 실행하여 사용자에 의해 선택된 모니터 드라이버를 인스톨시키는 제3단계;를 포함함을 특징으로 한다.And a third step of installing the monitor driver selected by the user by executing the InstallDevice () function.
본 발명의 또 다른 양상에 따르면, 상기 제2단계에서 벤더(Vendor)ID와 프로덕트(Product)ID를 상호 비교하여 호환 가능한 모니터만 모델 선택화면에 등록시킴을 특징으로 하며, 또한 획득된 드라이버 파일(Inf File)중 획득된 모니터 정보와 동일 제조사의 드라이버 파일만을 모델 선택화면에 등록시킴을 특징으로 한다.According to still another aspect of the present invention, in the second step, the vendor ID and the product ID are compared with each other to register only compatible monitors on the model selection screen. Only driver files of the same manufacturer as the acquired monitor information are registered in the model selection screen.
그리고 본 발명은 상기 제1단계 내지 제3단계, 그리고 상술한 부가적인 특징를 구현하기 위한 프로그램 데이터가 기록된 컴퓨터로 읽을 수 있는 기록매체를 제공함을 특징으로 한다.In addition, the present invention provides a computer-readable recording medium having recorded thereon the first to third steps and the program data for implementing the above-described additional features.
이하 본 발명의 바람직한 실시예를 첨부 도면을 참조하여 상세히 설명하기로 한다. 본 발명을 설명함에 있어 관련된 공지 기능 혹은 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그에 대한 상세한 설명은 생략하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. In the following description of the present invention, if it is determined that a detailed description of related known functions or configurations may unnecessarily obscure the subject matter of the present invention, the detailed description thereof will be omitted.
도 1은 본 발명의 실시예에 따른 컴퓨터 시스템 구성도를 도시한 것이다.1 is a block diagram of a computer system according to an exemplary embodiment of the present invention.
도 1을 참조하면, 컴퓨터 시스템을 구성하는 모니터(10)와 본체(20)가 케이블을 통해 서로 접속되어 있는데, 상기 모니터(10)는 비디오 카드인 인터페이스부(21)를 통해 본체(20)의 CPU(23)에 접속되어 있다. 또한 CPU(23)에는 인터페이스부(도시하지 않았음)를 통해 보조기억장치인 보조 드라이브(22)가 접속되어 있다. 이러한 보조 드라이브(22)로서는 3.5인치 플로피 디스크 드라이버와 CD-롬 드라이브가 해당한다. 한편 메모리(24)에는 도 2에 도시한 바와 같은 프로그램 데이터가 저장되어 있다. 즉, CPU(23)는 메모리(24)에 저장된 모니터 드라이버 자동 인스톨 프로그램 데이터에 기초하여 모니터 드라이버가 자동 인스톨되도록 시스템을 제어한다.Referring to FIG. 1, a monitor 10 constituting a computer system and a main body 20 are connected to each other via a cable, and the monitor 10 is connected to the main body 20 through an interface unit 21 which is a video card. It is connected to the CPU 23. The CPU 23 is also connected to an auxiliary drive 22, which is an auxiliary storage device, via an interface unit (not shown). The auxiliary drive 22 corresponds to a 3.5-inch floppy disk driver and a CD-ROM drive. On the other hand, program data as shown in FIG. 2 is stored in the memory 24. That is, the CPU 23 controls the system so that the monitor driver is automatically installed based on the monitor driver automatic installation program data stored in the memory 24.
이하 상술한 구성을 가지는 컴퓨터 시스템에서 모니터 드라이버가 자동 인스톨되는 과정을 설명하기로 한다.Hereinafter, a process of automatically installing the monitor driver in the computer system having the above-described configuration will be described.
우선 도 2는 본 발명의 실시예에 따른 모니터 드라이버 자동 인스톨 방법을 나타낸 흐름도를 도시한 것이며, 도 3은 모니터 드라이버 파일(Inf file)의 일예를 나타낸 도면이다.2 is a flowchart illustrating a method of automatically installing a monitor driver according to an exemplary embodiment of the present invention, and FIG. 3 is a diagram illustrating an example of a monitor driver file (Inf file).
도 2에서 사용자가 모니터 드라이버를 자동 인스톨시키기 위한 인스톨 실행파일(install.exe)을 실행(30단계)시키면, CPU(23)는 40단계로 진행하여 윈도우 라이브러리(WindowsLibrary)로부터 GetClassDevs(), EnumDeviceInfo(), GetDeviceInstanceID()함수를 실행하여 현재 사용중인 모니터 정보를 획득한다. 이러한 모니터정보는 모델명을 포함한다. 이와 같이 현재 사용중인 모니터 정보를 획득하는 이유는 모니터 드라이버를 변경하기 위해서 반드시 필요한 정보이기 때문이다. 현재 사용중인 모니터 정보 획득후 CPU(23)는 50단계로 진행하여 SetDeviceInstallParams(), BuildDriverInfoList(), EnumDriverInfo() 함수를 이용하여 보조 드라이브(22)에 삽입된 드라이버 파일(Inf File)의 정보를 획득한다.In FIG. 2, when the user executes the installation executable file (install.exe) for automatically installing the monitor driver (step 30), the CPU 23 proceeds to step 40 in which the GetClassDevs (), EnumDeviceInfo () method is executed from the Windows library (Windows Library). ), GetDeviceInstanceID () function to get monitor information. This monitor information includes a model name. The reason for obtaining the monitor information currently being used is because it is necessary information to change the monitor driver. After acquiring the monitor information currently being used, the CPU 23 proceeds to step 50 and acquires information of the driver file (Inf File) inserted into the auxiliary drive 22 using the SetDeviceInstallParams (), BuildDriverInfoList (), and EnumDriverInfo () functions. do.
이후 CPU(23)는 60단계에서 인스톨하고자 하는 드라이버 파일(Inf File)이 모니터 드라이버 파일(Monitor Inf File)인가를 검사한다. 즉, CPU(23)는 드라이버 파일을 분석하여 디바이스 클래스(Device Class)가 모니터 클래스인가를 확인한다. 확인결과 다른 디바이스(HDD, Modem...)이면 본 발명의 실시예에 따른 인스톨 방법을 종료한다. 그러나 만약 인스톨하고자 하는 드라이버 파일(Inf File)이 모니터 드라이버 파일이라면 70단계에서 CPU(23)는 40단계에서 획득된 모니터 정보와 인스톨하고자 하는 모니터 드라이버 파일(Monitor Inf File)이 동일 제조사인지를 검사한다. 이러한 검사단계에서 이용되는 모니터 드라이버 파일의 예가 도 3에 도시되어 있다.Thereafter, the CPU 23 checks whether the driver file (Inf File) to be installed is a monitor driver file (Monitor Inf File) in step 60. That is, the CPU 23 analyzes the driver file to check whether the device class is a monitor class. If the result of the check is another device (HDD, Modem ...), the installation method according to the embodiment of the present invention is terminated. However, if the driver file (Inf File) to be installed is the monitor driver file, in step 70 the CPU 23 checks whether the monitor information acquired in step 40 and the monitor driver file (Monitor Inf File) to be installed are the same manufacturer. . An example of the monitor driver file used in this checking step is shown in FIG.
70단계의 검사결과 현재 사용중인 모니터 드라이버의 제조사와 인스톨하고자 하는 모니터 드라이버 파일의 제조사가 동일하면 CPU(23)는 80단계로 진행하여 모델 정보를 버퍼에 저장하고 윈도우화면의 모델 선택화면에 순차적으로 등록시킨다. 이것은 컴퓨터 시스템 사용자가 원하는 모델을 선택할 수 있도록 하기 위함이다. 만약 플러그 앤 플레이에 의해 현재 사용중인 모니터 드라이버와 호환되는 것은 벤더(Vendor)ID와 생산자 ID를 상호 비교하여 같은 것만 디스플레이할 수도 있다. 이렇게 하면 많은 모니터 모델중에 호환이 가능한 모델만 등록될 수 있기 때문에 사용자가 모델을 선택함에 있어 편리함을 느낄 수 있을 것이다.If the manufacturer of the monitor driver being used is the same as the manufacturer of the monitor driver file to be installed, the CPU 23 proceeds to step 80 to store model information in a buffer and sequentially to the model selection screen of the window screen. Register. This is to allow the computer system user to select the desired model. If it is compatible with the monitor driver currently in use by Plug and Play, it may display only the same by comparing Vendor ID and Producer ID. This will make it easier for the user to choose a model because only compatible models can be registered among many monitor models.
90단계에서 마지막 모델까지 등록이 완료되었다고 판단되면 CPU(23)는 100단계로 진행하여 데이터 입력장치(키보드 혹은 마우스)로부터 모델 선택이 있는가를 검사한다. 검사결과 모델 선택이 있으면 110단계로 진행하여 InstallDevice()함수를 실행하여 선택된 모니터 드라이버를 인스톨시킨다.If it is determined in step 90 that the registration is completed up to the last model, the CPU 23 proceeds to step 100 to check whether there is a model selection from the data input device (keyboard or mouse). If there is a model selection as a result of the test, the process proceeds to step 110 to execute the InstallDevice () function and install the selected monitor driver.
따라서 사용자는 모니터 드라이버 인스톨 명령과 모델선택 2번의 동작만으로도 소망하는 모니터 드라이버를 편리하게 인스톨시킬 수 있게 되는 것이다.Therefore, the user can conveniently install the desired monitor driver only by executing the monitor driver installation command and the model selection twice.
상술한 바와 같이 본 발명은 일반적인 모니터 드라이버 인스톨 방법과는 달리 간단한 조작만으로도 모니터 드라이버를 자동 인스톨시킬 수 있기 때문에, 컴퓨터 시스템 사용자에게 편의성을 제공하는 효과가 있다.As described above, unlike the general monitor driver installation method, the present invention can automatically install the monitor driver with a simple operation, thereby providing convenience to a computer system user.
한편 본 발명은 도면에 도시된 실시예들을 참고로 설명되었으나 이는 예시적인 것에 불과하며, 당해 기술분야에 통상의 지식을 지닌자라면 이로부터 다양한 변형 및 균등한 타실시예가 가능하다는 점을 이해할 것이다. 따라서 본 발명의 진정한 기술적 보호범위는 첨부된 특허청구범위에 의해서만 정해져야 할 것이다.On the other hand, the present invention has been described with reference to the embodiments shown in the drawings, which are merely exemplary, and those skilled in the art will understand that various modifications and equivalent other embodiments are possible therefrom. Therefore, the true technical protection scope of the present invention should be defined only by the appended claims.
Claims (4)
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2001-0025924A KR100425285B1 (en) | 2001-05-11 | 2001-05-11 | Monitor driver install method and recording medium recorded the same method |
CN02802103A CN1463399A (en) | 2001-05-11 | 2002-05-10 | Method for optimizing computer monitoring system and automatically installing drive program for storage media with active program |
PCT/KR2002/000878 WO2002093368A1 (en) | 2001-05-11 | 2002-05-10 | Driver auto-install method for optimizing computer monitor system and storage media having program source thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2001-0025924A KR100425285B1 (en) | 2001-05-11 | 2001-05-11 | Monitor driver install method and recording medium recorded the same method |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20020086155A KR20020086155A (en) | 2002-11-18 |
KR100425285B1 true KR100425285B1 (en) | 2004-03-30 |
Family
ID=19709376
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR10-2001-0025924A Expired - Fee Related KR100425285B1 (en) | 2001-05-11 | 2001-05-11 | Monitor driver install method and recording medium recorded the same method |
Country Status (3)
Country | Link |
---|---|
KR (1) | KR100425285B1 (en) |
CN (1) | CN1463399A (en) |
WO (1) | WO2002093368A1 (en) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100977044B1 (en) | 2003-06-02 | 2010-08-20 | 삼성전자주식회사 | Computer system and its control method |
US7825915B2 (en) | 2004-02-03 | 2010-11-02 | Intel Corporation | Codec control |
CN100362500C (en) * | 2004-10-11 | 2008-01-16 | 佛山市顺德区顺达电脑厂有限公司 | Method for controlling and raising efficiency of driver program by using software events |
KR100662363B1 (en) * | 2004-10-19 | 2007-01-02 | 엘지전자 주식회사 | Installation apparatus and method of display device |
CN100595826C (en) * | 2007-06-20 | 2010-03-24 | 大同股份有限公司 | Login registration authorization system and method for downloading extended display identification data |
CN100593809C (en) * | 2007-06-20 | 2010-03-10 | 大同股份有限公司 | management method using extended display identification data |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20020014364A (en) * | 2000-08-17 | 2002-02-25 | 윤종용 | auto-diagnosis apparatus and method of device driver |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5353432A (en) * | 1988-09-09 | 1994-10-04 | Compaq Computer Corporation | Interactive method for configuration of computer system and circuit boards with user specification of system resources and computer resolution of resource conflicts |
US5748980A (en) * | 1994-05-27 | 1998-05-05 | Microsoft Corporation | System for configuring a computer system |
US5933631A (en) * | 1997-03-17 | 1999-08-03 | International Business Machines Corporation | Dynamic boot filesystem selection |
-
2001
- 2001-05-11 KR KR10-2001-0025924A patent/KR100425285B1/en not_active Expired - Fee Related
-
2002
- 2002-05-10 WO PCT/KR2002/000878 patent/WO2002093368A1/en not_active Application Discontinuation
- 2002-05-10 CN CN02802103A patent/CN1463399A/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20020014364A (en) * | 2000-08-17 | 2002-02-25 | 윤종용 | auto-diagnosis apparatus and method of device driver |
Also Published As
Publication number | Publication date |
---|---|
WO2002093368A1 (en) | 2002-11-21 |
KR20020086155A (en) | 2002-11-18 |
CN1463399A (en) | 2003-12-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6279154B1 (en) | Apparatus and method for an install system for third party applications | |
US8190785B2 (en) | Plug-and-play device and method for enhancing features and settings in an interactive display system | |
KR100671153B1 (en) | How to install device driver | |
US20010039611A1 (en) | Setting method for installing plug and play device | |
US6934956B1 (en) | Method and apparatus for installing an operating system | |
US20060224794A1 (en) | Using USB memory device to recover operating system | |
US20110126043A1 (en) | Operating System-Firmware Interface Update Recovery | |
US8024722B2 (en) | Method and system for automatic installation of a functional unit driver on a host | |
US7080247B2 (en) | System and method for automated display driver management | |
TWI450194B (en) | Method and system for processing operating system, computer readable storage medium storing the method | |
US20060106896A1 (en) | System and method for creating list of backup files based upon program properties | |
US20050132352A1 (en) | Installation of hardware devices | |
US7657732B2 (en) | Apparatus and method for securely and conveniently rebooting a computer system | |
KR100425285B1 (en) | Monitor driver install method and recording medium recorded the same method | |
KR20130024667A (en) | Method and apparatus for installing software automatically | |
US8947689B2 (en) | Information processing apparatus having reliable display screen control within printer driver, storage medium, and control method thereof | |
US20070006220A1 (en) | Computer system, system software installation method, and software installation method of portable computer | |
US20110252414A1 (en) | System using separate modules to update software and the method thereof | |
US7005846B2 (en) | System and method for application control in measurement devices | |
KR100755697B1 (en) | Software installation method, device, and system | |
JP2005010912A (en) | Program and computer | |
KR20030016746A (en) | System and method for program upgrade | |
KR20020080587A (en) | Method for installing device in microsoft windows and thereof media | |
KR20080010492A (en) | Vendor unique command execution method and device | |
Steers | Faster for free: want to get more from your megahertz? These slick tips and tools are like a no-cost PC upgrade. |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
St.27 status event code: A-0-1-A10-A12-nap-PA0109 |
|
PA0201 | Request for examination |
St.27 status event code: A-1-2-D10-D11-exm-PA0201 |
|
PN2301 | Change of applicant |
St.27 status event code: A-3-3-R10-R13-asn-PN2301 St.27 status event code: A-3-3-R10-R11-asn-PN2301 |
|
R17-X000 | Change to representative recorded |
St.27 status event code: A-3-3-R10-R17-oth-X000 |
|
PG1501 | Laying open of application |
St.27 status event code: A-1-1-Q10-Q12-nap-PG1501 |
|
R17-X000 | Change to representative recorded |
St.27 status event code: A-3-3-R10-R17-oth-X000 |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
St.27 status event code: A-1-2-D10-D21-exm-PE0902 |
|
E13-X000 | Pre-grant limitation requested |
St.27 status event code: A-2-3-E10-E13-lim-X000 |
|
P11-X000 | Amendment of application requested |
St.27 status event code: A-2-2-P10-P11-nap-X000 |
|
P13-X000 | Application amended |
St.27 status event code: A-2-2-P10-P13-nap-X000 |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
St.27 status event code: A-1-2-D10-D22-exm-PE0701 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
St.27 status event code: A-2-4-F10-F11-exm-PR0701 |
|
PR1002 | Payment of registration fee |
St.27 status event code: A-2-2-U10-U11-oth-PR1002 Fee payment year number: 1 |
|
PG1601 | Publication of registration |
St.27 status event code: A-4-4-Q10-Q13-nap-PG1601 |
|
PR1001 | Payment of annual fee |
St.27 status event code: A-4-4-U10-U11-oth-PR1001 Fee payment year number: 4 |
|
PR1001 | Payment of annual fee |
St.27 status event code: A-4-4-U10-U11-oth-PR1001 Fee payment year number: 5 |
|
FPAY | Annual fee payment |
Payment date: 20090319 Year of fee payment: 6 |
|
PR1001 | Payment of annual fee |
St.27 status event code: A-4-4-U10-U11-oth-PR1001 Fee payment year number: 6 |
|
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |
St.27 status event code: A-4-4-U10-U13-oth-PC1903 Not in force date: 20100320 Payment event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE |
|
PC1903 | Unpaid annual fee |
St.27 status event code: N-4-6-H10-H13-oth-PC1903 Ip right cessation event data comment text: Termination Category : DEFAULT_OF_REGISTRATION_FEE Not in force date: 20100320 |