mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 02:36:53 +07:00
8bb58964bc
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> |
||
---|---|---|
.. | ||
Kconfig | ||
m5602_bridge.h | ||
m5602_core.c | ||
m5602_mt9m111.c | ||
m5602_mt9m111.h | ||
m5602_ov7660.c | ||
m5602_ov7660.h | ||
m5602_ov9650.c | ||
m5602_ov9650.h | ||
m5602_po1030.c | ||
m5602_po1030.h | ||
m5602_s5k4aa.c | ||
m5602_s5k4aa.h | ||
m5602_s5k83a.c | ||
m5602_s5k83a.h | ||
m5602_sensor.h | ||
Makefile |