Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219433
b: refs/heads/master
c: 74a558b
h: refs/heads/master
i:
  219431: df3f396
v: v3
  • Loading branch information
Alan Young authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent b9abbe1 commit 37a2ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f33d61b149f6672d7784023cb464cf7a09e0d72
refs/heads/master: 74a558b1f441c03b025cd6c11e79a94e99368856
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/hdpvr/hdpvr-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ static int device_authorization(struct hdpvr_device *dev)
ret, print_buf);
}
#endif

v4l2_info(&dev->v4l2_dev, "firmware version 0x%x dated %s\n",
dev->usbc_buf[1], &dev->usbc_buf[2]);

if (dev->usbc_buf[1] == HDPVR_FIRMWARE_VERSION) {
dev->flags &= ~HDPVR_FLAG_AC3_CAP;
} else if (dev->usbc_buf[1] == HDPVR_FIRMWARE_VERSION_AC3) {
Expand Down

0 comments on commit 37a2ddb

Please sign in to comment.