Re: [PATCH] dvb: Allow MAC addresses to be mapped to stable device names with udev

From: David Howells
Date: Wed Oct 31 2018 - 06:57:56 EST


Sean Young <sean@xxxxxxxx> wrote:

> With this patch, with a usb Hauppauge Nova-T Stick I get:
>
> $ tail /sys/class/dvb/*/dvb_*
> ...
> ==> /sys/class/dvb/dvb0.demux0/dvb_mac <==
> 00:00:00:00:00:00

I presume you're complaining, then, that the file exists in this instance
rather than it doesn't have the real MAC address in it?

> Having said that dvb_type does look a little nicer:
>
> ATTR{dvb_type}=="demux"

So I should keep that or drop that?

David