Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349242
b: refs/heads/master
c: 328d7b8
h: refs/heads/master
v: v3
  • Loading branch information
Bjørn Mork authored and David S. Miller committed Jan 21, 2013
1 parent b46e9c1 commit 3176ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9992c2e2fbb72ffc63d4587c4aa94dfcd8229e55
refs/heads/master: 328d7b8a4ab045484e1cc09579abf13c8c6223e3
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/cdc_mbim.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static int cdc_mbim_resume(struct usb_interface *intf)

static const struct driver_info cdc_mbim_info = {
.description = "CDC MBIM",
.flags = FLAG_NO_SETINT | FLAG_MULTI_PACKET | FLAG_WWAN,
.flags = FLAG_NO_SETINT | FLAG_MULTI_PACKET | FLAG_WWAN | FLAG_SEND_ZLP,
.bind = cdc_mbim_bind,
.unbind = cdc_mbim_unbind,
.manage_power = cdc_mbim_manage_power,
Expand Down

0 comments on commit 3176ed4

Please sign in to comment.