forked from luck/tmp_suning_uos_patched
V4L/DVB (6665): Fix CodingStyle
thanks to checkpatch.pl Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
5a9dfc34fc
commit
c23f5949c0
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
em28xx-cards.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
|
em28xx-cards.c - driver for Empia EM2800/EM2820/2840 USB
|
||||||
|
video capture devices
|
||||||
|
|
||||||
Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
|
Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
|
||||||
Markus Rechberger <mrechberger@gmail.com>
|
Markus Rechberger <mrechberger@gmail.com>
|
||||||
@ -132,7 +133,9 @@ struct em28xx_board em28xx_boards[] = {
|
|||||||
.name = "Hauppauge WinTV USB 2",
|
.name = "Hauppauge WinTV USB 2",
|
||||||
.vchannels = 3,
|
.vchannels = 3,
|
||||||
.tuner_type = TUNER_PHILIPS_FM1236_MK3,
|
.tuner_type = TUNER_PHILIPS_FM1236_MK3,
|
||||||
.tda9887_conf = TDA9887_PRESENT|TDA9887_PORT1_ACTIVE|TDA9887_PORT2_ACTIVE,
|
.tda9887_conf = TDA9887_PRESENT |
|
||||||
|
TDA9887_PORT1_ACTIVE|
|
||||||
|
TDA9887_PORT2_ACTIVE,
|
||||||
.has_tuner = 1,
|
.has_tuner = 1,
|
||||||
.decoder = EM28XX_TVP5150,
|
.decoder = EM28XX_TVP5150,
|
||||||
.has_msp34xx = 1,
|
.has_msp34xx = 1,
|
||||||
@ -212,8 +215,9 @@ struct em28xx_board em28xx_boards[] = {
|
|||||||
.amux = 1,
|
.amux = 1,
|
||||||
} },
|
} },
|
||||||
},
|
},
|
||||||
/* maybe there's a reason behind it why Terratec sells the Hybrid XS as Prodigy XS with a
|
/* maybe there's a reason behind it why Terratec sells the Hybrid XS
|
||||||
* different PID, let's keep it separated for now maybe we'll need it lateron */
|
as Prodigy XS with a different PID, let's keep it separated for now
|
||||||
|
maybe we'll need it lateron */
|
||||||
[EM2880_BOARD_TERRATEC_PRODIGY_XS] = {
|
[EM2880_BOARD_TERRATEC_PRODIGY_XS] = {
|
||||||
.name = "Terratec Prodigy XS",
|
.name = "Terratec Prodigy XS",
|
||||||
.vchannels = 3,
|
.vchannels = 3,
|
||||||
@ -239,7 +243,9 @@ struct em28xx_board em28xx_boards[] = {
|
|||||||
.name = "MSI VOX USB 2.0",
|
.name = "MSI VOX USB 2.0",
|
||||||
.vchannels = 3,
|
.vchannels = 3,
|
||||||
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
.tuner_type = TUNER_LG_PAL_NEW_TAPC,
|
||||||
.tda9887_conf = TDA9887_PRESENT|TDA9887_PORT1_ACTIVE|TDA9887_PORT2_ACTIVE,
|
.tda9887_conf = TDA9887_PRESENT |
|
||||||
|
TDA9887_PORT1_ACTIVE |
|
||||||
|
TDA9887_PORT2_ACTIVE,
|
||||||
.has_tuner = 1,
|
.has_tuner = 1,
|
||||||
.decoder = EM28XX_SAA7114,
|
.decoder = EM28XX_SAA7114,
|
||||||
.input = { {
|
.input = { {
|
||||||
@ -384,23 +390,40 @@ const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);
|
|||||||
|
|
||||||
/* table of devices that work with this driver */
|
/* table of devices that work with this driver */
|
||||||
struct usb_device_id em28xx_id_table [] = {
|
struct usb_device_id em28xx_id_table [] = {
|
||||||
{ USB_DEVICE(0xeb1a, 0x2750), .driver_info = EM2820_BOARD_UNKNOWN },
|
{ USB_DEVICE(0xeb1a, 0x2750),
|
||||||
{ USB_DEVICE(0xeb1a, 0x2800), .driver_info = EM2800_BOARD_UNKNOWN },
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0xeb1a, 0x2820), .driver_info = EM2820_BOARD_UNKNOWN },
|
{ USB_DEVICE(0xeb1a, 0x2800),
|
||||||
{ USB_DEVICE(0xeb1a, 0x2821), .driver_info = EM2820_BOARD_UNKNOWN },
|
.driver_info = EM2800_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0xeb1a, 0x2860), .driver_info = EM2820_BOARD_UNKNOWN },
|
{ USB_DEVICE(0xeb1a, 0x2820),
|
||||||
{ USB_DEVICE(0xeb1a, 0x2861), .driver_info = EM2820_BOARD_UNKNOWN },
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0xeb1a, 0x2870), .driver_info = EM2820_BOARD_UNKNOWN },
|
{ USB_DEVICE(0xeb1a, 0x2821),
|
||||||
{ USB_DEVICE(0xeb1a, 0x2881), .driver_info = EM2820_BOARD_UNKNOWN },
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0xeb1a, 0x2883), .driver_info = EM2820_BOARD_UNKNOWN },
|
{ USB_DEVICE(0xeb1a, 0x2860),
|
||||||
{ USB_DEVICE(0x0ccd, 0x0036), .driver_info = EM2820_BOARD_TERRATEC_CINERGY_250 },
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0x2304, 0x0208), .driver_info = EM2820_BOARD_PINNACLE_USB_2 },
|
{ USB_DEVICE(0xeb1a, 0x2861),
|
||||||
{ USB_DEVICE(0x2040, 0x4200), .driver_info = EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 },
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0x2304, 0x0207), .driver_info = EM2820_BOARD_PINNACLE_DVC_90 },
|
{ USB_DEVICE(0xeb1a, 0x2870),
|
||||||
{ USB_DEVICE(0x2040, 0x6500), .driver_info = EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 },
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0x2040, 0x6513), .driver_info = EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950 },
|
{ USB_DEVICE(0xeb1a, 0x2881),
|
||||||
{ USB_DEVICE(0x0ccd, 0x0042), .driver_info = EM2880_BOARD_TERRATEC_HYBRID_XS },
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
{ USB_DEVICE(0x0ccd, 0x0047), .driver_info = EM2880_BOARD_TERRATEC_PRODIGY_XS },
|
{ USB_DEVICE(0xeb1a, 0x2883),
|
||||||
|
.driver_info = EM2820_BOARD_UNKNOWN },
|
||||||
|
{ USB_DEVICE(0x0ccd, 0x0036),
|
||||||
|
.driver_info = EM2820_BOARD_TERRATEC_CINERGY_250 },
|
||||||
|
{ USB_DEVICE(0x2304, 0x0208),
|
||||||
|
.driver_info = EM2820_BOARD_PINNACLE_USB_2 },
|
||||||
|
{ USB_DEVICE(0x2040, 0x4200),
|
||||||
|
.driver_info = EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 },
|
||||||
|
{ USB_DEVICE(0x2304, 0x0207),
|
||||||
|
.driver_info = EM2820_BOARD_PINNACLE_DVC_90 },
|
||||||
|
{ USB_DEVICE(0x2040, 0x6500),
|
||||||
|
.driver_info = EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 },
|
||||||
|
{ USB_DEVICE(0x2040, 0x6513),
|
||||||
|
.driver_info = EM2880_BOARD_HAUPPAUGE_WINTV_HVR_950 },
|
||||||
|
{ USB_DEVICE(0x0ccd, 0x0042),
|
||||||
|
.driver_info = EM2880_BOARD_TERRATEC_HYBRID_XS },
|
||||||
|
{ USB_DEVICE(0x0ccd, 0x0047),
|
||||||
|
.driver_info = EM2880_BOARD_TERRATEC_PRODIGY_XS },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(usb, em28xx_id_table);
|
MODULE_DEVICE_TABLE(usb, em28xx_id_table);
|
||||||
|
Loading…
Reference in New Issue
Block a user