mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Svyatoslav Ryhel <clamor95@gmail.com>
To: Oliver Neukum <oneukum@suse.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Svyatoslav Ryhel <clamor95@gmail.com>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v1 1/1] usb: csc-acm: add Infineon/Comneon modem support (1519:0020)
Date: Thu, 22 Jan 2026 17:17:46 +0200	[thread overview]
Message-ID: <20260122151746.7745-2-clamor95@gmail.com> (raw)
In-Reply-To: <20260122151746.7745-1-clamor95@gmail.com>

Add support for Infineon/Comneon XMM626X modem that used in many Tegra30
devices with GSM capablities like LG Optimus 4X (P880) and Vu (P895).

The Vendor Id is 0x1519
The Product ID is 0x0020

Output of lsusb:
Bus 001 Device 002: ID 1519:0020 Comneon HSIC Device

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
---
 drivers/usb/class/cdc-acm.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index 73f9476774ae..2bb84b261239 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -2024,6 +2024,10 @@ static const struct usb_device_id acm_ids[] = {
 	.driver_info = SEND_ZERO_PACKET,
 	},
 
+	{ USB_DEVICE(0x1519, 0x0020), /* Infineon/Comneon modem */
+	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
+	},
+
 	{ }
 };
 
-- 
2.51.0


  reply	other threads:[~2026-01-22 15:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-22 15:17 [PATCH v1 0/1] usb: csc-acm: add Infineon/Comneon modem support Svyatoslav Ryhel
2026-01-22 15:17 ` Svyatoslav Ryhel [this message]
2026-01-22 15:58   ` [PATCH v1 1/1] usb: csc-acm: add Infineon/Comneon modem support (1519:0020) Lars Melin
2026-01-22 16:17     ` Svyatoslav Ryhel
2026-01-26 13:51       ` Lars Melin
2026-01-26 14:55         ` Svyatoslav Ryhel
2026-01-27  1:12           ` Lars Melin
2026-01-27  6:50             ` Svyatoslav Ryhel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260122151746.7745-2-clamor95@gmail.com \
    --to=clamor95@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=oneukum@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®