summaryrefslogtreecommitdiffstats
path: root/src/af903x-devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/af903x-devices.c')
-rw-r--r--src/af903x-devices.c28
1 files changed, 19 insertions, 9 deletions
diff --git a/src/af903x-devices.c b/src/af903x-devices.c
index 99f5c9e..c8691cd 100644
--- a/src/af903x-devices.c
+++ b/src/af903x-devices.c
@@ -127,6 +127,7 @@ struct usb_device_id af903x_usb_id_table[] = {
{ USB_DEVICE(0x15A4,0x1002) },
{ USB_DEVICE(0x15A4,0x1003) },
{ USB_DEVICE(0x15A4,0x9035) },
+ { USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3100MINI_PLUS) },
{ 0}, /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, af903x_usb_id_table);
@@ -198,16 +199,25 @@ struct dvb_usb_device_properties af903x_properties[] = {
},
},
#endif
- .num_device_descs =1,
+ .num_device_descs = 2,
.devices = {
- { "ITEtech USB2.0 DVB-T Recevier",
- { &af903x_usb_id_table[0], &af903x_usb_id_table[1],&af903x_usb_id_table[2],
- &af903x_usb_id_table[3], &af903x_usb_id_table[4], NULL},
- { NULL },
- },
- {NULL},
-
- }
+ {"ITEtech USB2.0 DVB-T Receiver",
+ {&af903x_usb_id_table[0],
+ &af903x_usb_id_table[1],
+ &af903x_usb_id_table[2],
+ &af903x_usb_id_table[3],
+ &af903x_usb_id_table[4],
+ NULL},
+ {NULL},
+ },
+ {"Asus U3100MINI_PLUS/T/RC Receiver",
+ {&af903x_usb_id_table[5],
+ NULL},
+ {NULL},
+ }, {
+ NULL
+ },
+ }
}
};