Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3890
b: refs/heads/master
c: 4cceb4d
h: refs/heads/master
v: v3
  • Loading branch information
GOTO Masanori authored and Linus Torvalds committed Jun 29, 2005
1 parent 41686e9 commit 0657b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3607d1dfc80dcfbd3a6f236c70aa0d8eb7292278
refs/heads/master: 4cceb4d13abaedbd52e54053367c793ed4aedb6b
6 changes: 3 additions & 3 deletions trunk/include/linux/usb_ch9.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef __LINUX_USB_CH9_H
#define __LINUX_USB_CH9_H

#include <asm/types.h> /* __u8 etc */
#include <linux/types.h> /* __u8 etc */

/*-------------------------------------------------------------------------*/

Expand Down Expand Up @@ -294,8 +294,8 @@ struct usb_endpoint_descriptor {
__le16 wMaxPacketSize;
__u8 bInterval;

// NOTE: these two are _only_ in audio endpoints.
// use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof.
/* NOTE: these two are _only_ in audio endpoints. */
/* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
__u8 bRefresh;
__u8 bSynchAddress;
} __attribute__ ((packed));
Expand Down

0 comments on commit 0657b9d

Please sign in to comment.