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, 16 Aug 2022 18:20:05 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Thierry Guibert <thierry.guibert@...ix-rouge.fr>
Cc:     oneukum@...e.com, linux-usb@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] CDC-ACM : Add Icom PMR F3400 support (0c26:0020)

On Tue, Aug 16, 2022 at 06:14:21PM +0200, Thierry Guibert wrote:
> >From cf6471caeee7ac7d92bfa4ceaaa16ab461846e65 Mon Sep 17 00:00:00 2001
> From: Thierry GUIBERT <thierry.guibert@...ix-rouge.fr>
> Date: Tue, 16 Aug 2022 00:46:01 +0200
> Subject: [PATCH] CDC-ACM : Add Icom PMR F3400 support (0c26:0020)

Why is this in the email body?

Are you using 'git send-email' for this?

> diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
> index 9b9aea24d58c..091fcfac3717 100644
> --- a/drivers/usb/class/cdc-acm.c
> +++ b/drivers/usb/class/cdc-acm.c
> @@ -1813,6 +1813,10 @@ static const struct usb_device_id acm_ids[] = {
>        { USB_DEVICE(0x0ca6, 0xa050), /* Castles VEGA3000 */
>        .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
>        },
> +       { USB_DEVICE(0x0c26, 0x0020), /* Icom ICF3400 Serie */
> +       .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
> +       },
> +
> 
>        { USB_DEVICE(0x2912, 0x0001), /* ATOL FPrint */
>        .driver_info = CLEAR_HALT_CONDITIONS,
> --
> 2.37.2

As my bot pointed out many times, this is whitespace corrupted and can
not be applied :(

Please fix up your email client and resend a v2.

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ