LWN.net Logo

Dynamic devices and static configuration

Dynamic devices and static configuration

Posted Apr 7, 2011 3:32 UTC (Thu) by npitre (subscriber, #5680)
In reply to: Dynamic devices and static configuration by jimparis
Parent article: Dynamic devices and static configuration

> That's not true. USB devices can be identified uniquely by physical
> path -- see "lsusb -t". For a wired down device, you can figure out
> which one it is as long as you always solder it to the same spot.

That's the problem. It is not always soldered at the same spot,
if at all, from one board to another similar board. Some parts of
the kernel have no choice but to know differences between such similar
boards already (such as what GPIO is connected to what LED, or what
key, or what IRQ signal, etc). Duplicating part of that knowledge in
user space would increase maintenance costs, and there is no good way
to identify such boards from user space in the first place.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds