Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37487518
en ru br
ALT Linux repos
S:1.1-alt1

Group :: System/Kernel and hardware
RPM: disable-usb-autosuspend

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:    disable-usb-autosuspend
Version: 1.1
Release: alt1
Summary: Disables autosuspend USB devices
License: Public domain
Group:   System/Kernel and hardware
BuildArch: noarch

Requires(post): make-initrd

%description
%summary.

%install
mkdir -p %buildroot%_sysconfdir/modprobe.d
echo "options usbcore autosuspend=-1" > %buildroot%_sysconfdir/modprobe.d/%name.conf

%post
# 1. check $DURING_INSTALL and do not make-initrd if system install
# 2. check sys filesystem mounted by mountpoint -q /sys
mountpoint -q /sys
[ $? -ne 0 -o -n "$DURING_INSTALL" ] || /usr/sbin/make-initrd

%files
%_sysconfdir/modprobe.d/%name.conf

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin