cached USB device descriptors

Posted: 11-30-2004, 03:56 AM
Hi,

We manafacture a dedicated piece of hardware and each piece of hardware has
a unique USB string descriptor. This is the way that we designed the product
and useful for us to have. However, for internal testing, each time we
connect the USB device to a windows machine, it finds the new device and
requests that the driver is re-installed. We have noticed that the more
machines that the windows device recognises, the longer it takes to be able
to recognice a new device. Presumably it's searching through it's list of
known USB devices, which is growing larger and larger and larger....

This problem has only really shown itself on the windows 2000 machine that
we have. Sorry if the post was inappropriate.

Does anyone have any suggestions for working around this problem? Is there a
way to delete the list of "known USB devices" that the OS knows about?

I've searched the registry for this sort of information, but it doesn't seem
to be stored there.

Any help is appreciated,
Brett.
Reply With Quote

Responses to "cached USB device descriptors"

Pavel A.
Guest
Posts: n/a
 
RE: cached USB device descriptors
Posted: 12-02-2004, 08:59 PM
There is a registry hack that disables recognition of USB serial numbers.
It will do what you need.
Search microsoft.public.development.device.drivers NG or google.

To delete the build-up of stale device instances. use devcon tool (search MS
downloads).

Good luck,
--PA

"Brett" wrote:
> Hi,
>
> We manafacture a dedicated piece of hardware and each piece of hardware has
> a unique USB string descriptor. This is the way that we designed the product
> and useful for us to have. However, for internal testing, each time we
> connect the USB device to a windows machine, it finds the new device and
> requests that the driver is re-installed. We have noticed that the more
> machines that the windows device recognises, the longer it takes to be able
> to recognice a new device. Presumably it's searching through it's list of
> known USB devices, which is growing larger and larger and larger....
>
> This problem has only really shown itself on the windows 2000 machine that
> we have. Sorry if the post was inappropriate.
>
> Does anyone have any suggestions for working around this problem? Is there a
> way to delete the list of "known USB devices" that the OS knows about?
>
> I've searched the registry for this sort of information, but it doesn't seem
> to be stored there.
>
> Any help is appreciated,
> Brett.
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote Desktop cached credentials Jeff Vandervoort Windows Vista Networking & Sharing 2 08-01-2007 04:04 PM
SuperFetch + Cached memory Peter M Windows Vista Performance & Maintenance 2 09-16-2006 04:27 AM
XP Laptops and Cached Credentials Mark Windows XP Setup 0 07-18-2003 08:06 PM
Printing using cached profiles marta landini Windows XP Printers / Scanners / Fax 0 07-15-2003 05:17 PM
CHK DSKfinds unused index entries and security descriptors Tom Windows XP Hardware 0 07-03-2003 05:05 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90