diff options
author | Alexey Klimov <klimov.linux@gmail.com> | 2008-12-27 21:31:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 09:40:08 -0200 |
commit | f2ce9179eab9a1551e91e3c97498e9350a087e39 (patch) | |
tree | 6cf341f849c8f6326463fba94e5750e664677314 /drivers/media/radio | |
parent | f4e9043e5a07af789ec902dada50f46d08ff8639 (diff) | |
download | blackbird-obmc-linux-f2ce9179eab9a1551e91e3c97498e9350a087e39.tar.gz blackbird-obmc-linux-f2ce9179eab9a1551e91e3c97498e9350a087e39.zip |
V4L/DVB (10053): radio-mr800: disable autosuspend support
Because this device doesn't provide any powermanagment capabilities(may
be they exist but unknown to me yet, so they are not implemented), we
should turn them off. Patch sets support_autosuspend equal to 0.
Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio')
-rw-r--r-- | drivers/media/radio/radio-mr800.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-mr800.c b/drivers/media/radio/radio-mr800.c index bb68148b2b6d..e730eddb2bb5 100644 --- a/drivers/media/radio/radio-mr800.c +++ b/drivers/media/radio/radio-mr800.c @@ -166,7 +166,7 @@ static struct usb_driver usb_amradio_driver = { .resume = usb_amradio_resume, .reset_resume = usb_amradio_resume, .id_table = usb_amradio_device_table, - .supports_autosuspend = 1, + .supports_autosuspend = 0, }; /* switch on radio. Send 8 bytes to device. */ |