User-friendly disk names
User-friendly disk names
Posted Jun 27, 2011 3:33 UTC (Mon) by dlang (guest, #313)In reply to: User-friendly disk names by mikov
Parent article: User-friendly disk names
Ok, I've seen PCI devices get identified in different orders after a kernel update, so I assumed that part of the identification depended on the order that things are scanned.
as for USB vs i2c, if you look at the low-level over-the-wire protocol, i believe that USB is really a superset of i2c. you can bit-bang a USB interface as well, (although not very efficiently), USB adds an additional layer of software and standard definitions over the raw wire protocol.
I could be mistake, but when I first learned about USB I was looking very closely at i2c for other things and I remembering that they were extremely similar at the hardware/signaling level
