Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59379
b: refs/heads/master
c: f6ace2c
h: refs/heads/master
i:
  59377: 8495c83
  59375: 656532b
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and Greg Kroah-Hartman committed Jul 12, 2007
1 parent 85a60cc commit 05a85b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 5d3043586db428b5b4b3df89fa0c2db9731e934c
refs/heads/master: f6ace2c99afefb7969ccccba2fb413ad29ab2e2e
5 changes: 4 additions & 1 deletion trunk/drivers/usb/host/r8a66597-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MODULE_DESCRIPTION("R8A66597 USB Host Controller Driver");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Yoshihiro Shimoda");

#define DRIVER_VERSION "9 May 2007"
#define DRIVER_VERSION "29 May 2007"

static const char hcd_name[] = "r8a66597_hcd";

Expand Down Expand Up @@ -544,6 +544,9 @@ static void pipe_toggle_restore(struct r8a66597 *r8a66597,
unsigned char endpoint = usb_pipeendpoint(urb->pipe);
unsigned short *toggle = get_toggle_pointer(dev, urb->pipe);

if (!toggle)
return;

r8a66597_pipe_toggle(r8a66597, pipe, *toggle & (1 << endpoint));
}

Expand Down

0 comments on commit 05a85b0

Please sign in to comment.