From: Tim Roberts on 21 May 2010 00:44 Kai <Kai(a)discussions.microsoft.com> wrote: > >I tried both versions: install and update. Anytime the same error. >But I've found out, that when I program my usb device to be for example a >HID Mouse, and install my driver for that device, the driver loads >successfully. But when I revert my usb-device to be the custom-device, then >the driver fails to load. Does the device appear in Device Manager? If you're popping up in Device Manager (as an unknown device, presumably), then your descriptors are probably pretty close. >So I think it might have something to do with the configuration descriptor >of my usb device. >Do you have any idea, where I could obtain information about why windows >does or does not like my descriptor? Post your descriptors here and we'll take a look. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: Doron Holan [MSFT] on 21 May 2010 12:26 devcon install is not what you want, that will create a root enumerated device. use devcon update exclusively "Kai" wrote in message news:9A5CD775-526A-4B04-8698-33944BA36139(a)microsoft.com... I tried both versions: install and update. Anytime the same error. But I've found out, that when I program my usb device to be for example a HID Mouse, and install my driver for that device, the driver loads successfully. But when I revert my usb-device to be the custom-device, then the driver fails to load. So I think it might have something to do with the configuration descriptor of my usb device. Do you have any idea, where I could obtain information about why windows does or does not like my descriptor?
First
|
Prev
|
Pages: 1 2 Prev: What is KMDF_VERSION_MAJOR actually for? Next: Driver unloads - do not know why |