[PATCH] add lsscsi implementation

Xabier Oneca -- xOneca xoneca at gmail.com
Fri Apr 7 21:24:28 UTC 2017


Hello Markus,

> --- busybox-1.26.2/util-linux/lsscsi.c    1970-01-01 01:00:00.000000000 +0100
> +++ busybox-1.26.2.lssci/util-linux/lsscsi.c    2017-04-07 12:16:11.131542966 +0200
> @@ -0,0 +1,137 @@
> +/* vi: set sw=4 ts=4: */
> +/*
> + * lsscsi implementation for busybox
> + *
> + * Copyright (C) 2017 Markus Gothe <markus.gothe at dovado.com>
> + *
> + * Licensed under GPLv2 or later, see file LICENSE in this source tree.
> + */
> +
> +//config:config LSSCSI
> +//config:    bool "lsscsi"
> +//config:    default y
> +//config:    #select PLATFORM_LINUX
> +//config:    help
> +//config:      lsusb is a utility for displaying information about USB buses in the
> +//config:      system and devices connected to them.
> +//config:
> +//config:      This version uses sysfs (/sys/bus/usb/devices) only.

What? USB? :)

Cheers,

Xabier Oneca_,,_


More information about the busybox mailing list