Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181704
b: refs/heads/master
c: fdd70c3
h: refs/heads/master
v: v3
  • Loading branch information
Lars Hanisch authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent a325016 commit 883e12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a0a75a5abb2806969a599e10b0fb287befcb3a7
refs/heads/master: fdd70c3399fc448a87487b287f4f0dcfb2e9c52c
2 changes: 1 addition & 1 deletion trunk/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 883e12f

Please sign in to comment.