2010-06-17 10:38:13

by Ozan Çağlayan

[permalink] [raw]
Subject: [PATCH] p54usb: Drop duplicate USBID 0xcde:0x0006

Drop the duplicate USB ID 0xcde:0x0006 which is written at two
different places in p54usb.c

Signed-off-by: Ozan Çağlayan <[email protected]>
---
drivers/net/wireless/p54/p54usb.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c
index 7307325..d6d8713 100644
--- a/drivers/net/wireless/p54/p54usb.c
+++ b/drivers/net/wireless/p54/p54usb.c
@@ -69,7 +69,6 @@ static struct usb_device_id p54u_table[] __devinitdata = {
{USB_DEVICE(0x0915, 0x2002)}, /* Cohiba Proto board */
{USB_DEVICE(0x0baf, 0x0118)}, /* U.S. Robotics U5 802.11g Adapter*/
{USB_DEVICE(0x0bf8, 0x1009)}, /* FUJITSU E-5400 USB D1700*/
- {USB_DEVICE(0x0cde, 0x0006)}, /* Medion MD40900 */
{USB_DEVICE(0x0cde, 0x0008)}, /* Sagem XG703A */
{USB_DEVICE(0x0cde, 0x0015)}, /* Zcomax XG-705A */
{USB_DEVICE(0x0d8e, 0x3762)}, /* DLink DWL-G120 Cohiba */
--
1.7.1


2010-06-18 19:00:17

by John W. Linville

[permalink] [raw]
Subject: Re: [PATCH] p54usb: Drop duplicate USBID 0xcde:0x0006

On Thu, Jun 17, 2010 at 01:37:29PM +0300, Ozan Çağlayan wrote:
> Drop the duplicate USB ID 0xcde:0x0006 which is written at two
> different places in p54usb.c
>
> Signed-off-by: Ozan Çağlayan <[email protected]>

Someone beat you to it already...

John
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.

2010-06-18 21:20:49

by Ozan Çağlayan

[permalink] [raw]
Subject: Re: [PATCH] p54usb: Drop duplicate USBID 0xcde:0x0006

John W. Linville wrote:
> On Thu, Jun 17, 2010 at 01:37:29PM +0300, Ozan Çağlayan wrote:
>> Drop the duplicate USB ID 0xcde:0x0006 which is written at two
>> different places in p54usb.c
>>
>> Signed-off-by: Ozan Çağlayan <[email protected]>
>
> Someone beat you to it already...

Ah, no problem ;)

Regards,
Ozan Caglayan