Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119927
b: refs/heads/master
c: 7c12414
h: refs/heads/master
i:
  119925: e24e994
  119923: 98a6123
  119919: 72f5499
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Dec 17, 2008
1 parent 35ac5a5 commit 82a3af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01ba0856e9352e3c4e1c7d8c0a2a7defb456a5f9
refs/heads/master: 7c12414955e9b44a3e33d54e578bf008caa4475d
4 changes: 4 additions & 0 deletions trunk/drivers/usb/gadget/f_rndis.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,8 @@ rndis_bind(struct usb_configuration *c, struct usb_function *f)
fs_in_desc.bEndpointAddress;
hs_out_desc.bEndpointAddress =
fs_out_desc.bEndpointAddress;
hs_notify_desc.bEndpointAddress =
fs_notify_desc.bEndpointAddress;

/* copy descriptors, and track endpoint copies */
f->hs_descriptors = usb_copy_descriptors(eth_hs_function);
Expand All @@ -662,6 +664,8 @@ rndis_bind(struct usb_configuration *c, struct usb_function *f)
f->hs_descriptors, &hs_in_desc);
rndis->hs.out = usb_find_endpoint(eth_hs_function,
f->hs_descriptors, &hs_out_desc);
rndis->hs.notify = usb_find_endpoint(eth_hs_function,
f->hs_descriptors, &hs_notify_desc);
}

rndis->port.open = rndis_open;
Expand Down

0 comments on commit 82a3af3

Please sign in to comment.