| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 1 | /* DVB USB compliant linux driver for mobile DVB-T USB devices based on | 
|  | 2 | * reference designs made by DiBcom (http://www.dibcom.fr/) (DiB3000M-C/P) | 
|  | 3 | * | 
|  | 4 | * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) | 
|  | 5 | * | 
|  | 6 | * based on GPL code from DiBcom, which has | 
|  | 7 | * Copyright (C) 2004 Amaury Demol for DiBcom (ademol@dibcom.fr) | 
|  | 8 | * | 
|  | 9 | *	This program is free software; you can redistribute it and/or modify it | 
|  | 10 | *	under the terms of the GNU General Public License as published by the Free | 
|  | 11 | *	Software Foundation, version 2. | 
|  | 12 | * | 
|  | 13 | * see Documentation/dvb/README.dvb-usb for more information | 
|  | 14 | */ | 
|  | 15 | #include "dibusb.h" | 
|  | 16 |  | 
| Janne Grunau | 78e9200 | 2008-04-09 19:13:13 -0300 | [diff] [blame] | 17 | DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr); | 
|  | 18 |  | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 19 | /* USB Driver stuff */ | 
| Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 20 | static struct dvb_usb_device_properties dibusb_mc_properties; | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 21 |  | 
|  | 22 | static int dibusb_mc_probe(struct usb_interface *intf, | 
|  | 23 | const struct usb_device_id *id) | 
|  | 24 | { | 
| Janne Grunau | 78e9200 | 2008-04-09 19:13:13 -0300 | [diff] [blame] | 25 | return dvb_usb_device_init(intf, &dibusb_mc_properties, THIS_MODULE, | 
|  | 26 | NULL, adapter_nr); | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 27 | } | 
|  | 28 |  | 
|  | 29 | /* do not change the order of the ID table */ | 
|  | 30 | static struct usb_device_id dibusb_dib3000mc_table [] = { | 
|  | 31 | /* 00 */	{ USB_DEVICE(USB_VID_DIBCOM,		USB_PID_DIBCOM_MOD3001_COLD) }, | 
|  | 32 | /* 01 */	{ USB_DEVICE(USB_VID_DIBCOM,		USB_PID_DIBCOM_MOD3001_WARM) }, | 
|  | 33 | /* 02 */	{ USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC,	USB_PID_ULTIMA_TVBOX_USB2_COLD) }, | 
| Olivier DANET | a16bf5d | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 34 | /* 03 */	{ USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC,	USB_PID_ULTIMA_TVBOX_USB2_WARM) }, // ( ? ) | 
|  | 35 | /* 04 */	{ USB_DEVICE(USB_VID_LITEON,		USB_PID_LITEON_DVB_T_COLD) }, | 
|  | 36 | /* 05 */	{ USB_DEVICE(USB_VID_LITEON,		USB_PID_LITEON_DVB_T_WARM) }, | 
|  | 37 | /* 06 */	{ USB_DEVICE(USB_VID_EMPIA,		USB_PID_DIGIVOX_MINI_SL_COLD) }, | 
|  | 38 | /* 07 */	{ USB_DEVICE(USB_VID_EMPIA,		USB_PID_DIGIVOX_MINI_SL_WARM) }, | 
| Patrick Boettcher | e4d6c1f | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 39 | /* 08 */	{ USB_DEVICE(USB_VID_GRANDTEC,          USB_PID_GRANDTEC_DVBT_USB2_COLD) }, | 
|  | 40 | /* 09 */	{ USB_DEVICE(USB_VID_GRANDTEC,          USB_PID_GRANDTEC_DVBT_USB2_WARM) }, | 
| Patrick Boettcher | cb25a74 | 2006-03-31 18:48:39 -0300 | [diff] [blame] | 41 | /* 10 */	{ USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC,	USB_PID_ARTEC_T14_COLD) }, | 
|  | 42 | /* 11 */	{ USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC,	USB_PID_ARTEC_T14_WARM) }, | 
| Olivier DANET | d7357a5 | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 43 | /* 12 */	{ USB_DEVICE(USB_VID_LEADTEK,		USB_PID_WINFAST_DTV_DONGLE_COLD) }, | 
|  | 44 | /* 13 */	{ USB_DEVICE(USB_VID_LEADTEK,		USB_PID_WINFAST_DTV_DONGLE_WARM) }, | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 45 | { }		/* Terminating entry */ | 
|  | 46 | }; | 
|  | 47 | MODULE_DEVICE_TABLE (usb, dibusb_dib3000mc_table); | 
|  | 48 |  | 
| Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 49 | static struct dvb_usb_device_properties dibusb_mc_properties = { | 
|  | 50 | .caps = DVB_USB_IS_AN_I2C_ADAPTER, | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 51 |  | 
|  | 52 | .usb_ctrl = CYPRESS_FX2, | 
|  | 53 | .firmware = "dvb-usb-dibusb-6.0.0.8.fw", | 
|  | 54 |  | 
| Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 55 | .num_adapters = 1, | 
|  | 56 | .adapter = { | 
|  | 57 | { | 
|  | 58 | .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, | 
|  | 59 | .pid_filter_count = 32, | 
| Patrick Boettcher | 01451e7 | 2006-10-13 11:34:46 -0300 | [diff] [blame] | 60 | .streaming_ctrl   = dibusb2_0_streaming_ctrl, | 
|  | 61 | .pid_filter       = dibusb_pid_filter, | 
|  | 62 | .pid_filter_ctrl  = dibusb_pid_filter_ctrl, | 
|  | 63 | .frontend_attach  = dibusb_dib3000mc_frontend_attach, | 
|  | 64 | .tuner_attach     = dibusb_dib3000mc_tuner_attach, | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 65 |  | 
| Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 66 | /* parameter for the MPEG2-data transfer */ | 
|  | 67 | .stream = { | 
|  | 68 | .type = USB_BULK, | 
| Patrick Boettcher | 01451e7 | 2006-10-13 11:34:46 -0300 | [diff] [blame] | 69 | .count = 7, | 
|  | 70 | .endpoint = 0x06, | 
|  | 71 | .u = { | 
|  | 72 | .bulk = { | 
|  | 73 | .buffersize = 4096, | 
|  | 74 | } | 
|  | 75 | } | 
|  | 76 | }, | 
| Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 77 | .size_of_priv     = sizeof(struct dibusb_state), | 
|  | 78 | } | 
|  | 79 | }, | 
|  | 80 | .power_ctrl       = dibusb2_0_power_ctrl, | 
|  | 81 |  | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 82 | .rc_interval      = DEFAULT_RC_INTERVAL, | 
|  | 83 | .rc_key_map       = dibusb_rc_keys, | 
| Sergei Haller | a841e1f | 2006-05-14 10:47:21 -0300 | [diff] [blame] | 84 | .rc_key_map_size  = 111, /* FIXME */ | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 85 | .rc_query         = dibusb_rc_query, | 
|  | 86 |  | 
|  | 87 | .i2c_algo         = &dibusb_i2c_algo, | 
|  | 88 |  | 
|  | 89 | .generic_bulk_ctrl_endpoint = 0x01, | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 90 |  | 
| Olivier DANET | d7357a5 | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 91 | .num_device_descs = 7, | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 92 | .devices = { | 
|  | 93 | {   "DiBcom USB2.0 DVB-T reference design (MOD3000P)", | 
|  | 94 | { &dibusb_dib3000mc_table[0], NULL }, | 
|  | 95 | { &dibusb_dib3000mc_table[1], NULL }, | 
|  | 96 | }, | 
| Olivier DANET | a16bf5d | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 97 | {   "Artec T1 USB2.0 TVBOX (please check the warm ID)", | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 98 | { &dibusb_dib3000mc_table[2], NULL }, | 
| Olivier DANET | a16bf5d | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 99 | { &dibusb_dib3000mc_table[3], NULL }, | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 100 | }, | 
| Olivier DANET | a16bf5d | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 101 | {   "LITE-ON USB2.0 DVB-T Tuner", | 
|  | 102 | /* Also rebranded as Intuix S800, Toshiba */ | 
|  | 103 | { &dibusb_dib3000mc_table[4], NULL }, | 
|  | 104 | { &dibusb_dib3000mc_table[5], NULL }, | 
|  | 105 | }, | 
|  | 106 | {   "MSI Digivox Mini SL", | 
|  | 107 | { &dibusb_dib3000mc_table[6], NULL }, | 
|  | 108 | { &dibusb_dib3000mc_table[7], NULL }, | 
|  | 109 | }, | 
|  | 110 | {   "GRAND - USB2.0 DVB-T adapter", | 
|  | 111 | { &dibusb_dib3000mc_table[8], NULL }, | 
|  | 112 | { &dibusb_dib3000mc_table[9], NULL }, | 
|  | 113 | }, | 
| Patrick Boettcher | cb25a74 | 2006-03-31 18:48:39 -0300 | [diff] [blame] | 114 | {   "Artec T14 - USB2.0 DVB-T", | 
|  | 115 | { &dibusb_dib3000mc_table[10], NULL }, | 
|  | 116 | { &dibusb_dib3000mc_table[11], NULL }, | 
|  | 117 | }, | 
| Olivier DANET | d7357a5 | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 118 | {   "Leadtek - USB2.0 Winfast DTV dongle", | 
|  | 119 | { &dibusb_dib3000mc_table[12], NULL }, | 
|  | 120 | { &dibusb_dib3000mc_table[13], NULL }, | 
|  | 121 | }, | 
| Olivier DANET | a16bf5d | 2006-08-08 15:48:09 -0300 | [diff] [blame] | 122 | { NULL }, | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 123 | } | 
|  | 124 | }; | 
|  | 125 |  | 
|  | 126 | static struct usb_driver dibusb_mc_driver = { | 
| Patrick Boettcher | 63b5c1c | 2005-07-07 17:58:30 -0700 | [diff] [blame] | 127 | .name		= "dvb_usb_dibusb_mc", | 
| Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 128 | .probe		= dibusb_mc_probe, | 
|  | 129 | .disconnect = dvb_usb_device_exit, | 
|  | 130 | .id_table	= dibusb_dib3000mc_table, | 
|  | 131 | }; | 
|  | 132 |  | 
|  | 133 | /* module stuff */ | 
|  | 134 | static int __init dibusb_mc_module_init(void) | 
|  | 135 | { | 
|  | 136 | int result; | 
|  | 137 | if ((result = usb_register(&dibusb_mc_driver))) { | 
|  | 138 | err("usb_register failed. Error number %d",result); | 
|  | 139 | return result; | 
|  | 140 | } | 
|  | 141 |  | 
|  | 142 | return 0; | 
|  | 143 | } | 
|  | 144 |  | 
|  | 145 | static void __exit dibusb_mc_module_exit(void) | 
|  | 146 | { | 
|  | 147 | /* deregister this driver from the USB subsystem */ | 
|  | 148 | usb_deregister(&dibusb_mc_driver); | 
|  | 149 | } | 
|  | 150 |  | 
|  | 151 | module_init (dibusb_mc_module_init); | 
|  | 152 | module_exit (dibusb_mc_module_exit); | 
|  | 153 |  | 
|  | 154 | MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de>"); | 
|  | 155 | MODULE_DESCRIPTION("Driver for DiBcom USB2.0 DVB-T (DiB3000M-C/P based) devices"); | 
|  | 156 | MODULE_VERSION("1.0"); | 
|  | 157 | MODULE_LICENSE("GPL"); |