|
@@ -227,6 +227,7 @@ static struct usb_device_id gp8psk_usb_table [] = {
|
|
|
{ USB_DEVICE(USB_VID_GENPIX, USB_PID_GENPIX_8PSK_REV_1_WARM) },
|
|
|
{ USB_DEVICE(USB_VID_GENPIX, USB_PID_GENPIX_8PSK_REV_2) },
|
|
|
{ USB_DEVICE(USB_VID_GENPIX, USB_PID_GENPIX_SKYWALKER_1) },
|
|
|
+ { USB_DEVICE(USB_VID_GENPIX, USB_PID_GENPIX_SKYWALKER_2) },
|
|
|
/* { USB_DEVICE(USB_VID_GENPIX, USB_PID_GENPIX_SKYWALKER_CW3K) }, */
|
|
|
{ 0 },
|
|
|
};
|
|
@@ -258,7 +259,7 @@ static struct dvb_usb_device_properties gp8psk_properties = {
|
|
|
|
|
|
.generic_bulk_ctrl_endpoint = 0x01,
|
|
|
|
|
|
- .num_device_descs = 3,
|
|
|
+ .num_device_descs = 4,
|
|
|
.devices = {
|
|
|
{ .name = "Genpix 8PSK-to-USB2 Rev.1 DVB-S receiver",
|
|
|
.cold_ids = { &gp8psk_usb_table[0], NULL },
|
|
@@ -272,6 +273,10 @@ static struct dvb_usb_device_properties gp8psk_properties = {
|
|
|
.cold_ids = { NULL },
|
|
|
.warm_ids = { &gp8psk_usb_table[3], NULL },
|
|
|
},
|
|
|
+ { .name = "Genpix SkyWalker-2 DVB-S receiver",
|
|
|
+ .cold_ids = { NULL },
|
|
|
+ .warm_ids = { &gp8psk_usb_table[4], NULL },
|
|
|
+ },
|
|
|
{ NULL },
|
|
|
}
|
|
|
};
|