mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	add DVBT modulator card
This commit is contained in:
		| @@ -537,6 +537,16 @@ static const struct ddb_info ddb_sdr_iq = { | ||||
| 	.tempmon_irq = 8, | ||||
| }; | ||||
|  | ||||
| static const struct ddb_info ddb_sdr_dvbt = { | ||||
| 	.type     = DDB_MOD, | ||||
| 	.name     = "Digital Devices DVBT", | ||||
| 	.version  = 17, | ||||
| 	.regmap   = &octopus_sdr_map, | ||||
| 	.port_num = 16, | ||||
| 	.temp_num = 1, | ||||
| 	.tempmon_irq = 8, | ||||
| }; | ||||
|  | ||||
| static const struct ddb_info ddb_octopro_hdin = { | ||||
| 	.type     = DDB_OCTOPRO_HDIN, | ||||
| 	.name     = "Digital Devices OctopusNet Pro HDIN", | ||||
| @@ -789,7 +799,7 @@ static const struct ddb_device_id ddb_device_ids[] = { | ||||
| 	DDB_DEVID(0x0210, 0x0003, ddb_mod_fsm_8), | ||||
| 	DDB_DEVID(0x0220, 0x0001, ddb_sdr_atv), | ||||
| 	DDB_DEVID(0x0221, 0x0001, ddb_sdr_iq), | ||||
| 	DDB_DEVID(0x0222, 0x0001, ddb_sdr_iq), | ||||
| 	DDB_DEVID(0x0222, 0x0001, ddb_sdr_dvbt), | ||||
|  | ||||
| 	/* testing on OctopusNet Pro */ | ||||
| 	DDB_DEVID(0x0320, 0xffff, ddb_octopro_hdin), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user