PC Review


Reply
Thread Tools Rate Thread

USB Composite Device Problem?

 
 
bug
Guest
Posts: n/a
 
      28th Feb 2005
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!


 
Reply With Quote
 
 
 
 
Sean Liming \(eMVP\)
Guest
Posts: n/a
 
      1st Mar 2005
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



"bug" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>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!
>



 
Reply With Quote
 
bug
Guest
Posts: n/a
 
      1st Mar 2005
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?

"Sean Liming (eMVP)" <(E-Mail Removed)> 写入消息新闻:(E-Mail Removed)...
> 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
>
>
>
> "bug" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>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!
>>

>
>



 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      1st Mar 2005
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

> "Sean Liming (eMVP)" <(E-Mail Removed)> 写入消息新闻:(E-Mail Removed)...
>> 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
>>
>>
>>
>> "bug" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>>>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!
>>>

>>
>>

>
>



 
Reply With Quote
 
Sean Liming \(eMVP\)
Guest
Posts: n/a
 
      1st Mar 2005
I have created a component in the past with the registry keys in it.

Regards,

Sean


"bug" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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?
>
> "Sean Liming (eMVP)" <(E-Mail Removed)>
> 写入消息新闻:(E-Mail Removed)...
>> 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
>>
>>
>>
>> "bug" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>>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!
>>>

>>
>>

>
>



 
Reply With Quote
 
bug
Guest
Posts: n/a
 
      2nd Mar 2005
Thank you every body! I manual add key to registry. resolve problem! thank
you!



"Sean Liming (eMVP)" <(E-Mail Removed)> 写入消息新闻:(E-Mail Removed)...
> 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
>
>
>
> "bug" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>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!
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Usb Composite device + boot raraks@gmail.com Windows XP Embedded 4 24th Jun 2008 11:32 PM
USB Composite Device problem =?Utf-8?B?Y2hlbXRyb29wZXI=?= Windows XP Help 0 8th Mar 2007 02:06 AM
Problem of using IOCTL_INTERNAL_USB_CYCLE_PORT (USB composite device) on Windows 2000 . Jeth Chang Windows XP Drivers 0 15th Jan 2005 03:12 AM
usb composite device problem Bill Windows XP General 0 20th Aug 2004 03:14 PM
usb composite device sikane Windows XP Hardware 0 30th Jul 2004 05:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:31 AM.