lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 2 Sep 2008 15:22:12 +0200
From:	Henk Vergonet <Henk.Vergonet@...il.com>
To:	Atsushi Nemoto <anemo@....ocn.ne.jp>
Cc:	dmitry.torokhov@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] input: Move map_to_7segment.h to include/linux

On Wed, Aug 27, 2008 at 11:29:13PM +0900, Atsushi Nemoto wrote:
> The map_to_7segment.h provides generic 7segment LED mappings and is
> designed to be used by other drivers.  Moving it to common area will
> make it more usable.
> 
> Signed-off-by: Atsushi Nemoto <anemo@....ocn.ne.jp>
Signed-off-by: Henk Vergonet <henk.vergonet@...il.com>
> ---
> This is renaming patch.  I can send no-rename patch if requested.
> 
>  drivers/input/misc/yealink.c                       |    2 +-
>  .../input/misc => include/linux}/map_to_7segment.h |    2 --
>  2 files changed, 1 insertions(+), 3 deletions(-)
>  rename {drivers/input/misc => include/linux}/map_to_7segment.h (99%)
> 
> diff --git a/drivers/input/misc/yealink.c b/drivers/input/misc/yealink.c
> index facefd3..11b5c7e 100644
> --- a/drivers/input/misc/yealink.c
> +++ b/drivers/input/misc/yealink.c
> @@ -52,8 +52,8 @@
>  #include <linux/module.h>
>  #include <linux/rwsem.h>
>  #include <linux/usb/input.h>
> +#include <linux/map_to_7segment.h>
>  
> -#include "map_to_7segment.h"
>  #include "yealink.h"
>  
>  #define DRIVER_VERSION "yld-20051230"
> diff --git a/drivers/input/misc/map_to_7segment.h b/include/linux/map_to_7segment.h
> similarity index 99%
> rename from drivers/input/misc/map_to_7segment.h
> rename to include/linux/map_to_7segment.h
> index a424094..db45f7c 100644
> --- a/drivers/input/misc/map_to_7segment.h
> +++ b/include/linux/map_to_7segment.h
> @@ -1,6 +1,4 @@
>  /*
> - * drivers/usb/input/map_to_7segment.h
> - *
>   * Copyright (c) 2005 Henk Vergonet <Henk.Vergonet@...il.com>
>   *
>   * This program is free software; you can redistribute it and/or
> -- 
> 1.5.6.3
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ