Page MenuHomeSolus

sg3_utils - Generic SCSI utilities
Closed, ResolvedPublic

Description

The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. ATAPI cd/dvd drives and SATA disks that connect via a translation layer or a bridge device are examples of devices that use SCSI command sets.

In order to make an Apple SuperDrive power on when connected over USB, some magic bytes need to get sent to the device. sg_raw plus a udev rule is a convenient way to do this.

Event Timeline

subpop updated the task description. (Show Details)
JoshStrobl moved this task from Backlog to Awaiting Fixes on the Patch Submission board.
JoshStrobl added a subscriber: JoshStrobl.
  1. Your licenses are incorrect. The GPL license needs to be corrected to GPL-2.0 and BSD needs to be BSD-3-Clause.
  2. You have static libraries in your package. You need to disable those via configure.
  1. Your licenses are incorrect. The GPL license needs to be corrected to GPL-2.0 and BSD needs to be BSD-3-Clause.
  2. You have static libraries in your package. You need to disable those via configure.

Fixed.

JoshStrobl moved this task from Awaiting Fixes to Ready For Merge on the Patch Submission board.

LGTM. Thanks for the fixes!