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]
Message-ID: <20240708202152.56eb8e24@kernel.org>
Date: Mon, 8 Jul 2024 20:21:52 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: wojackbb@...il.com
Cc: netdev@...r.kernel.org, chandrashekar.devegowda@...el.com,
 chiranjeevi.rapolu@...ux.intel.com, haijun.liu@...iatek.com,
 m.chetan.kumar@...ux.intel.com, ricardo.martinez@...ux.intel.com,
 loic.poulain@...aro.org, ryazanov.s.a@...il.com, johannes@...solutions.net,
 davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com
Subject: Re: [PATCH] [PATCH net] net: wwan: t7xx: add support for Dell
 DW5933e

On Fri,  5 Jul 2024 17:12:23 +0800 wojackbb@...il.com wrote:
> Signed-off-by: jackbb_wu <wojackbb@...il.com>

The sign-off has legal implications, please use your name.

> ---
>  drivers/net/wwan/t7xx/t7xx_pci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/wwan/t7xx/t7xx_pci.c b/drivers/net/wwan/t7xx/t7xx_pci.c
> index e0b1e7a616ca..7f3d0f51c350 100644
> --- a/drivers/net/wwan/t7xx/t7xx_pci.c
> +++ b/drivers/net/wwan/t7xx/t7xx_pci.c
> @@ -852,6 +852,7 @@ static void t7xx_pci_remove(struct pci_dev *pdev)
>  
>  static const struct pci_device_id t7xx_pci_table[] = {
>  	{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x4d75) },
> +	{ PCI_DEVICE(0x14c0, 0x4d75) },//Dell DW5933e

A space missing before and after //

Please make sure you CC right maintainers on v2.
-- 
pw-bot: cr

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ