Linux USB
 help / color / mirror / Atom feed
* [PATCH] USB: storage: Ignore driver CD interface of SR9700 USB Ethernet adapters
@ 2025-12-11  6:21 Ethan Nelson-Moore
  2025-12-11 15:06 ` Alan Stern
  0 siblings, 1 reply; 5+ messages in thread
From: Ethan Nelson-Moore @ 2025-12-11  6:21 UTC (permalink / raw)
  To: linux-usb; +Cc: Ethan Nelson-Moore

Some SR9700 devices have an SPI flash chip containing a virtual driver
CD, in which case they appear as a device with two interfaces and
product ID 0x9702. Interface 0 is the driver CD and interface 1 is the
Ethernet device. A separate patch to the sr9700 driver will add
support for these devices.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
 drivers/usb/storage/unusual_devs.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 47f50d7a385c..b5a764d1ed50 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -1719,6 +1719,13 @@ UNUSUAL_DEV(  0x0fce, 0xe092, 0x0000, 0x0000,
 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
 		US_FL_IGNORE_RESIDUE ),
 
+/* Ignore driver CD interface of SR9700 USB Ethernet adapters */
+UNUSUAL_DEV( 0x0fe6, 0x9702, 0x0000, 0xffff,
+		"CoreChips",
+		"SR9700 USB Ethernet Adapter",
+		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
+		US_FL_IGNORE_DEVICE ),
+
 /*
  * Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
  * Tested on hardware version 1.10.
-- 
2.43.0


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

end of thread, other threads:[~2026-01-31  0:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11  6:21 [PATCH] USB: storage: Ignore driver CD interface of SR9700 USB Ethernet adapters Ethan Nelson-Moore
2025-12-11 15:06 ` Alan Stern
2026-01-30  6:03   ` Ethan Nelson-Moore
2026-01-30 15:45     ` Alan Stern
2026-01-31  0:22       ` Ethan Nelson-Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox