17 Jul, 2012
1 commit
-
Convert the existing uses of random_ether_addr to
the new eth_random_addr.Signed-off-by: Joe Perches
Acked-by: Felipe Balbi
Signed-off-by: David S. Miller
02 May, 2012
1 commit
-
dbg() was a very old USB-specific macro that should no longer
be used. This patch removes it from being used in the driver
and uses dev_dbg() instead.Signed-off-by: Greg Kroah-Hartman
11 Aug, 2010
1 commit
-
Fixed spacing and indentation coding style issues.
Signed-off-by: Nicolas Kaiser
Signed-off-by: Greg Kroah-Hartman
18 Oct, 2008
1 commit
-
USB should not be having it's own printk macros, so remove warn() and
use the system-wide standard of dev_warn() wherever possible. In the
few places that will not work out, use a basic printk().Signed-off-by: Greg Kroah-Hartman
15 Oct, 2007
1 commit
-
... should be unsigned int
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds
22 Jun, 2006
1 commit
-
We #include only because
needed it, but didn't #include it itself. But that's been fixed now.Signed-off-by: Duncan Sands
Signed-off-by: Greg Kroah-Hartman
01 Feb, 2006
5 commits
-
While the usbatm core has had some support for using isoc urbs
for some time, there was no way for users to turn it on. While
use of isoc transfer should still be considered experimental, it
now works well enough to let users turn it on. Minidrivers signal
to the core that they want to use isoc transfer by setting the new
UDSL_USE_ISOC flag. The speedtch minidriver gets a new module
parameter enable_isoc (defaults to false), plus some logic that
checks for the existence of an isoc receive endpoint (not all
speedtouch modems have one).Signed-off-by: Duncan Sands
Signed-off-by: Greg Kroah-Hartman -
The xusbatm driver is for otherwise unsupported modems.
All it does is grab hold of a user-specified set of
interfaces - the generic usbatm core methods (hopefully)
do the rest. As Aurelio Arroyo discovered when he tried
to use xusbatm (big mistake!), the interface grabbing logic
was completely borked. Here is a rewrite that works.Signed-off-by: Duncan Sands
Signed-off-by: Greg Kroah-Hartman -
Remove the unused .owner field in struct usbatm_driver.
Signed-off-by: Duncan Sands
Signed-off-by: Greg Kroah-Hartman -
Have minidrivers and the core signal special requirements
using a flags field in struct usbatm_data. For the moment
this is only used to replace the need_heavy_init bind
parameter, but there'll be new flags in later patches.Signed-off-by: Duncan Sands
Signed-off-by: Greg Kroah-Hartman -
Formatting, changes to variable names, comments, log level changes,
printk rate limiting.Signed-off-by: Duncan Sands
Signed-off-by: Greg Kroah-Hartman
05 Jan, 2006
1 commit
-
It is no longer needed, so let's remove it, saving a bit of memory.
Signed-off-by: Greg Kroah-Hartman
28 Jun, 2005
1 commit
-
Doesn't do any firmware loading etc, just transmission and reception.
The user needs to take care of modem initialization, and load the
module with parameters giving the endpoints to use and so forth.Signed-off-by: Duncan Sands
Signed-off-by: Greg Kroah-Hartman