.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SCSI_DEV_INFO_LIST_ADD_STR" "" "06 October 2005" "" ""
.SH NAME
scsi_dev_info_list_add_str \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int scsi_dev_info_list_add_str (char * \fIdev_list\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev_list\fB\fR
string of device flags to add
.SH "DESCRIPTION"
.PP
Parse dev_list, and add entries to the scsi_dev_info_list.
dev_list is of the form ``vendor:product:flag,vendor:product:flag''\&.
dev_list is modified via strsep. Can be called for command line
addition, for proc or mabye a sysfs interface.
.SH "DESCRIPTION"
.PP
Parse dev_list, and add entries to the scsi_dev_info_list.
dev_list is of the form ``vendor:product:flag,vendor:product:flag''\&.
dev_list is modified via strsep. Can be called for command line
addition, for proc or mabye a sysfs interface.
.SH "RETURNS"
.PP
0 if OK, -error on failure.