<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/linux/usb/Kbuild, branch v2.6.38.6</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>USB: export the new ch11.h file to userspce</title>
<updated>2010-05-20T20:21:40+00:00</updated>
<author>
<name>Alan Stern</name>
<email>stern@rowland.harvard.edu</email>
</author>
<published>2010-04-30T16:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3b02ca3218cf878e206545041aa811073e4f6c79'/>
<id>3b02ca3218cf878e206545041aa811073e4f6c79</id>
<content type='text'>
This patch (as1374) cleans up a few loose ends in the
include/linux/usb/ch11.h header file and exports it to userspace.

Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;
Cc: Eric Lescouet &lt;Eric.Lescouet@virtuallogix.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch (as1374) cleans up a few loose ends in the
include/linux/usb/ch11.h header file and exports it to userspace.

Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;
Cc: Eric Lescouet &lt;Eric.Lescouet@virtuallogix.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: vstusb.c: removal of driver for Vernier Software &amp; Technology, Inc., devices and spectrometers</title>
<updated>2010-03-02T22:55:08+00:00</updated>
<author>
<name>Dennis O'Brien</name>
<email>dennis.obrien@eqware.net</email>
</author>
<published>2010-02-15T16:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6d61ae9112960a2b3ed3360602dfb3bfd357954f'/>
<id>6d61ae9112960a2b3ed3360602dfb3bfd357954f</id>
<content type='text'>
This patch removes the vstusb driver and support from the Linux tree.
This driver provided support for Vernier Software &amp; Technology devices
and spectrometers (Ocean Optics). This driver is being replaced by a
user space - libusb - implementation.

Signed-off-by: Jim Collar &lt;jim.collar@eqware.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes the vstusb driver and support from the Linux tree.
This driver provided support for Vernier Software &amp; Technology devices
and spectrometers (Ocean Optics). This driver is being replaced by a
user space - libusb - implementation.

Signed-off-by: Jim Collar &lt;jim.collar@eqware.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>usb: vstusb.c : new driver for spectrometers used by Vernier Software &amp; Technology, Inc.</title>
<updated>2008-10-17T21:41:01+00:00</updated>
<author>
<name>Stephen Ware</name>
<email>stephen.ware@eqware.net</email>
</author>
<published>2008-09-30T18:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=cbc30118d7a376dab4113f299c0c8f035737a5c3'/>
<id>cbc30118d7a376dab4113f299c0c8f035737a5c3</id>
<content type='text'>
This patch adds the vstusb driver to the drivers/usb/misc directory.
This driver provides support for Vernier Software &amp; Technology
spectrometers, all made by Ocean Optics. The driver provides both IOCTL
and read()/write() methods for sending raw data to spectrometers across
the bulk channel. Each method allows for a configured timeout.

From: Stephen Ware &lt;stephen.ware@eqware.net&gt;
Signed-off-by: Dennis O'Brien &lt;dennis.obrien@eqware.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the vstusb driver to the drivers/usb/misc directory.
This driver provides support for Vernier Software &amp; Technology
spectrometers, all made by Ocean Optics. The driver provides both IOCTL
and read()/write() methods for sending raw data to spectrometers across
the bulk channel. Each method allows for a configured timeout.

From: Stephen Ware &lt;stephen.ware@eqware.net&gt;
Signed-off-by: Dennis O'Brien &lt;dennis.obrien@eqware.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>USB: add USB test and measurement class driver</title>
<updated>2008-10-17T21:40:51+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-08-26T23:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5b775f672cc993ba9dba5626811ab1f2ac42883b'/>
<id>5b775f672cc993ba9dba5626811ab1f2ac42883b</id>
<content type='text'>
This driver was originaly written by Stefan Kopp, but massively
reworked by Greg for submission.

Thanks to Felipe Balbi &lt;me@felipebalbi.com&gt; for lots of work in cleaning
up this driver.

Thanks to Oliver Neukum &lt;oliver@neukum.org&gt; for reviewing previous
versions and pointing out problems.


Cc: Stefan Kopp &lt;stefan_kopp@agilent.com&gt;
Cc: Marcel Janssen &lt;korgull@home.nl&gt;
Cc: Felipe Balbi &lt;me@felipebalbi.com&gt;
Cc: Oliver Neukum &lt;oliver@neukum.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This driver was originaly written by Stefan Kopp, but massively
reworked by Greg for submission.

Thanks to Felipe Balbi &lt;me@felipebalbi.com&gt; for lots of work in cleaning
up this driver.

Thanks to Oliver Neukum &lt;oliver@neukum.org&gt; for reviewing previous
versions and pointing out problems.


Cc: Stefan Kopp &lt;stefan_kopp@agilent.com&gt;
Cc: Marcel Janssen &lt;korgull@home.nl&gt;
Cc: Felipe Balbi &lt;me@felipebalbi.com&gt;
Cc: Oliver Neukum &lt;oliver@neukum.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: g_printer.h does not need to be "unifdef"ed.</title>
<updated>2008-03-10T23:42:26+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2008-03-07T16:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e61062587d0484c3852e822e844416c728362438'/>
<id>e61062587d0484c3852e822e844416c728362438</id>
<content type='text'>
Since the header file g_printer.h doesn't depend on __KERNEL__,
there's no need to unifdef it in the Kbuild file.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the header file g_printer.h doesn't depend on __KERNEL__,
there's no need to unifdef it in the Kbuild file.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"</title>
<updated>2008-02-01T22:34:50+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2007-11-14T21:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6d71190e945d31617324e8320965946ad17e6e8c'/>
<id>6d71190e945d31617324e8320965946ad17e6e8c</id>
<content type='text'>
Given that none of the referenced header files test the proprocessor
conditional __KERNEL__, there's no point "unifdef"fing them.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given that none of the referenced header files test the proprocessor
conditional __KERNEL__, there's no point "unifdef"fing them.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: add Printer Gadget Driver</title>
<updated>2008-02-01T22:34:49+00:00</updated>
<author>
<name>Craig W. Nadler</name>
<email>craig@nadler.us</email>
</author>
<published>2007-11-11T23:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=25a010c8c1a5f0cc2e2794adf969e2df2ad1f0b6'/>
<id>25a010c8c1a5f0cc2e2794adf969e2df2ad1f0b6</id>
<content type='text'>
G_PRINTER: Adds a USB printer gadget driver for use in printer firmware.

This adds a USB printer gadget driver for use in printer firmware.
The printer gadget channels data between the USB host and a userspace
program driving the print engine. The user space program reads and
writes the device file /dev/g_printer to receive or send printer data.
It can use ioctl calls to the device file to get or set printer status.

Signed-off-by: Craig W. Nadler &lt;craig@nadler.us&gt;
Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
G_PRINTER: Adds a USB printer gadget driver for use in printer firmware.

This adds a USB printer gadget driver for use in printer firmware.
The printer gadget channels data between the USB host and a userspace
program driving the print engine. The user space program reads and
writes the device file /dev/g_printer to receive or send printer data.
It can use ioctl calls to the device file to get or set printer status.

Signed-off-by: Craig W. Nadler &lt;craig@nadler.us&gt;
Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>USB: export &lt;linux/usb_gadgetfs&gt; as &lt;linux/usb/gadgetfs.h&gt;</title>
<updated>2007-07-12T23:29:50+00:00</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2007-05-15T02:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a5262dcfda9163ca1f8a64349a6f7ba640ac1dc2'/>
<id>a5262dcfda9163ca1f8a64349a6f7ba640ac1dc2</id>
<content type='text'>
Make sure gadgetfs userspace interface is properly exported:

 - Move &lt;linux/usb_gadgetfs.h&gt; to &lt;linux/usb/gadgetfs.h&gt;;
 - Export it using Kbuild;
 - Add an #include guard;
 - Correct some internal documentation;
 - Update struct layout so it's the same on 32/64 bit kernels.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure gadgetfs userspace interface is properly exported:

 - Move &lt;linux/usb_gadgetfs.h&gt; to &lt;linux/usb/gadgetfs.h&gt;;
 - Export it using Kbuild;
 - Add an #include guard;
 - Correct some internal documentation;
 - Update struct layout so it's the same on 32/64 bit kernels.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>USB: &lt;linux/usb_ch9.h&gt; becomes &lt;linux/usb/ch9.h&gt;</title>
<updated>2007-02-07T23:44:32+00:00</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2006-12-16T23:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5f848137744106ee737f559454ce5adfceb38347'/>
<id>5f848137744106ee737f559454ce5adfceb38347</id>
<content type='text'>
This moves &lt;linux/usb_ch9.h&gt; to &lt;linux/usb/ch9.h&gt; to reduce some of the
clutter of usb header files.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves &lt;linux/usb_ch9.h&gt; to &lt;linux/usb/ch9.h&gt; to reduce some of the
clutter of usb header files.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
</feed>
