~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to drivers/net/usb/cdc_ether.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
748
748
                        USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
749
749
        .driver_info = (kernel_ulong_t) &wwan_info,
750
750
}, {
 
751
        /* Dell DW5580 modules */
 
752
        USB_DEVICE_AND_INTERFACE_INFO(DELL_VENDOR_ID, 0x81ba, USB_CLASS_COMM,
 
753
                        USB_CDC_SUBCLASS_ETHERNET, USB_CDC_PROTO_NONE),
 
754
        .driver_info = (kernel_ulong_t) &wwan_info,
 
755
}, {
751
756
        USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ETHERNET,
752
757
                        USB_CDC_PROTO_NONE),
753
758
        .driver_info = (unsigned long) &cdc_info,