04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

21 Sep, 2009

1 commit


01 Sep, 2009

1 commit


09 Jan, 2009

1 commit


08 Jan, 2009

1 commit


06 Jan, 2009

1 commit


23 Dec, 2008

2 commits


19 Nov, 2008

1 commit


31 Oct, 2008

1 commit

  • The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
    drivers/uwb/drp-ie.c
    drivers/uwb/hwa-rc.c
    drivers/uwb/i1480/dfu/usb.c
    drivers/uwb/i1480/i1480u-wlp/lc.c
    drivers/uwb/i1480/i1480u-wlp/sysfs.c
    drivers/uwb/rsv.c
    drivers/uwb/whc-rc.c

    This patch removes the said #include .

    Signed-off-by: Huang Weiyi
    Signed-off-by: David Vrabel

    Huang Weiyi
     

16 Oct, 2008

1 commit


17 Sep, 2008

4 commits

  • IOGear firmware versions >= 1.4.12224 fail to be downloaded because of a
    spurious (and harmless) RCEB received after the download notification. This
    patch handles this RCEB and keeps compatibility with future versions that might
    not emit this RCEB.

    i1480_rceb_check() is reused to check for the RCEB. It is also refactored with
    improved comments and reused in another place in mac.c where the checking was
    being duplicated.

    This patch was tested on both i1480 and GUWA100U HWAs, with all firmware
    versions currently available.

    Signed-off-by: Anderson Lizardo

    Anderson Lizardo
     
  • Some hardware/firmware combinations (most notably an IOGear HWA using the i1480
    firmware) kill the host controller after issuing a GET_MAC_PHY_INFO command.
    Removing this check seems harmless otherwise.

    The patch fixes the issue where the HC is killed, showing the message:

    ehci_hcd 0000:00:1d.7: HC died; cleaning up

    After this error, USB comes back only after reloading the ehci_hcd module.

    Signed-off-by: Anderson Lizardo
    Signed-off-by: David Vrabel

    Anderson Lizardo
     
  • Add the driver for the WLP capability of the Intel i1480 device.

    Signed-off-by: David Vrabel

    Inaky Perez-Gonzalez
     
  • Add the driver for downloading the firmware to an Intel i1480 device.

    Signed-off-by: David Vrabel

    Inaky Perez-Gonzalez