USB Composite Device Problem?

B

bug

I have a infrared computer remote device(combin keyboard and mouse).
Receiver is USB interface.in the XPE,system identify is USB composite
Device.put this device in to usb interface, system auto install driver is
error!update driver to system include the driver(USB composite Device) that
is ok.but again put this device in to usb interface,system auto install
driver is error too.
i can to do that? thank you!
 
S

Sean Liming \(eMVP\)

If you search the newsgroups, there were some missing registry keys for the
USB Composite device in SP1. I had a composite USB keyboard/mouse device
that required the following registry keys to run properly:

Path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\UsbFlags\IgnoreHWSerNum04710302
Type: REG_BINARY
Value: 11

Path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\UsbFlags\GlobalDisableSerNumGen
Type: REG_BINARY
Value: 11

Path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\UsbFlags\GenericUSBDeviceString
Type: REG_SZ
Value: USB Device

Path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\UsbFlags\GenericCompositeUSBDeviceString
Type: REG_SZ
Value: Composite USB Device

Regards,

Sean Liming (eMVP)
Managing Director
SJJ Embedded Micro Solutions

Author of
Windows XP Embedded Supplemental Toolkit Covering XPe SP2
Windows XP Embedded Advanced
Windows NT Embedded Step-by-Step

All available at www.sjjmicro.com

XPe Center website: www.seanliming.com

To learn more about Windows XP Embedded, come to MEDC 2005 in Las Vegas!
www.medc2005.com
 
B

bug

Thank you! But I don't known,how add registry keys to XPE system.
use regedit.exe?
in my xpe system, i not find
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\UsbFlags".
i need manual add to registry?
 
K

KM

bug,
Thank you! But I don't known,how add registry keys to XPE system.
use regedit.exe?

Yes. Or reg.exe. Or you own app that calls to Registry APIs. Whatever is in your XPe build.
in my xpe system, i not find "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\UsbFlags".
i need manual add to registry?

The key and all the values Sean mentioned.
Since the key is not there on your image it is likely you are dealing with XPe SP1 or earlier.

KM
 
S

Sean Liming \(eMVP\)

I have created a component in the past with the registry keys in it.

Regards,

Sean
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top