linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb-serial: cp201x: support Mark-10 digital force gauge
@ 2019-11-18  9:21 Greg Kroah-Hartman
  2019-11-18  9:27 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Kroah-Hartman @ 2019-11-18  9:21 UTC (permalink / raw)
  To: Johan Hovold; +Cc: Joel Jennings, linux-usb

Add support for the Mark-10 digital force gauge device to the cp201x
driver.

Based on a report and a larger patch from Joel Jennings

Reported-by: Joel Jennings <joel.jennings@makeitlabs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable <stable@vger.kernel.org>
---

Johan, I can queue this up in my tree directly if you want me to, so as to get
into the larger 5.5-rc1 merge if that's ok with you.

thanks,

greg k-h

--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -125,6 +125,7 @@ static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
 	{ USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
 	{ USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
+	{ USB_DEVICE(0x10C4, 0x83AA) }, /* Mark-10 Digital Force Gauge */
 	{ USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */
 	{ USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */
 	{ USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb-serial: cp201x: support Mark-10 digital force gauge
  2019-11-18  9:21 [PATCH] usb-serial: cp201x: support Mark-10 digital force gauge Greg Kroah-Hartman
@ 2019-11-18  9:27 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2019-11-18  9:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Johan Hovold, Joel Jennings, linux-usb

On Mon, Nov 18, 2019 at 10:21:19AM +0100, Greg Kroah-Hartman wrote:
> Add support for the Mark-10 digital force gauge device to the cp201x
> driver.
> 
> Based on a report and a larger patch from Joel Jennings
> 
> Reported-by: Joel Jennings <joel.jennings@makeitlabs.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: stable <stable@vger.kernel.org>
> ---
> 
> Johan, I can queue this up in my tree directly if you want me to, so as to get
> into the larger 5.5-rc1 merge if that's ok with you.

Please do, thanks.

Acked-by: Johan Hovold <johan@kernel.org>

Johan

> --- a/drivers/usb/serial/cp210x.c
> +++ b/drivers/usb/serial/cp210x.c
> @@ -125,6 +125,7 @@ static const struct usb_device_id id_table[] = {
>  	{ USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
>  	{ USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
>  	{ USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
> +	{ USB_DEVICE(0x10C4, 0x83AA) }, /* Mark-10 Digital Force Gauge */
>  	{ USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */
>  	{ USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */
>  	{ USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-18  9:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-18  9:21 [PATCH] usb-serial: cp201x: support Mark-10 digital force gauge Greg Kroah-Hartman
2019-11-18  9:27 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).