Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdd70c33 authored by Lars Hanisch's avatar Lars Hanisch Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: add missing 'p' at card name 'Hauppauge HD PVR'



I don't know if there are applications which rely on this name,
but after all it's a spelling mistake.

Signed-off-by: default avatarLars Hanisch <dvb@cinnamon-sage.de>
CC: Janne Granau <j@jannau.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9a0a75a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,7 +573,7 @@ static int vidioc_querycap(struct file *file, void *priv,
	struct hdpvr_device *dev = video_drvdata(file);

	strcpy(cap->driver, "hdpvr");
	strcpy(cap->card, "Haupauge HD PVR");
	strcpy(cap->card, "Hauppauge HD PVR");
	usb_make_path(dev->udev, cap->bus_info, sizeof(cap->bus_info));
	cap->version = HDPVR_VERSION;
	cap->capabilities =     V4L2_CAP_VIDEO_CAPTURE |