public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: fangxiaozhi 00110321 <huananhu@huawei.com>
To: linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, zihan@huawei.com, greg@kroah.com
Subject: [PATCH 7/8]linux-usb:usb-storage fails to attach to Huawei Datacard cdrom device, fix kernel 2.6.31-rc4
Date: Fri, 07 Aug 2009 12:30:35 +0800	[thread overview]
Message-ID: <fa3ec44c288d2.288d2fa3ec44c@huawei.com> (raw)

From: fangxiaozhi <huananhu@huawei.com>
1. This patch is based on the kernel of 2.6.31-rc4 
2. In this patch, we always make the return value of function usb_stor_huawei_e220_init to be zero. Then it will not prevent usb-storage driver from attaching to the CDROM device of Huawei Datacard.
Signed-off-by: fangxiaozhi <huananhu@huawei.com>

----------------------------------------------------------------------------------------------------------------
--- linux-2.6.31-rc4-orig/drivers/usb/storage/initializers.c	2009-07-23 10:32:59.000000000 +0800
+++ linux-2.6.31-rc4/drivers/usb/storage/initializers.c	2009-08-05 06:35:47.000000000 +0800
@@ -102,5 +102,5 @@ int usb_stor_huawei_e220_init(struct us_
 				      USB_TYPE_STANDARD | USB_RECIP_DEVICE,
 				      0x01, 0x0, NULL, 0x0, 1000);
 	US_DEBUGP("Huawei mode set result is %d\n", result);
-	return (result ? 0 : -ENODEV);
+	return 0;
 }



******************************************************************************************
 This email and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained here in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this email in error, please notify the sender by phone or email
 immediately and delete it!
 *****************************************************************************************

                 reply	other threads:[~2009-08-07  4:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fa3ec44c288d2.288d2fa3ec44c@huawei.com \
    --to=huananhu@huawei.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=zihan@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox