greg@kroah.com
120d45d0a1
[PATCH] split REPLACE and CALLOUT into separate functions
...
Finally starting to process this in priority order, not config file order.
2005-04-26 21:06:23 -07:00
greg@kroah.com
07b80e6d55
[PATCH] add debug line for REPLACE call.
2005-04-26 21:06:23 -07:00
greg@kroah.com
6c5c770ac6
[PATCH] turn off debugging in namedev
2005-04-26 21:06:22 -07:00
greg@kroah.com
1e959a4b05
[PATCH] klibc specific tweaks
2005-04-26 21:06:22 -07:00
greg@kroah.com
64455bfc69
[PATCH] fix LABEL bug for device files (not class files.)
2005-04-26 21:04:10 -07:00
greg@kroah.com
9d496c74f3
[PATCH] got rid of struct device_attr
...
namedev.c is still a mess, that's up next after testing...
2005-04-26 21:04:10 -07:00
kay@vrfy.org
c2ec26b928
[PATCH] namedev.c comments + debug patch
...
and a patch for namdev.c comments + debug
o correct 'device device'
o correct permission file to config file
2005-04-26 21:04:09 -07:00
greg@kroah.com
116176b0bd
[PATCH] fix dbg line in namedev.c
...
Thanks to Kay Sievers <kay@vrfy.org> for pointing this out.
2005-04-26 21:04:09 -07:00
greg@kroah.com
c056c5141b
[PATCH] make config files, sysfs root, and udev root configurable from config variables
...
This will make running tests a lot simpler.
2005-04-26 21:01:42 -07:00
dsteklof@us.ibm.com
fe3fe3b29f
[PATCH] new version of libsysfs patch
...
Here's the patch applying the latest libsysfs.
- adds the latest libsysfs code to udev
* new code includes dlist implementation, a generic linked list
implementation. Needed our own because LGPL
* rearranged structures
* provided more functions for accessing directory and attributes
- gets rid of ->directory->path references in namedev.c
- replaces sysfs_get_value_from_attributes with sysfs_get_classdev_attr
2005-04-26 21:01:42 -07:00
rml@tech9.net
c2405f502c
[PATCH] udev: mode should be mode_t
...
Unix file modes should be stored in a mode_t, not a standard type. At
the moment it is actually unsigned, in fact, not a signed integer.
Attached patch does an s/int mode/mode_t mode/ and cleans up the
results.
2005-04-26 21:01:41 -07:00
greg@kroah.com
5ef7b7992a
[PATCH] add dbg_parse() to cut down on parse file debugging statements
...
Can be turned on by hand in the namedev.c file.
2005-04-26 21:01:41 -07:00
patmans@us.ibm.com
c27e69116d
[PATCH] add callout config type to udev
...
This patch adds a callout config type to udev, so external programs can be
called to get serial numbers or id's that are not available as a sysfs
attribute.
2005-04-26 21:01:40 -07:00
greg@kroah.com
149f210617
[PATCH] clean up some debugging stuff in namedev.c
2005-04-26 21:01:40 -07:00
greg@kroah.com
615e05f84a
[PATCH] oops, everything was getting created as 000 mode, try to fix this up,
2005-04-26 21:01:40 -07:00
greg@kroah.com
03e64c8f8c
[PATCH] start working on label support, and fix some segfaults for block devices.
2005-04-26 21:01:40 -07:00
greg@kroah.com
8a6fbab6dd
[PATCH] add NUMBER support (basically same logic as TOPOLOGY, perhaps we should merge this...)
2005-04-26 21:01:40 -07:00
greg@kroah.com
20051a5be9
[PATCH] added topology support.
2005-04-26 21:01:40 -07:00
greg@kroah.com
c18d70b447
[PATCH] got REPLACE to work properly.
2005-04-26 21:01:40 -07:00
greg@kroah.com
cb32ac946f
[PATCH] make struct config_device contain a struct device_attr instead of duplicating the mess.
2005-04-26 21:01:40 -07:00
greg@kroah.com
19dc5d4ce1
[PATCH] Clean up the namedev interface a bit, making the code smaller...
2005-04-26 21:01:39 -07:00
greg@kroah.com
185a35a403
[PATCH] add initial libsysfs support...
...
needs lots more cleanup, but is much nicer than doing this by hand...
2005-04-26 21:01:39 -07:00
greg@kroah.com
469c7cff3b
[PATCH] namedev config files are fully parsed.
...
now to do something with the data...
2005-04-26 21:01:39 -07:00
greg@kroah.com
2232cac825
[PATCH] Initial namedev parsing of config files
...
.permission parsing works, .config needs more work.
2005-04-26 21:01:38 -07:00