File tree 2 files changed +13
-1
lines changed
drivers/media/dvb/dvb-usb 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 358
358
#define USB_PID_TECHNISAT_USB2_HDCI_V2 0x0002
359
359
#define USB_PID_TECHNISAT_AIRSTAR_TELESTICK_2 0x0004
360
360
#define USB_PID_TECHNISAT_USB2_DVB_S2 0x0500
361
+ #define USB_PID_AUGUST_DVBT205 0xa803
361
362
#endif
Original file line number Diff line number Diff line change @@ -1157,6 +1157,7 @@ enum rtl28xxu_usb_table_entry {
1157
1157
RTL2832U_0CCD_00A9 ,
1158
1158
RTL2832U_1F4D_B803 ,
1159
1159
RTL2832U_0CCD_00B3 ,
1160
+ RTL2838U_1F4D_A803 ,
1160
1161
};
1161
1162
1162
1163
static struct usb_device_id rtl28xxu_table [] = {
@@ -1175,6 +1176,10 @@ static struct usb_device_id rtl28xxu_table[] = {
1175
1176
USB_DEVICE (USB_VID_GTEK , USB_PID_DELOCK_USB2_DVBT )},
1176
1177
[RTL2832U_0CCD_00B3 ] = {
1177
1178
USB_DEVICE (USB_VID_TERRATEC , USB_PID_NOXON_DAB_STICK )},
1179
+
1180
+ /* RTL2838U */
1181
+ [RTL2838U_1F4D_A803 ] {
1182
+ USB_DEVICE (USB_VID_GTEK , USB_PID_AUGUST_DVBT205 )},
1178
1183
{} /* terminating entry */
1179
1184
};
1180
1185
@@ -1288,7 +1293,7 @@ static struct dvb_usb_device_properties rtl28xxu_properties[] = {
1288
1293
1289
1294
.i2c_algo = & rtl28xxu_i2c_algo ,
1290
1295
1291
- .num_device_descs = 3 ,
1296
+ .num_device_descs = 4 ,
1292
1297
.devices = {
1293
1298
{
1294
1299
.name = "Terratec Cinergy T Stick Black" ,
@@ -1308,6 +1313,12 @@ static struct dvb_usb_device_properties rtl28xxu_properties[] = {
1308
1313
& rtl28xxu_table [RTL2832U_0CCD_00B3 ],
1309
1314
},
1310
1315
},
1316
+ {
1317
+ .name = "AUGUST DVB-T205" ,
1318
+ .warm_ids = {
1319
+ & rtl28xxu_table [RTL2838U_1F4D_A803 ],
1320
+ },
1321
+ },
1311
1322
}
1312
1323
},
1313
1324
You can’t perform that action at this time.
0 commit comments