Linux USB
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Amit <lestoppe@gmail.com>
Cc: johan@kernel.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [BUG] usb-serial-simple: device conflict with Owon VDS1022I
Date: Fri, 6 Jun 2025 14:17:23 +0200	[thread overview]
Message-ID: <2025060620-twister-starved-3fb8@gregkh> (raw)
In-Reply-To: <6430992c-d50b-4cfd-bcb9-d7d376c53444@gmail.com>

On Fri, Jun 06, 2025 at 05:00:29PM +0530, Amit wrote:
> Hi,
> 
>     PATCH 6.1 082/167 adds serial support for OWON HDS200 through the simple
> usb serial driver (). This causes issues with Owon VDS1022. The VID and PID
> is the same for both devices so the the Linux kernel loads the serial
> driver, preventing the associated software from working.

As vendors are not supposed to use the same device id for different
devices, that's against the USB.org rules, so that's on them, not us :)

>     My current work around for this is to blacklist usb_serial_simple. Given
> that this driver change was recent and still under testing, could we find a
> solution for this that doesn't involve such hacks at my end.
> 
>     I  was able to root cause this issue only because the USB device and 
> software was working correctly before. A new user would just assume that the
> device is not Linux compatible.
> 
>     I've filed a bugzilla report here :
> https://bugzilla.kernel.org/show_bug.cgi?id=220193
> 
>     This is the software : https://github.com/florentbr/OWON-VDS1022

As that's just using libusb, it can disconnect the device from the
usb-serial driver if it needs to from the program itself.  Why not
suggest this change to the authors of the software, OR just change it to
use the serial connection that the kernel now presents instead of
attempting to talk to it directly from userspace?

thanks,

greg k-h

  reply	other threads:[~2025-06-06 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06 11:30 [BUG] usb-serial-simple: device conflict with Owon VDS1022I Amit
2025-06-06 12:17 ` Greg KH [this message]
2025-06-06 12:50   ` Amit

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=2025060620-twister-starved-3fb8@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=lestoppe@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /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