diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2019-12-23 08:38:47 -0800 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2019-12-23 08:38:47 -0800 |
commit | f2049381a613e14ec64c547df14a73747703d391 (patch) | |
tree | 39d726af1f0b1e1234d5e46e622bea039f27dfd3 /modules/computer | |
parent | 6e283fd8ab36f51edb668b36988577e8bdba7f51 (diff) |
Add module icons for v4l and filesystem modules
Diffstat (limited to 'modules/computer')
-rw-r--r-- | modules/computer/modules.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/computer/modules.c b/modules/computer/modules.c index 0da3f56e..525315ab 100644 --- a/modules/computer/modules.c +++ b/modules/computer/modules.c @@ -40,10 +40,12 @@ static const struct { } modules_icons[] = { { "drivers/input/joystick/", "joystick" }, { "drivers/input/keyboard/", "keyboard" }, + { "drivers/media/usb/uvc/", "camera-web" }, { "drivers/net/wireless/", "wireless" }, { "drivers/net/ethernet/", "network-interface" }, { "drivers/input/mouse/", "mouse" }, { "drivers/bluetooth/", "bluetooth" }, + { "drivers/media/v4l", "camera-web" }, { "arch/x86/crypto/", "cryptohash" }, { "drivers/crypto/", "cryptohash" }, { "net/bluetooth/", "bluetooth" }, @@ -64,10 +66,10 @@ static const struct { { "drivers/pci/", "devices" }, { "drivers/net/", "network" }, { "drivers/mmc/", "media-removable" }, - { "drivers/fs/", "media-floppy" }, { "crypto/", "cryptohash" }, { "sound/", "audio" }, { "net/", "network-connections" }, + { "fs/", "media-floppy" }, { } }; |