All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] radio-mr800: disable autosuspend support
@ 2008-12-08 16:14 Alexey Klimov
  0 siblings, 0 replies; only message in thread
From: Alexey Klimov @ 2008-12-08 16:14 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: video4linux-list, David Ellingsworth

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>

---
diff -r bc48582f8776 linux/drivers/media/radio/radio-mr800.c
--- a/linux/drivers/media/radio/radio-mr800.c	Mon Dec 08 17:42:20 2008 +0300
+++ b/linux/drivers/media/radio/radio-mr800.c	Mon Dec 08 17:45:34 2008 +0300
@@ -169,7 +169,7 @@
 	.reset_resume		= usb_amradio_resume,
 #endif
 	.id_table		= usb_amradio_device_table,
-	.supports_autosuspend	= 1,
+	.supports_autosuspend	= 0,
 };
 
 /* switch on radio. Send 8 bytes to device. */


-- 
Best regards, Klimov Alexey

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-08 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 16:14 [PATCH 2/2] radio-mr800: disable autosuspend support Alexey Klimov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.