commit | 7dfd1242aa54f3246cf6f87158e2e14f0336b73d | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Thu May 24 20:00:28 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Aug 04 07:56:21 2012 -0300 |
tree | 847086f536060e1526f1ac1fede9bb9121131b7a | |
parent | 4e60d951eaea98d400df5915429b7c78da2ec4c3 [diff] |
[media] dvb_usb_v2: pass device name too using (struct usb_device_id) Pass all the needed data to the DVB USB core using (struct usb_device_id) .driver_info. That simplifies old code a lot and saves memory as all device IDs and names are not defined inside (struct dvb_usb_device_properties) as earlier. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>