linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: johan@kernel.org
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Yan Xinyu <sdlyyxy@bupt.edu.cn>
Subject: [PATCH] USB: usb-serial-simple: add new device id for OPPO R11
Date: Fri, 15 Jul 2022 16:24:44 +0200	[thread overview]
Message-ID: <20220715142444.4173681-1-gregkh@linuxfoundation.org> (raw)

The Oppo R11 diagnostic USB connection needs to be bound to the
usb-serial-simple driver as it just wants to use a dumb pipe to
communicate to the host.

usb-devices output:
 T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 10 Spd=480 MxCh= 0
 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
 P: Vendor=22d9 ProdID=276c Rev=04.04
 S: Manufacturer=OPPO
 S: Product=SDM660-MTP _SN:09C6BCA7
 S: SerialNumber=beb2c403
 C: #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA
 I: If#=0x0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=30

Reported-by: Yan Xinyu <sdlyyxy@bupt.edu.cn>
Cc: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/usb/serial/usb-serial-simple.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/usb/serial/usb-serial-simple.c b/drivers/usb/serial/usb-serial-simple.c
index 4c6747889a19..eb832b94aa3a 100644
--- a/drivers/usb/serial/usb-serial-simple.c
+++ b/drivers/usb/serial/usb-serial-simple.c
@@ -60,7 +60,9 @@ DEVICE(flashloader, FLASHLOADER_IDS);
 	{ USB_VENDOR_AND_INTERFACE_INFO(0x18d1,			\
 					USB_CLASS_VENDOR_SPEC,	\
 					0x50,			\
-					0x01) }
+					0x01) },		\
+	{ USB_DEVICE_AND_INTERFACE_INFO(0x22d9, 0x276c,		\
+					0xff, 0xff, 0x30) }
 DEVICE(google, GOOGLE_IDS);
 
 /* Libtransistor USB console */
-- 
2.37.1


             reply	other threads:[~2022-07-15 14:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 14:24 Greg Kroah-Hartman [this message]
2022-07-15 14:59 ` [PATCH] USB: usb-serial-simple: add new device id for OPPO R11 sdlyyxy
2022-07-16 12:13   ` Reinhard Speyerer
2022-07-16 13:36     ` sdlyyxy
2022-07-17 15:48       ` Reinhard Speyerer
2022-07-18 14:02         ` Yan Xinyu
2022-07-17 20:14     ` Greg Kroah-Hartman
2022-07-18 20:47       ` Reinhard Speyerer
2022-07-23 16:36         ` Johan Hovold
2022-07-24 14:00           ` Greg Kroah-Hartman
2022-07-24 14:26             ` Johan Hovold
2022-07-29  6:13               ` sdlyyxy
2022-07-29  6:37                 ` Johan Hovold

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=20220715142444.4173681-1-gregkh@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=sdlyyxy@bupt.edu.cn \
    /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;
as well as URLs for NNTP newsgroup(s).