mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "[6][Mee Ew][μ] !!! -- XKJ || mindless :D" <xiaokj@gmail.com>
To: Greg KH <gregkh@suse.de>
Cc: Oliver Neukum <oliver@neukum.name>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Yet another Conexant Clone to add to cdc-acm.c
Date: Fri, 8 May 2009 00:48:23 +0800	[thread overview]
Message-ID: <2e609cef0905070948x5bd5dbd0i2dbe7b4fb02c18b7@mail.gmail.com> (raw)
In-Reply-To: <20090506213010.GA18387@suse.de>

>> This patch adds another quirky Conexant USB Modem Clone to usb cdc-acm.c
>>
>> This is to be applied to latest git. (Got off the website...)
>>
>> Signed-off-by: Xiao Kaijian <xiaokj@gmail.com>
>
> Ah, better, but your email client seems to have eaten all of the tabs
> and spit out spaces instead.  Care to read
> Documentation/email_clients.txt and try it again?
>
>> --- a/drivers/usb/class/cdc-acm.c       2009-05-06 22:06:27.556488116 +0800
>> +++ b/drivers/usb/class/cdc-acm.c       2009-05-06 22:12:56.648401202 +0800
>> @@ -1375,6 +1375,13 @@ static struct usb_device_id acm_ids[] = {
>>        { USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */
>>        .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
>>        },
>> +       { USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */
>> +        .driver_info = NO_UNION_NORMAL, /* has no union descriptor.
>> +                                          This is basically a clone of
>> +                                          Conexant USB MODEM RD02-D400.
>> +                                          Seems like NO_UNION_ _IS_ becoming
>> +                                          NORMAL... */
>
> Is the commentary really needed here?  The majority of devices do not
> need this quirk, so i don't think it's really "normal"...
>
> thanks,
>
> greg k-h

Retry attempt 2: terse mode

I sincerely hope this is finally ok. After much testing on gmail, here it is.
I have verified that it is still applicable to git too.
Thank you for your on-going guidance, even over the huge time zone difference.

***********************
For those uninterested in the personal dialogue above, here it is:
***********************

This patch adds another quirky Conexant USB Modem Clone to usb cdc-acm.c

This is to be applied to latest git. (Got off the website...)

Signed-off-by: Xiao Kaijian <xiaokj@gmail.com>

--- a/drivers/usb/class/cdc-acm.c	2009-05-06 22:06:27.556488116 +0800
+++ b/drivers/usb/class/cdc-acm.c	2009-05-06 22:12:56.648401202 +0800
@@ -1375,6 +1375,13 @@ static struct usb_device_id acm_ids[] = {
 	{ USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */
 	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
 	},
+	{ USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */
+	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
+	},
 	{ USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */
 	},
 	{ USB_DEVICE(0x0572, 0x1329), /* Hummingbird huc56s (Conexant) */

  reply	other threads:[~2009-05-07 16:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2e609cef0905060747m281c15e8ybc8e20f9d4993178@mail.gmail.com>
     [not found] ` <20090506145832.GE3478@suse.de>
2009-05-06 21:01   ` [6][Mee Ew][μ] !!! -- XKJ || mindless :D
2009-05-06 21:30     ` Greg KH
2009-05-07 16:48       ` [6][Mee Ew][μ] !!! -- XKJ || mindless :D [this message]
2009-05-07 22:28         ` Greg KH

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=2e609cef0905070948x5bd5dbd0i2dbe7b4fb02c18b7@mail.gmail.com \
    --to=xiaokj@gmail.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=oliver@neukum.name \
    /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

Powered by JetHome