File pm-utils-hook of Package gobi_loader
# qcserial is depends on having the firmware loaded on the device # to operate properly. gobi_loader must load the firmware. When the system # is suspended, the device is powered and the firmware must be reloaded. # Since the kernel doesn't issue uevents on suspend/resume, we must # unload and reload the module to force the firmware to be reloaded. SUSPEND_MODULES="$SUSPEND_MODULES qcserial"