On Thu, Oct 01, 2015 at 12:42:00PM -0400, Benjamin Romer wrote:
> From: Tim Sell <timothy.s...@unisys.com>
> 
> This visorhid driver provides a Human Interface Device, but is not at all
> using HID, the protocol.  It's a plain input driver, so for clarity, it is
> being renamed to visorinput.
> 
> Signed-off-by: Tim Sell <timothy.s...@unisys.com>
> Signed-off-by: Benjamin Romer <benjamin.ro...@unisys.com>
> ---
>  drivers/staging/unisys/Documentation/overview.txt  |  22 +-
>  drivers/staging/unisys/Kconfig                     |   2 +-
>  drivers/staging/unisys/Makefile                    |   2 +-
>  drivers/staging/unisys/visorhid/Kconfig            |  10 -
>  drivers/staging/unisys/visorhid/Makefile           |   7 -
>  drivers/staging/unisys/visorhid/keyboardchannel.h  |  32 -
>  drivers/staging/unisys/visorhid/mousechannel.h     |  33 -
>  drivers/staging/unisys/visorhid/ultrainputreport.h |  74 ---
>  drivers/staging/unisys/visorhid/visorhid.c         | 671 
> ---------------------
>  drivers/staging/unisys/visorinput/Kconfig          |  10 +
>  drivers/staging/unisys/visorinput/Makefile         |   7 +
>  .../staging/unisys/visorinput/keyboardchannel.h    |  32 +
>  drivers/staging/unisys/visorinput/mousechannel.h   |  33 +
>  .../staging/unisys/visorinput/ultrainputreport.h   |  74 +++
>  drivers/staging/unisys/visorinput/visorinput.c     | 671 
> +++++++++++++++++++++
>  15 files changed, 840 insertions(+), 840 deletions(-)
>  delete mode 100644 drivers/staging/unisys/visorhid/Kconfig
>  delete mode 100644 drivers/staging/unisys/visorhid/Makefile
>  delete mode 100644 drivers/staging/unisys/visorhid/keyboardchannel.h
>  delete mode 100644 drivers/staging/unisys/visorhid/mousechannel.h
>  delete mode 100644 drivers/staging/unisys/visorhid/ultrainputreport.h
>  delete mode 100644 drivers/staging/unisys/visorhid/visorhid.c
>  create mode 100644 drivers/staging/unisys/visorinput/Kconfig
>  create mode 100644 drivers/staging/unisys/visorinput/Makefile
>  create mode 100644 drivers/staging/unisys/visorinput/keyboardchannel.h
>  create mode 100644 drivers/staging/unisys/visorinput/mousechannel.h
>  create mode 100644 drivers/staging/unisys/visorinput/ultrainputreport.h
>  create mode 100644 drivers/staging/unisys/visorinput/visorinput.c

Please generate patches with the -M flag, so that it is easy to see that
you are moving files around, not just removing and adding them somewhere
else.

Can you fix this up and resend the series starting with this patch?

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to