Re: [PATCH 1/3] firewire: do not expose globally unique IDs in thekernel log

From: Stefan Richter
Date: Tue Dec 20 2011 - 18:10:46 EST


On Dec 20 Carl Karsten wrote:
> grumble.
>
> I use those guids like so:
>
> plug in dv cam, dmesg, cut guid to clipboard, run:
> dvgrab -guid (paste)

How about:

#!/bin/sh
guid=$(cat /sys/bus/firewire/devices/$1/guid)
shift
dvgrab -guid $guid "$@"

To be called as "dvgrab-wrapper fw3 [more dvgrab options]", with fw3 being
the device of your choice, e.g. the one that just scrolled by in syslog.

Or you run "grep . /sys/bus/firewire/devices/*/guid | sed s/\\/guid:/\\t/"
before dvgrab, and you get a list of GUIDs from which you can copy and
paste.

> It also kinda helps me keep track of what devices are misbehaving, but
> this alone isn't very important.
>
> Any chance of making this configurable?

So far the configuration of the "new" firewire drivers were kept at an
essential minimum, and I am hesitant to add more baroque ones. I would
rather drop this patch now that there was negative feedback, unless there
is going to be positive feedback as well.
--
Stefan Richter
-=====-==-== ==-- =-=--
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/