linux/drivers/media/video/gspca/m5602
Hans de Goede 8bb58964bc [media] gspca: Add reset_resume callback to all sub-drivers
1) The gspca-core's suspend/resume code is such that resume being called after
a reset is safe / ok.

2) All devices tested sofar seem to need the reset_resume callback to work
properly over a suspend

3) The USB-core won't call the reset_resume callback for devices which don't
need it

Thus it seems the simplest and the best to just add the callback to all
sub-drivers, rather then adding the callbacks one-by-one as each driver gets
tested with suspend/resume.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-07-30 18:39:22 -03:00
..
Kconfig
Makefile [media] media: gspca: append $(srctree) to -I parameters 2012-03-08 10:42:08 -03:00
m5602_bridge.h V4L/DVB: gspca: Remove/move useless inclusions of slab.h 2010-08-02 14:49:20 -03:00
m5602_core.c [media] gspca: Add reset_resume callback to all sub-drivers 2012-07-30 18:39:22 -03:00
m5602_mt9m111.c [media] m5602: Use current logging styles 2011-09-03 21:12:53 -03:00
m5602_mt9m111.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
m5602_ov7660.c [media] m5602: Use current logging styles 2011-09-03 21:12:53 -03:00
m5602_ov7660.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
m5602_ov9650.c [media] m5602: Use current logging styles 2011-09-03 21:12:53 -03:00
m5602_ov9650.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
m5602_po1030.c [media] m5602: Use current logging styles 2011-09-03 21:12:53 -03:00
m5602_po1030.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
m5602_s5k4aa.c [media] m5602: Use current logging styles 2011-09-03 21:12:53 -03:00
m5602_s5k4aa.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
m5602_s5k83a.c [media] m5602: Use current logging styles 2011-09-03 21:12:53 -03:00
m5602_s5k83a.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
m5602_sensor.h