* [PATCH] Siano: smsusb - Add a device id for PX-S1UD
@ 2014-02-10 9:45 Satoshi Nagahama
2014-03-10 8:11 ` Sat
0 siblings, 1 reply; 2+ messages in thread
From: Satoshi Nagahama @ 2014-02-10 9:45 UTC (permalink / raw)
To: linux-media
Add a device id to support for PX-S1UD (PLEX ISDB-T usb dongle) which
has sms2270.
Signed-off-by: Satoshi Nagahama <sattnag@aim.com>
---
drivers/media/usb/siano/smsusb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/usb/siano/smsusb.c
b/drivers/media/usb/siano/smsusb.c
index 05bd91a..1836a41 100644
--- a/drivers/media/usb/siano/smsusb.c
+++ b/drivers/media/usb/siano/smsusb.c
@@ -653,6 +653,8 @@ static const struct usb_device_id smsusb_id_table[] = {
.driver_info = SMS1XXX_BOARD_ZTE_DVB_DATA_CARD },
{ USB_DEVICE(0x19D2, 0x0078),
.driver_info = SMS1XXX_BOARD_ONDA_MDTV_DATA_CARD },
+ { USB_DEVICE(0x3275, 0x0080),
+ .driver_info = SMS1XXX_BOARD_SIANO_RIO },
{ } /* Terminating entry */
};
--
1.8.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Siano: smsusb - Add a device id for PX-S1UD
2014-02-10 9:45 [PATCH] Siano: smsusb - Add a device id for PX-S1UD Satoshi Nagahama
@ 2014-03-10 8:11 ` Sat
0 siblings, 0 replies; 2+ messages in thread
From: Sat @ 2014-03-10 8:11 UTC (permalink / raw)
To: linux-media
Could anyone move forward with this patch?
Or is there anything I should do more?
Please advise.
Thanks,
Satoshi
(2014/02/10 18:45), Satoshi Nagahama wrote:
> Add a device id to support for PX-S1UD (PLEX ISDB-T usb dongle) which
> has sms2270.
>
> Signed-off-by: Satoshi Nagahama <sattnag@aim.com>
> ---
> drivers/media/usb/siano/smsusb.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/media/usb/siano/smsusb.c
> b/drivers/media/usb/siano/smsusb.c
> index 05bd91a..1836a41 100644
> --- a/drivers/media/usb/siano/smsusb.c
> +++ b/drivers/media/usb/siano/smsusb.c
> @@ -653,6 +653,8 @@ static const struct usb_device_id smsusb_id_table[] = {
> .driver_info = SMS1XXX_BOARD_ZTE_DVB_DATA_CARD },
> { USB_DEVICE(0x19D2, 0x0078),
> .driver_info = SMS1XXX_BOARD_ONDA_MDTV_DATA_CARD },
> + { USB_DEVICE(0x3275, 0x0080),
> + .driver_info = SMS1XXX_BOARD_SIANO_RIO },
> { } /* Terminating entry */
> };
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-10 8:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 9:45 [PATCH] Siano: smsusb - Add a device id for PX-S1UD Satoshi Nagahama
2014-03-10 8:11 ` Sat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox