mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 08:40:53 +07:00
media: dvb-usb-ids.h: fix an USB PID name
The USB_PID_ALINK_DTU is a Product ID, not a vendor ID. Fix that. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
b2965c912a
commit
49c6644eb6
@ -550,7 +550,7 @@ static struct dvb_usb_device_properties friio_props = {
|
||||
static const struct usb_device_id gl861_id_table[] = {
|
||||
{ DVB_USB_DEVICE(USB_VID_MSI, USB_PID_MSI_MEGASKY580_55801,
|
||||
&gl861_props, "MSI Mega Sky 55801 DVB-T USB2.0", NULL) },
|
||||
{ DVB_USB_DEVICE(USB_VID_ALINK, USB_VID_ALINK_DTU,
|
||||
{ DVB_USB_DEVICE(USB_VID_ALINK, USB_PID_ALINK_DTU,
|
||||
&gl861_props, "A-LINK DTU DVB-T USB2.0", NULL) },
|
||||
{ DVB_USB_DEVICE(USB_VID_774, USB_PID_FRIIO_WHITE,
|
||||
&friio_props, "774 Friio White ISDB-T USB2.0", NULL) },
|
||||
|
@ -96,7 +96,7 @@
|
||||
#define USB_PID_AFATECH_AF9035_9035 0x9035
|
||||
#define USB_PID_TREKSTOR_DVBT 0x901b
|
||||
#define USB_PID_TREKSTOR_TERRES_2_0 0xC803
|
||||
#define USB_VID_ALINK_DTU 0xf170
|
||||
#define USB_PID_ALINK_DTU 0xf170
|
||||
#define USB_PID_ANSONIC_DVBT_USB 0x6000
|
||||
#define USB_PID_ANYSEE 0x861f
|
||||
#define USB_PID_AZUREWAVE_AD_TU700 0x3237
|
||||
|
Loading…
Reference in New Issue
Block a user