]> git.ozlabs.org Git - petitboot/commit
Recognise storage devices on USB bus
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Fri, 21 Aug 2015 05:18:48 +0000 (15:18 +1000)
committerSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Mon, 31 Aug 2015 04:58:14 +0000 (14:58 +1000)
commit70907c3fc4b344d00ce900e6a536e9cc16a35216
treed723cafda2c6f32675c9e1ff52c55bce283e4aa5
parent74ca9eaf3d0dd64560c3eaa132df2e854b51bcdd
Recognise storage devices on USB bus

Users may want to prioritise USB-attached storage devices differently to
other devices. Detect if a device is USB-attached and add a new device
type to identify it.

Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
discover/device-handler.c
discover/udev.c
lib/types/types.c
lib/types/types.h
ui/ncurses/nc-config.c
ui/ncurses/nc-menu.c
ui/test/discover-test.c