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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-06-13T00:36:08+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-06-13T00:36:08+02:00</updated>

		<published>2010-06-13T00:36:08+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4421&amp;p=14767#p14767</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4421&amp;p=14767#p14767"/>
		<title type="html"><![CDATA[Linux Kernel Driver]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4421&amp;p=14767#p14767"><![CDATA[
Hi,<br />i'm writing kernel driver for vusb device. And I can't obtain vendorName and productName of my device.<br /><br />I'd tried this:<br /><div class="codebox"><p>Code: </p><pre><code>rv = usb_control_msg(dev-&gt;udev, usb_rcvctrlpipe(dev-&gt;udev, 0), USB_REQ_GET_DESCRIPTOR, (USB_DT_STRING &lt;&lt; 8) , 0x0409, dev-&gt;interface, vendor, 64, 500);</code></pre></div><br />It should put vendorName of VUSB device to char table vendor.<br /><br />But it doesn't work. Does anyone has any idea??<p>Statistics: Posted by Guest — Sun Jun 13, 2010 12:36 am</p><hr />
]]></content>
	</entry>
	</feed>
