diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-18 12:12:14 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-18 12:12:14 -0400 |
| commit | fac56c2df51bc29b07b3c2dcfabf32a015a0522c (patch) | |
| tree | 1ff5d84ecf4ea0bcbd42e2ef9624b5ade3810890 /drivers/net/usb/zaurus.c | |
| parent | 6caa15d0b84d2ea688fd31f4f172c8353463e109 (diff) | |
| parent | a6360dd37e1a144ed11e6548371bade559a1e4df (diff) | |
Merge commit 'v2.6.39-rc3' into for-2.6.39
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, |
