diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2003-11-21 06:48:01 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:25 -0700 |
commit | bc434511310a5bbbc5fe3783a9204b204ef05500 (patch) | |
tree | 0d59b60aa8cdac8fd1677f0c99e22fdf32fec72b /udev.permissions.debian | |
parent | cb08e0f2531f910fcd46a24b2fa0eb8049165b02 (diff) |
[PATCH] support arguments in callout exec
here is argument support for CALLOUT exec:
CALLOUT, PROGRAM="/bin/echo -n xxx", BUS="usb", ID="xxx", NAME="webcam%n"
results in:
Nov 20 02:35:20 pim udev[30422]: get_major_minor: found major = 81, minor = 0
Nov 20 02:35:20 pim udev[30422]: exec_callout: callout to /bin/echo -n xxx
Nov 20 02:35:20 pim udev[30422]: exec_callout: callout returned 'xxx'
Nov 20 02:35:20 pim udev[30422]: get_attr: kernel number appended: 0
The feature is really nice, but the maximum argument count is hard coded to 8.
Diffstat (limited to 'udev.permissions.debian')
0 files changed, 0 insertions, 0 deletions