summaryrefslogtreecommitdiffstats
path: root/devices/parser-tests/004/expected-output
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for multiple UIsJeremy Kerr2008-12-151-9/+0
| | | | | | | | | | | Move the device discovery code from separate udev helpers to a single process to listen on two sockets: one SOCK_DGRAM for incoming udev events, and one SOCK_STREAM for UIs to connect. Initial support for client/server infrastructure, still need to wire-up the udev messages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Rework device-path handlingJeremy Kerr2008-01-071-0/+9
Pass full device paths around, rather than shortened device names and mountpoints. The parse() function has been updated to only take a device path; the mountpoint can be derived with mountpoint_for_device. Also, add initial handling for uuid= and label= syntaxes. This allows us to remap ps3 devices where necessary. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
OpenPOWER on IntegriCloud