Package: sg3-utils / 1.48-3

Metadata

Package Version Patches format
sg3-utils 1.48-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix path for udevadm.patch | (download)

scripts/rescan-scsi-bus.sh | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix path for udevadm

See DBug #852585, for details

0002 Fix missing sg inq fiels.patch | (download)

src/sg_inq.c | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 sg_inq: fix missing output fields
 The SCSI_MODEL, SCSI_MODEL_ENC, SCSI_REVISION, and other fields are
 missing in the output of sg_inq with --export due to a clobbering
 of the length field.