aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/dtv5100.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2022-03-28 22:41:14 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-04-18 07:36:42 +0200
commit2f8bc51dd0c5b9376259ae03e2a145e5261e06a9 (patch)
tree2ad1210e5e1308a2c4725f0f27fed7a52dccb4cf /drivers/media/usb/dvb-usb/dtv5100.c
parentmedia: dvb-usb-ids.h: sort entries (diff)
downloadlinux-dev-2f8bc51dd0c5b9376259ae03e2a145e5261e06a9.tar.xz
linux-dev-2f8bc51dd0c5b9376259ae03e2a145e5261e06a9.zip
media: dvb-usb: move USB IDs to dvb-usb-ids.h
Almost all drivers based on dvb-usb place their USB IDs at dvb-usb-ids.h. In order to make it more standard, place the remaining ones also there. Link: https://lore.kernel.org/linux-media/7b32d5383169d23082758a7b69edef2f099202f3.1648499509.git.mchehab@kernel.org Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/usb/dvb-usb/dtv5100.c')
-rw-r--r--drivers/media/usb/dvb-usb/dtv5100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/dtv5100.c b/drivers/media/usb/dvb-usb/dtv5100.c
index 1c13e493322c..b644c1302c84 100644
--- a/drivers/media/usb/dvb-usb/dtv5100.c
+++ b/drivers/media/usb/dvb-usb/dtv5100.c
@@ -163,7 +163,7 @@ static int dtv5100_probe(struct usb_interface *intf,
}
static struct usb_device_id dtv5100_table[] = {
- { USB_DEVICE(0x06be, 0xa232) },
+ { USB_DEVICE(USB_VID_AME, USB_PID_AME_DTV5100) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dtv5100_table);