chiark / gitweb /
095d84f2d0705c27ebbaa443ce45dde3aa453ae3
[elogind.git] / extras / scsi_id / ChangeLog
1 2004-feb-25:
2         * scsi_id.8: Add verbage about usage with udev, and running via
3           hotplug.
4
5 2004-feb-25:
6         * scsi_id.c, scsi_id.8: Disable support for -e (all output to
7           stderr) as it cannot be used in any useful way, and the -c
8           (device specific callout) as the code is incomplete and has no
9           users.
10
11 2004-feb-25:
12         * scsi_id.c: Don't print errno for NULL return from
13           sysfs_get_classdev_device.
14
15 2004-feb-23:
16         * scsi_id.c: Get rid of dead/leftover code that checked
17           if we are on a scsi bus.
18
19 2004-feb-23:
20         * scsi_serial.c, scsi_id.c: Use ":" consistently in output messages.
21
22 2004-feb-23:
23         * scsi_serial.c: Add missing new lines for some error messages.
24
25 2004-feb-23:
26         * scsi_serial.c: open O_NONBLOCK so we handle tape drives without
27           tapes loaded.
28
29 2004-feb-20:
30         * scsi_id.h, scsi_id.c: Remove hacks based on KLIBC define to get
31           around problems when building with udev (udev libsysfs files
32           were rearranged).
33
34 2004-feb-19:
35         * scsi_id.h, scsi_id.c, scsi_serial.c: As done in udev code, support
36           partitions via looking for a parent of the target path. Uses
37           libsysfs functions to do most of the work, and includes changing
38           a lot of variables to be struct sysfs_device instead of
39           sysfs_class_device.
40
41 2004-feb-19:
42         * Makefile: Version 0.4
43
44 2004-jan-15:
45         * Makefile: Version 0.3
46
47 2004-jan-13:
48         * scsi_id.c, Makefile: Fix prefix usage with scsi_id.config.
49
50 2004-jan-13:
51         * scsi_id.config: Clean up some comment entries.
52
53 2004-jan-13:
54         * Makefile: Install the sample scsi_id.config file.
55
56 2004-jan-13:
57         * Makefile: Use DESTDIR in all install/uninstall rules, per
58           problem reported by Svetoslav Slavtchev.
59
60 2004-jan-12:
61         * scsi_id.h, scsi_id.c, scsi_serial.c: Fix to work with current
62           sysfs 0.4, based on patch from Dan Stekloff, but uses
63           sysfs_read_attribute_value instead of
64           sysfs_get_value_from_attributes.
65
66 2004-jan-08:
67         * scsi_id.c: SYSFS_BUS_DIR was replaced with SYSFS_BUS_NAME.
68
69 2004-jan-08:
70         * scsi_id.c: Must now use sysfs_open_class_device_path instead of the
71           previous sysfs_open_class_device.
72
73 2003-dec-07:
74         * Makefile: patch from Olaf Hering <olh@suse.de> remove DEBUG and
75           add --fno-builtin
76
77 2003-dec-05:
78         * Makefile, scsi_id.8: Add a man page.
79
80 2003-dec-04:
81         * Makefile: Set and use variables that might be passed down when
82           built under udev (with or without klibc), don't set LDFLAGS or
83           STRIP.
84
85 2003-dec-04:
86         * scsi_id.c, scsi_id.h: Fix a bad bug - when parsing file options,
87           no space was allocated for the creation of the new argv[]
88           strings.
89
90 2003-dec-04:
91         * scsi_id.c: Catch too long a line in the config file.
92
93 2003-dec-02:
94         * scsi_id.h: Add u8 typedef to avoid ummm scsi.h kernel header
95           problem when built with klibc.
96
97 2003-dec-02:
98         * scsi_id.h: Add define of makedev() if built with klibc.
99
100 2003-dec-02:
101         * scsi_id.c: reset optind to 1 since klibc does not work if it is
102           reset to zero.
103
104 2003-dec-02:
105         * scsi_id.c: remove fflush() as it is not needed, and is not
106           supported by klibc.
107
108 2003-dec-02:
109         * scsi_serial.c: Make the functions do_scsi_page0_inquiry and
110           do_scsi_page80_inquiry static.
111
112 2003-dec-01:
113         * scsi_id.c: Don't use syslog LOG_PID, as it is not supported by
114           klibc.
115
116 2003-dec-01:
117         * scsi_id.c, scsi_serial.c: Hack - change include path to libsysfs
118           if built under klibc.
119
120 2003-dec-01:
121         * Makefile: Use "override" for CFLAGS so we can pass CFLAGS values
122           down when built with udev
123
124 2003-dec-01:
125         * scsi_id.c, Makefile: Use SCSI_ID_VERSION instead of VERSION.
126
127 2003-nov-25:
128         * scsi_id.c: Remove getopt_long (long option names), as there
129           is no support for that in klibc.
130
131 2003-nov-17:
132         * scsi_id.c: Patch from Brian King <brking@us.ibm.com>: check
133           result of setting model, not vendor in per_dev_options.
134
135 2003-nov-03:
136         * scsi_id.c, scsi_serial.c: Use new and correct path to libsysfs.h.
137
138 2003-nov-03:
139         * scsi_id.h: Fix scsi_id.h so var args in macros works ok with
140           older gcc.