Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253053
b: refs/heads/master
c: 85e3c65
h: refs/heads/master
i:
  253051: d29272a
v: v3
  • Loading branch information
Stefan Metzmacher authored and David S. Miller committed Jun 2, 2011
1 parent ded8e0f commit 9aac46b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 307f73df2b9829ee5a261d1ed432ff683c426cdf
refs/heads/master: 85e3c65fa3a1d0542c181510a950a2be7733ff29
3 changes: 2 additions & 1 deletion trunk/drivers/net/usb/cdc_ncm.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include <linux/usb/usbnet.h>
#include <linux/usb/cdc.h>

#define DRIVER_VERSION "24-May-2011"
#define DRIVER_VERSION "01-June-2011"

/* CDC NCM subclass 3.2.1 */
#define USB_CDC_NCM_NDP16_LENGTH_MIN 0x10
Expand Down Expand Up @@ -1234,6 +1234,7 @@ static struct usb_driver cdc_ncm_driver = {
.disconnect = cdc_ncm_disconnect,
.suspend = usbnet_suspend,
.resume = usbnet_resume,
.reset_resume = usbnet_resume,
.supports_autosuspend = 1,
};

Expand Down

0 comments on commit 9aac46b

Please sign in to comment.