Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753101AbWKFNdj (ORCPT ); Mon, 6 Nov 2006 08:33:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753099AbWKFNdj (ORCPT ); Mon, 6 Nov 2006 08:33:39 -0500 Received: from master.altlinux.org ([62.118.250.235]:1550 "EHLO master.altlinux.org") by vger.kernel.org with ESMTP id S1753097AbWKFNdi (ORCPT ); Mon, 6 Nov 2006 08:33:38 -0500 From: Sergey Vlasov To: Greg Kroah-Hartman Cc: Jan Mate , linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Sergey Vlasov Subject: [PATCH] usb-storage: Remove duplicated unusual_devs.h entries for Sony Ericsson P990i Date: Mon, 6 Nov 2006 16:33:07 +0300 Message-Id: <11628199871999-git-send-email-vsu@altlinux.ru> X-Mailer: git-send-email 1.4.3.4.g08e35 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1650 Lines: 49 For some reason the unusual_devs.h entry for Sony Ericsson P990i had three identical copies in a wrong place in the file in addition to the correct entry. Signed-off-by: Sergey Vlasov --- drivers/usb/storage/unusual_devs.h | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index bc1ac07..2ff1a72 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1299,27 +1299,6 @@ UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY ), -/* Reported by Jan Mate */ -UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, - "Sony Ericsson", - "P990i", - US_SC_DEVICE, US_PR_DEVICE, NULL, - US_FL_FIX_CAPACITY ), - -/* Reported by Jan Mate */ -UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, - "Sony Ericsson", - "P990i", - US_SC_DEVICE, US_PR_DEVICE, NULL, - US_FL_FIX_CAPACITY ), - -/* Reported by Jan Mate */ -UNUSUAL_DEV( 0x0fce, 0xe030, 0x0000, 0x0000, - "Sony Ericsson", - "P990i", - US_SC_DEVICE, US_PR_DEVICE, NULL, - US_FL_FIX_CAPACITY ), - /* Reported by Kevin Cernekee * Tested on hardware version 1.10. * Entry is needed only for the initializer function override. -- 1.4.3.4.g08e35 - 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/