~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to drivers/media/dvb/dvb-usb/dtt200u.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
static int dtt200u_frontend_attach(struct dvb_usb_adapter *adap)
92
92
{
93
 
        adap->fe = dtt200u_fe_attach(adap->dev);
 
93
        adap->fe_adap[0].fe = dtt200u_fe_attach(adap->dev);
94
94
        return 0;
95
95
}
96
96
 
140
140
        .num_adapters = 1,
141
141
        .adapter = {
142
142
                {
 
143
                .num_frontends = 1,
 
144
                .fe = {{
143
145
                        .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_NEED_PID_FILTERING,
144
146
                        .pid_filter_count = 15,
145
147
 
157
159
                        }
158
160
                }
159
161
        },
 
162
                }},
160
163
                }
161
164
        },
162
165
        .power_ctrl      = dtt200u_power_ctrl,
187
190
        .num_adapters = 1,
188
191
        .adapter = {
189
192
                {
 
193
                .num_frontends = 1,
 
194
                .fe = {{
190
195
                        .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_NEED_PID_FILTERING,
191
196
                        .pid_filter_count = 15,
192
197
 
204
209
                        }
205
210
                }
206
211
        },
 
212
                }},
207
213
                }
208
214
        },
209
215
        .power_ctrl      = dtt200u_power_ctrl,
234
240
        .num_adapters = 1,
235
241
        .adapter = {
236
242
                {
 
243
                .num_frontends = 1,
 
244
                .fe = {{
237
245
                        .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_NEED_PID_FILTERING,
238
246
                        .pid_filter_count = 15,
239
247
 
251
259
                        }
252
260
                }
253
261
        },
 
262
                }},
254
263
                }
255
264
        },
256
265
        .power_ctrl      = dtt200u_power_ctrl,
281
290
        .num_adapters = 1,
282
291
        .adapter = {
283
292
                {
 
293
                .num_frontends = 1,
 
294
                .fe = {{
284
295
                        .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_NEED_PID_FILTERING,
285
296
                        .pid_filter_count = 15,
286
297
 
298
309
                                        }
299
310
                                }
300
311
                        },
 
312
                }},
301
313
                }
302
314
        },
303
315
        .power_ctrl      = dtt200u_power_ctrl,