Re: [PATCH v1] ACPI: Switch to use generic UUID API

2017-05-09 Thread Mathias Nyman
mp;dev->dev), &intel_dsm_uuid, 3, 1, NULL); ACPI_FREE(obj); } For the xhci part above: Acked-by: Mathias Nyman

Re: [PATCH 1/1] color: use "light" colors for dark background

2017-02-25 Thread Mathias Nyman
On 2017-02-24 11:13+0100, Petr Vorel wrote: COLORFGBG environment variable is used to detect dark background. Idea and a bit of code is borrowed from Vim, thanks. Signed-off-by: Petr Vorel --- Colors are nice, but the ones chosen aren't suitable for dark background. Yea, I admit, the origina

Re: [PATCH] usbnet: prevent device rpm suspend in usbnet_probe function

2016-11-11 Thread Mathias Nyman
On 10.11.2016 13:22, Oliver Neukum wrote: On Thu, 2016-11-10 at 12:09 +0100, Bjørn Mork wrote: Kai-Heng Feng writes: On Wed, Nov 9, 2016 at 8:32 PM, Bjørn Mork wrote: Oliver Neukum writes: On Tue, 2016-11-08 at 13:44 -0500, Alan Stern wrote: These problems could very well be caused by r

[PATCH v4 iproute2] ip: Add color output option

2015-04-28 Thread Mathias Nyman
It is hard to quickly find what you are looking for in the output of the ip command. Color helps. This patch adds a '-c' flag to highlight these with individual colors: - interface name - ip address - mac address - up/down state Signed-off-by: Mathias Nyman --- v4 - Remo

Re: [PATCH v3 iproute2] ip: Add color output option

2015-04-28 Thread Mathias Nyman
On 2015-04-27 16:37-0700, Stephen Hemminger wrote: > Patch does not apply cleanly to current version in git. > All patches should be based off of > > http://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git > > I suspect your mailer is corrupting whitespace. > Maybe easier to sen

[PATCH v3 iproute2] ip: Add color output option

2015-04-24 Thread Mathias Nyman
It is hard to quickly find what you are looking for in the output of the ip command. Color helps. This patch adds a '-c' flag to highlight these with individual colors: - interface name - ip address - mac address - up/down state Signed-off-by: Mathias Nyman --- v3 - Rebase

Re: [PATCH v2 net-next] ip: Add color output option

2015-04-20 Thread Mathias Nyman
Thanks for bearing with my first patch. On 2015-04-20 10:16-0700, Stephen Hemminger wrote: On Sat, 18 Apr 2015 13:39:45 +0300 Mathias Nyman wrote: It is hard to quickly find what you are looking for in the output of the ip command. Color helps. This patch adds a '-c' flag to highl

[PATCH v2 net-next] ip: Add color output option

2015-04-18 Thread Mathias Nyman
It is hard to quickly find what you are looking for in the output of the ip command. Color helps. This patch adds a '-c' flag to highlight these with individual colors: - interface name - ip address - mac address - up/down state Signed-off-by: Mathias Nyman --- include/co

Re: [PATCH net-next] ip: Add color output option

2015-04-18 Thread Mathias Nyman
On 2015-04-17 19:26+0200, Daniel Borkmann wrote: On 04/17/2015 06:44 PM, Alexei Starovoitov wrote: On Fri, Apr 17, 2015 at 04:02:02PM +0300, Mathias Nyman wrote: It is hard to quickly find what you are looking for in the output of the ip command. Color helps. This patch adds a '-c

[PATCH net-next] ip: Add color output option

2015-04-17 Thread Mathias Nyman
It is hard to quickly find what you are looking for in the output of the ip command. Color helps. This patch adds a '-c' flag to highlight these with individual colors: - interface name - ip addresse - mac addresse - up/down state --- include/color.h | 17 ip/Makefile