driverctl 0.110-1 source package in Ubuntu

Changelog

driverctl (0.110-1) unstable; urgency=medium

  * Add gbp.conf
  * New upstream 0.110 release:
    - improve help text
    - Makefile: drop extra '/'

 -- Luca Boccassi <email address hidden>  Thu, 04 Jul 2019 09:14:30 +0100

Upload details

Uploaded by:
Luca Boccassi
Uploaded to:
Sid
Original maintainer:
Luca Boccassi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
driverctl_0.110-1.dsc 1.5 KiB ab5c4db8e7b37ea3993b77a8101ca331e371789e20efe8a87c7f173158c527c0
driverctl_0.110.orig.tar.gz 16.1 KiB 44dee23efffb4a6430c6e4c5f2f77d517f901be30a6f4309a4527367748c7658
driverctl_0.110-1.debian.tar.xz 2.4 KiB ede4d12cf38d20104c6937cc456d1e1ffb5378cb5c8ab65f502bf3870ce04063

Available diffs

No changes file available.

Binary packages built by this source

driverctl: Device driver control utility for Linux

 Driverctl is a tool for manipulating and inspecting the system
 device driver choices.
 .
 Devices are normally assigned to their sole designated kernel driver
 by default. However in some situations it may be desirable to
 override that default, for example to try an older driver to
 work around a regression in a driver or to try an experimental alternative
 driver. Another common use-case is pass-through drivers and driver
 stubs to allow userspace to drive the device, such as in case of
 virtualization.
 .
 driverctl integrates with udev to support overriding
 driver selection for both cold- and hotplugged devices from the
 moment of discovery, but can also change already assigned drivers,
 assuming they are not in use by the system. The driver overrides
 created by driverctl are persistent across system reboots
 by default.