All of lore.kernel.org
 help / color / mirror / Atom feed
* USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
@ 2018-03-01 17:34 Teijo Kinnunen
  0 siblings, 0 replies; 2+ messages in thread
From: Teijo Kinnunen @ 2018-03-01 17:34 UTC (permalink / raw)
  To: stern; +Cc: linux-usb

This USB-SATA controller seems to be similar with JMicron bridge
152d:2566 already on the list. Adding it here fixes "Invalid
field in cdb" errors.

Signed-off-by: Teijo Kinnunen <teijo.kinnunen@code-q.fi>
Cc: stable@vger.kernel.org
---
  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 264af199aec8..747d3a9596d9 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -2118,6 +2118,13 @@ UNUSUAL_DEV(  0x152d, 0x2566, 0x0114, 0x0114,
  		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
  		US_FL_BROKEN_FUA ),

+/* Reported by Teijo Kinnunen <teijo.kinnunen@code-q.fi> */
+UNUSUAL_DEV(  0x152d, 0x2567, 0x0117, 0x0117,
+		"JMicron",
+		"USB to ATA/ATAPI Bridge",
+		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
+		US_FL_BROKEN_FUA ),
+
  /* Reported-by George Cherian <george.cherian@cavium.com> */
  UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999,
  		"JMicron",

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

* USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
@ 2018-03-01 18:04 Alan Stern
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Stern @ 2018-03-01 18:04 UTC (permalink / raw)
  To: Teijo Kinnunen, Greg KH; +Cc: USB list

On Thu, 1 Mar 2018, Teijo Kinnunen wrote:

> This USB-SATA controller seems to be similar with JMicron bridge
> 152d:2566 already on the list. Adding it here fixes "Invalid
> field in cdb" errors.
> 
> Signed-off-by: Teijo Kinnunen <teijo.kinnunen@code-q.fi>
> Cc: stable@vger.kernel.org

Acked-by: Alan Stern <stern@rowland.harvard.edu>

> ---
>   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 264af199aec8..747d3a9596d9 100644
> --- a/drivers/usb/storage/unusual_devs.h
> +++ b/drivers/usb/storage/unusual_devs.h
> @@ -2118,6 +2118,13 @@ UNUSUAL_DEV(  0x152d, 0x2566, 0x0114, 0x0114,
>   		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
>   		US_FL_BROKEN_FUA ),
> 
> +/* Reported by Teijo Kinnunen <teijo.kinnunen@code-q.fi> */
> +UNUSUAL_DEV(  0x152d, 0x2567, 0x0117, 0x0117,
> +		"JMicron",
> +		"USB to ATA/ATAPI Bridge",
> +		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
> +		US_FL_BROKEN_FUA ),
> +
>   /* Reported-by George Cherian <george.cherian@cavium.com> */
>   UNUSUAL_DEV(0x152d, 0x9561, 0x0000, 0x9999,
>   		"JMicron",
>
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-03-01 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 17:34 USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h Teijo Kinnunen
2018-03-01 18:04 Alan Stern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.