/openbmc/linux/include/linux/usb/ |
H A D | ch9.h | e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function
In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition.
To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed.
It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition. To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed. It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/usb/ |
H A D | Makefile | e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function
In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition.
To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed.
It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition. To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed. It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | Kconfig | e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function
In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition.
To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed.
It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition. To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed. It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/usb/misc/ |
H A D | usbtest.c | e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function
In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition.
To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed.
It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition. To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed. It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | composite.c | e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function
In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition.
To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed.
It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition. To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed. It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/usb/core/ |
H A D | hub.c | e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function
In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition.
To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed.
It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> e538dfda Tue Aug 30 10:11:19 CDT 2011 Michal Nazarewicz <mina86@mina86.com> usb: Provide usb_speed_string() function In a few places in the kernel, the code prints a human-readable USB device speed (eg. "high speed"). This involves a switch statement sometimes wrapped around in ({ ... }) block leading to code repetition. To mitigate this issue, this commit introduces usb_speed_string() function, which returns a human-readable name of provided speed. It also changes a few places switch was used to use this new function. This changes a bit the way the speed is printed in few instances at the same time standardising it. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|