Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47632
b: refs/heads/master
c: c67687f
h: refs/heads/master
v: v3
  • Loading branch information
Don Mullis authored and Linus Torvalds committed Feb 11, 2007
1 parent e1fe694 commit 26c0632
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 249b061a9aab247d4daf3a2f28e8836e722c3d99
refs/heads/master: c67687f36acd5e9f387474547143c12fc9ec2737
4 changes: 2 additions & 2 deletions trunk/Documentation/DocBook/gadget.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,13 @@ slightly.
<para>Gadget drivers
rely on common USB structures and constants
defined in the
<filename>&lt;linux/usb_ch9.h&gt;</filename>
<filename>&lt;linux/usb/ch9.h&gt;</filename>
header file, which is standard in Linux 2.6 kernels.
These are the same types and constants used by host
side drivers (and usbcore).
</para>

!Iinclude/linux/usb_ch9.h
!Iinclude/linux/usb/ch9.h
</sect1>

<sect1 id="core"><title>Core Objects and Methods</title>
Expand Down
6 changes: 3 additions & 3 deletions trunk/Documentation/DocBook/usb.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@

<chapter><title>USB-Standard Types</title>

<para>In <filename>&lt;linux/usb_ch9.h&gt;</filename> you will find
<para>In <filename>&lt;linux/usb/ch9.h&gt;</filename> you will find
the USB data types defined in chapter 9 of the USB specification.
These data types are used throughout USB, and in APIs including
this host side API, gadget APIs, and usbfs.
</para>

!Iinclude/linux/usb_ch9.h
!Iinclude/linux/usb/ch9.h

</chapter>

Expand Down Expand Up @@ -574,7 +574,7 @@ for (;;) {
#include &lt;asm/byteorder.h&gt;</programlisting>
The standard USB device model requests, from "Chapter 9" of
the USB 2.0 specification, are automatically included from
the <filename>&lt;linux/usb_ch9.h&gt;</filename> header.
the <filename>&lt;linux/usb/ch9.h&gt;</filename> header.
</para>

<para>Unless noted otherwise, the ioctl requests
Expand Down

0 comments on commit 26c0632

Please sign in to comment.