technology: Create a list for technology orphaned devices
authorAlok Barsode <alok.barsode@linux.intel.com>
Mon, 30 Jan 2012 10:16:25 +0000 (12:16 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 31 Jan 2012 23:19:00 +0000 (00:19 +0100)
commit9ba0fd876d58ce22aab3c15ca063713ba1fb865f
treeb521ac24f46968453bdc1703d5bce4c86071555d
parent46279be0f97df1c61b0c5ee7db6183ff4c7f0662
technology: Create a list for technology orphaned devices

If we get a device before the technology driver was registered we
would lose track of it as we ignoed it. Adding a device list which
can keep a track of technologyless devices untill the driver for
them is loaded. If the driver is not compiled in the devices will
remain in the list.
src/technology.c