From: Peter on 12 Mar 2010 02:07 Hi all, We develop a disk low filter driver and we want to get the certification for this driver from Microsoft, what test catalog it should be passed in WLK? our software package includes a disk low filter driver and a bus enumeration driver, thanks. Regards, Peter,
From: Tim Roberts on 14 Mar 2010 21:52 "Peter" <peter_hsu(a)vasstek.com.tw> wrote: > > We develop a disk low filter driver and we want to get the >certification for this driver from Microsoft, what test catalog >it should be passed in WLK? our software package includes >a disk low filter driver and a bus enumeration driver, thanks. What device class do you have in the header of your INF file? That determines the class you need to file under. The lower filter itself, since it doesn't use an INF file, will probably have to go unclassified. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: Peter on 22 Mar 2010 03:33 Hi, The device class of our INF for the filter driver is DiskDrive, the device of our INF file for the bus enumeration driver is System, if we want to provide this software package including the filter driver and bus enumeration driver, what test catalog they should go for certification in WLK? In the same catalog or has its own catalog? Do we need to discuss with Microsoft? Regards, Peter, "Tim Roberts" <timr(a)probo.com> ??? news:ek4rp55o2t2paee9cpfepal0a9n1481vgh(a)4ax.com ???... > "Peter" <peter_hsu(a)vasstek.com.tw> wrote: > > > > We develop a disk low filter driver and we want to get the > >certification for this driver from Microsoft, what test catalog > >it should be passed in WLK? our software package includes > >a disk low filter driver and a bus enumeration driver, thanks. > > What device class do you have in the header of your INF file? That > determines the class you need to file under. > > The lower filter itself, since it doesn't use an INF file, will probably > have to go unclassified. > -- > Tim Roberts, timr(a)probo.com > Providenza & Boekelheide, Inc.
From: Tim Roberts on 22 Mar 2010 23:15 "Peter" <peter_hsu(a)vasstek.com.tw> wrote: > > The device class of our INF for the filter driver is DiskDrive, the >device of our INF file for the bus enumeration driver is System, if we >want to provide this software package including the filter driver and >bus enumeration driver, what test catalog they should go for >certification in WLK? In the same catalog or has its own catalog? Do >we need to discuss with Microsoft? You have two driver packages in two different classes. That's two catalog files and two submissions. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: Peter on 22 Mar 2010 23:34 Hi all, Which test catalog they shoud go for the certification in WLK? and we need to discuss with Microsoft? Regards, Peter, "Tim Roberts" <timr(a)probo.com> ??? news:52cgq5dqorbc7nugdsl99p1ilau6ptmomp(a)4ax.com ???... > "Peter" <peter_hsu(a)vasstek.com.tw> wrote: > > > > The device class of our INF for the filter driver is DiskDrive, the > >device of our INF file for the bus enumeration driver is System, if we > >want to provide this software package including the filter driver and > >bus enumeration driver, what test catalog they should go for > >certification in WLK? In the same catalog or has its own catalog? Do > >we need to discuss with Microsoft? > > You have two driver packages in two different classes. That's two catalog > files and two submissions. > -- > Tim Roberts, timr(a)probo.com > Providenza & Boekelheide, Inc.
|
Next
|
Last
Pages: 1 2 Prev: TDI_EVENT_RECEIVE_DATAGRAM callcack missing on vista Next: Export functions in a driver |