Skip to content

Commit

Permalink
V4L/DVB: add missing 'p' at card name 'Hauppauge HD PVR'
Browse files Browse the repository at this point in the history
I don't know if there are applications which rely on this name,
but after all it's a spelling mistake.

Signed-off-by: Lars Hanisch <dvb@cinnamon-sage.de>
CC: Janne Granau <j@jannau.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Lars Hanisch authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 9a0a75a commit fdd70c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/hdpvr/hdpvr-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit fdd70c3

Please sign in to comment.