diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-09 12:32:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:32:42 -0500 |
commit | e71bb548e52d6a0f4934a2dfd7f29a569c94ad53 (patch) | |
tree | 00b0ba8b84b9e6499e4ae628ea936a71f1b54b22 /drivers/media/dvb/dvb-usb/cxusb.c | |
parent | 66190a275246c8c5be140a224e021f8f5eb85ab6 (diff) |
V4L/DVB (3282): rename cxusb_bluebird_atsc_properties to cxusb_bluebird_lgh064f_properties
- This property set is for the LG-H064F (FusionHDTV5 USB Gold)
- There may, in the future, be a bluebird device using a different NIM,
so renaming the struct to somehting NIM-specific is appropriate.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/cxusb.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/cxusb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index 1a67ed598d97..2c1b1e5992a3 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c | |||
@@ -222,13 +222,13 @@ static int cxusb_lgdt330x_frontend_attach(struct dvb_usb_device *d) | |||
222 | 222 | ||
223 | /* DVB USB Driver stuff */ | 223 | /* DVB USB Driver stuff */ |
224 | static struct dvb_usb_properties cxusb_medion_properties; | 224 | static struct dvb_usb_properties cxusb_medion_properties; |
225 | static struct dvb_usb_properties cxusb_bluebird_atsc_properties; | 225 | static struct dvb_usb_properties cxusb_bluebird_lgh064f_properties; |
226 | 226 | ||
227 | static int cxusb_probe(struct usb_interface *intf, | 227 | static int cxusb_probe(struct usb_interface *intf, |
228 | const struct usb_device_id *id) | 228 | const struct usb_device_id *id) |
229 | { | 229 | { |
230 | if (dvb_usb_device_init(intf,&cxusb_medion_properties,THIS_MODULE,NULL) == 0 || | 230 | if (dvb_usb_device_init(intf,&cxusb_medion_properties,THIS_MODULE,NULL) == 0 || |
231 | dvb_usb_device_init(intf,&cxusb_bluebird_atsc_properties,THIS_MODULE,NULL) == 0) { | 231 | dvb_usb_device_init(intf,&cxusb_bluebird_lgh064f_properties,THIS_MODULE,NULL) == 0) { |
232 | return 0; | 232 | return 0; |
233 | } | 233 | } |
234 | 234 | ||
@@ -279,7 +279,7 @@ static struct dvb_usb_properties cxusb_medion_properties = { | |||
279 | } | 279 | } |
280 | }; | 280 | }; |
281 | 281 | ||
282 | static struct dvb_usb_properties cxusb_bluebird_atsc_properties = { | 282 | static struct dvb_usb_properties cxusb_bluebird_lgh064f_properties = { |
283 | .caps = DVB_USB_IS_AN_I2C_ADAPTER, | 283 | .caps = DVB_USB_IS_AN_I2C_ADAPTER, |
284 | 284 | ||
285 | .usb_ctrl = CYPRESS_FX2, | 285 | .usb_ctrl = CYPRESS_FX2, |