diff options
| author | James Morris <jmorris@namei.org> | 2011-04-19 07:32:41 -0400 |
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2011-04-19 07:32:41 -0400 |
| commit | d4ab4e6a23f805abb8fc3cc34525eec3788aeca1 (patch) | |
| tree | eefd82c155bc27469a85667d759cd90facf4a6e3 /drivers/net/usb/zaurus.c | |
| parent | c0fa797ae6cd02ff87c0bfe0d509368a3b45640e (diff) | |
| parent | 96fd2d57b8252e16dfacf8941f7a74a6119197f5 (diff) | |
Merge branch 'master'; commit 'v2.6.39-rc3' into next
Diffstat (limited to 'drivers/net/usb/zaurus.c')
| -rw-r--r-- | drivers/net/usb/zaurus.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/usb/zaurus.c b/drivers/net/usb/zaurus.c index 3eb0b167b5b4..241756e0e86f 100644 --- a/drivers/net/usb/zaurus.c +++ b/drivers/net/usb/zaurus.c | |||
| @@ -102,7 +102,7 @@ static int always_connected (struct usbnet *dev) | |||
| 102 | 102 | ||
| 103 | static const struct driver_info zaurus_sl5x00_info = { | 103 | static const struct driver_info zaurus_sl5x00_info = { |
| 104 | .description = "Sharp Zaurus SL-5x00", | 104 | .description = "Sharp Zaurus SL-5x00", |
| 105 | .flags = FLAG_FRAMING_Z, | 105 | .flags = FLAG_POINTTOPOINT | FLAG_FRAMING_Z, |
| 106 | .check_connect = always_connected, | 106 | .check_connect = always_connected, |
| 107 | .bind = zaurus_bind, | 107 | .bind = zaurus_bind, |
| 108 | .unbind = usbnet_cdc_unbind, | 108 | .unbind = usbnet_cdc_unbind, |
| @@ -112,7 +112,7 @@ static const struct driver_info zaurus_sl5x00_info = { | |||
| 112 | 112 | ||
| 113 | static const struct driver_info zaurus_pxa_info = { | 113 | static const struct driver_info zaurus_pxa_info = { |
| 114 | .description = "Sharp Zaurus, PXA-2xx based", | 114 | .description = "Sharp Zaurus, PXA-2xx based", |
| 115 | .flags = FLAG_FRAMING_Z, | 115 | .flags = FLAG_POINTTOPOINT | FLAG_FRAMING_Z, |
| 116 | .check_connect = always_connected, | 116 | .check_connect = always_connected, |
| 117 | .bind = zaurus_bind, | 117 | .bind = zaurus_bind, |
| 118 | .unbind = usbnet_cdc_unbind, | 118 | .unbind = usbnet_cdc_unbind, |
| @@ -122,7 +122,7 @@ static const struct driver_info zaurus_pxa_info = { | |||
| 122 | 122 | ||
| 123 | static const struct driver_info olympus_mxl_info = { | 123 | static const struct driver_info olympus_mxl_info = { |
| 124 | .description = "Olympus R1000", | 124 | .description = "Olympus R1000", |
| 125 | .flags = FLAG_FRAMING_Z, | 125 | .flags = FLAG_POINTTOPOINT | FLAG_FRAMING_Z, |
| 126 | .check_connect = always_connected, | 126 | .check_connect = always_connected, |
| 127 | .bind = zaurus_bind, | 127 | .bind = zaurus_bind, |
| 128 | .unbind = usbnet_cdc_unbind, | 128 | .unbind = usbnet_cdc_unbind, |
| @@ -258,7 +258,7 @@ bad_desc: | |||
| 258 | 258 | ||
| 259 | static const struct driver_info bogus_mdlm_info = { | 259 | static const struct driver_info bogus_mdlm_info = { |
| 260 | .description = "pseudo-MDLM (BLAN) device", | 260 | .description = "pseudo-MDLM (BLAN) device", |
| 261 | .flags = FLAG_FRAMING_Z, | 261 | .flags = FLAG_POINTTOPOINT | FLAG_FRAMING_Z, |
| 262 | .check_connect = always_connected, | 262 | .check_connect = always_connected, |
| 263 | .tx_fixup = zaurus_tx_fixup, | 263 | .tx_fixup = zaurus_tx_fixup, |
| 264 | .bind = blan_mdlm_bind, | 264 | .bind = blan_mdlm_bind, |
