Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285608
b: refs/heads/master
c: c81c006
h: refs/heads/master
v: v3
  • Loading branch information
matthieu castet authored and Mauro Carvalho Chehab committed Jan 4, 2012
1 parent b4c7597 commit c952919
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3874cd7796ef1a03cd6d2a2d886e3ac4c35af09c
refs/heads/master: c81c0060acff726dc582185da303b3057d780af7
5 changes: 5 additions & 0 deletions trunk/drivers/media/video/tm6000/tm6000-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,11 @@ static int dvb_init(struct tm6000_core *dev)
if (!dev->caps.has_dvb)
return 0;

if (dev->udev->speed == USB_SPEED_FULL) {
printk(KERN_INFO "This USB2.0 device cannot be run on a USB1.1 port. (it lacks a hardware PID filter)\n");
return 0;
}

dvb = kzalloc(sizeof(struct tm6000_dvb), GFP_KERNEL);
if (!dvb) {
printk(KERN_INFO "Cannot allocate memory\n");
Expand Down

0 comments on commit c952919

Please sign in to comment.