]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/media/video/au0828/au0828-core.c
V4L/DVB (11924): au0828: Don't let device work unless connected to a high speed USB...
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Thu, 28 May 2009 02:25:36 +0000 (23:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:20 +0000 (19:07 -0300)
commitee3436b82886c0cb295354fb7ebbeadf3ff22105
treeb615e19f61791ac98ce95621d4b746fa4c7fc750
parent64a00b43e63c916f1bf4f6b7f519db0e198ba9d4
V4L/DVB (11924): au0828: Don't let device work unless connected to a high speed USB port

The au0828 basically just doesn't work at 12 Mbps.  The isoc pipe needs
nearly 200 Mbps for analog support, so users would see garbage video, and on
the DVB/ATSC side scanning is likely to work but if the user tried to tune it
would certainly appear to have failed.

It's better to fail explicity up front and tell the user to plug into a USB 2.0
port, than to let the driver load and the user have weird problems with tuning
and garbage video.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/au0828/au0828-core.c