Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756656Ab2FFPdx (ORCPT ); Wed, 6 Jun 2012 11:33:53 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:51259 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756172Ab2FFPdv (ORCPT ); Wed, 6 Jun 2012 11:33:51 -0400 Date: Wed, 6 Jun 2012 11:33:50 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Namjae Jeon cc: James.Bottomley@HansenPartnership.com, , , , , , Namjae Jeon , Pankaj Kumar , Amit Sahrawat Subject: Re: [PATCH 3/3] usb: core: update usb devices for write cache quirk in quirk list. In-Reply-To: <1338985269-9756-1-git-send-email-linkinjeon@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1289 Lines: 35 On Wed, 6 Jun 2012, Namjae Jeon wrote: > Update Product ID and Vendor ID of Segate Portable HDD and WD My Passport HDD in quirk list. > > Signed-off-by: Namjae Jeon > Signed-off-by: Pankaj Kumar > Signed-off-by: Amit Sahrawat > --- > drivers/usb/core/quirks.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c > index 32d3adc..624d111 100644 > --- a/drivers/usb/core/quirks.c > +++ b/drivers/usb/core/quirks.c > @@ -153,6 +153,12 @@ static const struct usb_device_id usb_quirk_list[] = { > /* INTEL VALUE SSD */ > { USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME }, > > + /* Seagate Portable Hdd */ > + { USB_DEVICE(0x0BC2, 0x2300), .driver_info = USB_QUIRK_WRITE_CACHE }, > + > + /* My Passport Hdd (WD) */ > + { USB_DEVICE(0x1058, 0x070A), .driver_info = USB_QUIRK_WRITE_CACHE }, > + These entries belong in drivers/usb/storage/unusual_devs.h, not here. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/