From acd53d8f5846b4daf5e758fd08b1b290a721f0c0 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 28 Jun 2011 16:36:19 +0200 Subject: Add Asus U3100Mini_Plus support --- src/af903x-devices.c | 28 +++++++++++++++++++--------- 1 file 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 + }, + } } }; -- cgit v0.12