<?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/10872" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2017-07-14T17:54:47+02:00</updated>

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

		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2017-07-14T17:54:47+02:00</updated>

		<published>2017-07-14T17:54:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32623#p32623</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32623#p32623"/>
		<title type="html"><![CDATA[Re: USB_CFG_DESCR_PROPS_STRING_PRODUCT          dynamic?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32623#p32623"><![CDATA[
It's ok, I solve my issue last night. My main issue was USB_PROP_LENGTH(12) needed  USB_PROP_LENGTH(24). Thx for the link, I'll check it out and see if we used the same approach.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Fri Jul 14, 2017 5:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[horo]]></name></author>
		<updated>2017-07-05T12:14:27+02:00</updated>

		<published>2017-07-05T12:14:27+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32499#p32499</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32499#p32499"/>
		<title type="html"><![CDATA[Re: USB_CFG_DESCR_PROPS_STRING_PRODUCT          dynamic?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32499#p32499"><![CDATA[
Hi ulao,<br /><br />I did this in my MIDI project to allow a dynamic naming via an e.g. address switch to have more than one devices connected and recognized. Please have a look at the source code at my <a href="https://bitbucket.org/horo/v-usb-midi" class="postlink">bitbucket</a>. Unfortunately I have not time to deep dive into my code, so please try it at your own - but as a long time V-USB-user you should have no problem.<br /><br />Ciao, Martin<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=891">horo</a> — Wed Jul 05, 2017 12:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2017-06-27T15:18:10+02:00</updated>

		<published>2017-06-27T15:18:10+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32426#p32426</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32426#p32426"/>
		<title type="html"><![CDATA[USB_CFG_DESCR_PROPS_STRING_PRODUCT          dynamic?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=10872&amp;p=32426#p32426"><![CDATA[
how can I make this dynamic. I need to set my product string via eeprom for a project I'm using.<br /><br /><br /><br />tried <br />#define USB_CFG_DESCR_PROPS_STRING_PRODUCT          (USB_PROP_IS_RAM | USB_PROP_LENGTH(12))<br />and<br />#define USB_CFG_DESCR_PROPS_STRING_PRODUCT     USB_PROP_IS_DYNAMIC | USB_PROP_IS_RAM)<br /><br />both allow the code to work.<br />i.e. rename first letter to x<br />usbDescriptorStringDevice[0] = 'x';<br /> <br />but nether work. I get some basic windows name for the device. The generic name for the gamepad class I think ( 8 axis, 24 button ..)<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Tue Jun 27, 2017 3:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
