1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-31 16:21:11 +03:00
systemd-stable/extras/scsi_id
Kay Sievers 95776dc6ec consistent key naming to match only the event device or include all parent devices
This scheme is more consistent and makes it obvious if a match happens
against the event device only, or the full chain of parent devices.

The old key names are now:
  BUS -> SUBSYSTEMS
  ID -> KERNELS
  SYSFS -> ATTRS
  DRIVER -> DRIVERS

Match keys for the event device:
  KERNEL
  SUBSYSTEM
  ATTR
  DRIVER (in a future release, for now the same as DRIVERS)

Match keys for all devices along the parent device chain:
  KERNELS
  SUBSYSTEMS
  ATTRS
  DRIVERS

ID, BUS, SYSFS are no longer mentioned in the man page but still work.
DRIVER must be converted to DRIVERS to match the new scheme. For now,
an error is logged, if DRIVER is used. In a future release, the DRIVER
key behaviour will change.
2006-08-19 16:06:25 +02:00
..
COPYING [PATCH] add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com> 2005-04-26 21:06:24 -07:00
Makefile Makefiles: fix .PHONY for man page target 2006-07-04 18:41:07 +02:00
README scsi_id: remove dead files 2006-01-28 16:42:49 +01:00
scsi_id.8 man pages: mention udev(7) not udev(8) 2006-03-28 20:16:34 +02:00
scsi_id.c consistent key naming to match only the event device or include all parent devices 2006-08-19 16:06:25 +02:00
scsi_id.config scsi_id: read page 0x80 with libata drives 2005-12-23 00:06:54 +01:00
scsi_id.h scsi_id: remove dead files 2006-01-28 16:42:49 +01:00
scsi_serial.c consistent key naming to match only the event device or include all parent devices 2006-08-19 16:06:25 +02:00
scsi.h scsi_id: remove dead files 2006-01-28 16:42:49 +01:00

scsi_id - generate a SCSI unique identifier for a given SCSI device

Please send questions, comments or patches to <patmans@us.ibm.com> or
<linux-hotplug-devel@lists.sourceforge.net>.