Re: [linux-usb-devel] [PATCH] Additional device ID for Conexant AccessRunner USB driver

From: Duncan Sands (duncan.sands_at_math.u-psud.fr)
Date: 11/30/05

  • Next message: Nick Piggin: "Re: [PATCH 0/9] x86-64 put current in r10"
    To: linux-usb-devel@lists.sourceforge.net, Greg K-H <greg@kroah.com>
    Date:	Wed, 30 Nov 2005 09:09:06 +0100
    
    

    > diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c
    > index 79861ee..9d59dc6 100644
    > --- a/drivers/usb/atm/cxacru.c
    > +++ b/drivers/usb/atm/cxacru.c
    > @@ -787,6 +787,9 @@ static const struct usb_device_id cxacru
    > { /* V = Conexant P = ADSL modem (Hasbani project) */
    > USB_DEVICE(0x0572, 0xcb00), .driver_info = (unsigned long) &cxacru_cb00
    > },
    > + { /* V = Conexant P = ADSL modem (Well PTI-800 */
    > + USB_DEVICE(0x0572, 0xcb02), .driver_info = (unsigned long) &cxacru_cb00
    > + },
    > { /* V = Conexant P = ADSL modem */
    > USB_DEVICE(0x0572, 0xcb01), .driver_info = (unsigned long) &cxacru_cb00
    > },

    The whitespace is mucked up, and a closing bracket is missing after Well PTI-800...

    Try this:

    Signed-off-by: Duncan Sands <baldrick@free.fr>

    Index: cxacru.c
    ===================================================================
    RCS file: /home/cvs/speedtch/cxacru.c,v
    retrieving revision 1.39
    retrieving revision 1.40
    diff -u -3 -p -r1.39 -r1.40
    --- cxacru.c 20 Nov 2005 13:34:07 -0000 1.39
    +++ cxacru.c 29 Nov 2005 12:54:09 -0000 1.40
    @@ -786,6 +786,9 @@ static const struct usb_device_id cxacru
             { /* V = Conexant P = ADSL modem */
                     USB_DEVICE(0x0572, 0xcb01), .driver_info = (unsigned long) &cxacru_cb00
             },
    + { /* V = Conexant P = ADSL modem (Well PTI-800) */
    + USB_DEVICE(0x0572, 0xcb02), .driver_info = (unsigned long) &cxacru_cb00
    + },
             { /* V = Conexant P = ADSL modem */
                     USB_DEVICE(0x0572, 0xcb06), .driver_info = (unsigned long) &cxacru_cb00
             },
    -
    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/


  • Next message: Nick Piggin: "Re: [PATCH 0/9] x86-64 put current in r10"

    Relevant Pages

    • Re: Linux 2.6.15-rc5: off-line for a week
      ... RCS file: ... retrieving revision 1.108 ... I get the feeling you're not even close to releasing 2.6.15, so I'm sure the bugfix that Gene is waiting for will make it over to your tree soon, along with some other small v4l fixes that we had to make in order to ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • RE: FreeBSD Security Advisory FreeBSD-SA-01:55.procfs
      ... It is my sense from reading some other vendor's advisories ... that advisories go through internal review and correction prior to release. ...
      (FreeBSD-Security)
    • Re: [9fans] Drawterm on Linux/PowerPC
      ... > man va_copy and look at the plan9ports fmtprint code for how to do ... Attached is the output of cvs diff. ... RCS file: /cvs/drawterm/libc/fmtvprint.c,v retrieving revision 1.1 diff -r1.1 fmtvprint.c 20,21c20,23 ...
      (comp.os.plan9)
    • Re: XFS: inode with st_mode == 0
      ... with current oss.sgi.com CVS (or the patch below). ... retrieving revision 1.175 ... diff -u -p -r1.175 xfs_ialloc.c ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • RE: [ACPI] ACPI and PRREMPT bug
      ... retrieving revision 1.158 ... diff -u -r1.158 psparse.c ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)