<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/3037" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-07-21T11:09:06+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/3037</id>

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-07-21T11:09:06+02:00</updated>

		<published>2009-07-21T11:09:06+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10239#p10239</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10239#p10239"/>
		<title type="html"><![CDATA[Re: Still &quot;Template&quot;?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10239#p10239"><![CDATA[
Thanks for the info! The serial number is a good idea. We might spend some more PIDs for serial-number-based discrimination...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Jul 21, 2009 11:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-07-21T10:54:33+02:00</updated>

		<published>2009-07-21T10:54:33+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10238#p10238</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10238#p10238"/>
		<title type="html"><![CDATA[Re: Still &quot;Template&quot;?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10238#p10238"><![CDATA[
AFAIK Windows does that only for HID devices it takes control of (keyboards, mice &amp; game controllers), vendor class devices are unaffected by that. Reading the name via libusb should always work since it bypasses most of the windows baggage. Reading the name via the HID api should work too, the buffering happens in the DI layer higher up.<br /><br />There is a way around that BTW. Windows identifies a device by VID/PID and serial no. string if implemented -- the serial no. string would be a better &quot;extended&quot; device identfier than the name &amp; vendor strings, at least for non-vendor class HID devices.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Tue Jul 21, 2009 10:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-07-21T10:44:17+02:00</updated>

		<published>2009-07-21T10:44:17+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10237#p10237</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10237#p10237"/>
		<title type="html"><![CDATA[Re: Still &quot;Template&quot;?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10237#p10237"><![CDATA[
Is this new behavior in XP? If Windows caches the vendor and product string, our shared PID won't work. This used to work when I tested it...<br /><br />Or do we still read the correct name if we use libusb? Or the method used to find HIDs?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Jul 21, 2009 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2009-07-21T10:35:56+02:00</updated>

		<published>2009-07-21T10:35:56+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10235#p10235</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10235#p10235"/>
		<title type="html"><![CDATA[Re: Still &quot;Template&quot;?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10235#p10235"><![CDATA[
Yea, Windows will read the name only once -- the first time it sees a new device. It then stores it in the registry and will use that name afterwards. To fix it: While the device is connected, go to the device manager --&gt; Human Interface Devices. Find the HID-Compliant game controller entry (check the VID/PID in the Properties/Details tab), right click the entry and Uninstall it. Disconnect and reconnect the device, it should now come up w/ the correct name.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Tue Jul 21, 2009 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-07-20T16:35:29+02:00</updated>

		<published>2009-07-20T16:35:29+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10226#p10226</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10226#p10226"/>
		<title type="html"><![CDATA[Re: Still &quot;Template&quot;?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10226#p10226"><![CDATA[
Windows may have cached this info for your VID/PID pair. You can somehow flush that cache, but I'm not a Windows expert.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Jul 20, 2009 4:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-07-20T16:26:36+02:00</updated>

		<published>2009-07-20T16:26:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10225#p10225</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10225#p10225"/>
		<title type="html"><![CDATA[Still &quot;Template&quot;?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3037&amp;p=10225#p10225"><![CDATA[
Hello!<br /><br />I'm experimenting with V-USB as replacement electronics for my Medion-SteeringWheel (which is a peace of crap and also not running on vista with original electronics.. Sorry, just had to tell that <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=";)" title="Wink" /> ).<br />I've changed the &quot;USB_CFG_VENDOR_NAME&quot;  and DEVICE_NAME in usbconfig to my own and adapted length constants, still when i connect the device it says &quot;Template&quot; in the game controllers list.  What could I have missed?<p>Statistics: Posted by Guest — Mon Jul 20, 2009 4:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
