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
21 Sep, 2009
1 commit
-
Signed-off-by: Joe Perches
Signed-off-by: Jiri Kosina
01 Sep, 2009
1 commit
-
Signed-off-by: Stephen Hemminger
Signed-off-by: David S. Miller
09 Jan, 2009
1 commit
08 Jan, 2009
1 commit
-
Signed-off-by: Stephen Hemminger
Acked-by: David Vrabel
Signed-off-by: David S. Miller
06 Jan, 2009
1 commit
-
Fix misspelling of "firmware" in usb.c
It's spelled "firmware".
Signed-off-by: Nick Andrew
Signed-off-by: Jiri Kosina
23 Dec, 2008
2 commits
-
Signed-off-by: David Vrabel
-
Instead of the home-grown d_fnstart(), d_fnend() and d_printf() macros,
use dev_dbg() or remove the message entirely.Signed-off-by: David Vrabel
19 Nov, 2008
1 commit
-
Signed-off-by: David Vrabel
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.cThis patch removes the said #include .
Signed-off-by: Huang Weiyi
Signed-off-by: David Vrabel
16 Oct, 2008
1 commit
-
Avoid using printk_ratelimit() in many places because:
- many were error messages reporting broken hardware (it's useful to
get all of these).
- the message itself wasn't useful so the message has been removed.Signed-off-by: David Vrabel
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
-
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 -
Add the driver for the WLP capability of the Intel i1480 device.
Signed-off-by: David Vrabel
-
Add the driver for downloading the firmware to an Intel i1480 device.
Signed-off-by: David Vrabel