- 27 Aug, 2003 35 commits
-
-
David Brownell authored
This goes on top of Dave Hollis' patch, and makes the front matter match the slightly revised role -- and mention that new support. It also eliminates a potentially confusing name and corrects an omission (Zaurus framing wasn't printed).
-
Greg Kroah-Hartman authored
This removes the compiler warning.
-
Greg Kroah-Hartman authored
This removes the compiler warning from this driver.
-
Greg Kroah-Hartman authored
Now it's up to the individual USB drivers to implement suspend() and resume() if they want to.
-
Andy Molloy authored
-
Matthias Bruestle authored
Mahlzeit I attached you the diff for 2.6.0-test4. It does there also one program run without any error, but not more. I hope this issue will be resolved soon, but I do not know yet how.
-
Olaf Hering authored
On Fri, Aug 22, Greg KH wrote: > On Sat, Aug 16, 2003 at 01:41:01PM +0200, Olaf Hering wrote: > > > > I sent you a patch for 2.4 once to make that FOO_MSR_RI, it seems that > > was not applied to 2.6 > Care to send me a patch for 2.6 then? How about that one:
-
David Brownell authored
Small kerneldoc clarifications: - more endpoint halt clearing info: * some hardware can't do it; which causes problems with drivers that want to use multiple interfaces or altsettings. * it doesn't affect queuing of data (should help usb-storage gadget driver, plus it's more sensible this way); - disconnect() callback not guaranteed: some hardware can't tell Mostly this captures answers to questions I've been asked.
-
David Brownell authored
Minor cleanup. This call no longer needs exporting for root hubs, they have their own API to use instead.
-
David Brownell authored
David T Hollis wrote: > This patch adds support to Kconfig to build ax8817x support into > usbnet. This renames the config option for the existing standalone > ax8817x driver to CONFIG_USB_AX8817X_STANDALONE. Please merge this version instead. It includes all of David's patch, plus it makes the descriptive info match the updated role of this driver. So given this, only the webpage still needs updates; the in-tree docs are now consistent.
-
Vinay K. Nallamothu authored
-
Greg Kroah-Hartman authored
It needs to be "Copyright (C)" not "Copyright (c)" according to the lawyers who know these things...
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
Daniele Bellucci authored
Another minor cleanup: - if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
Changes: - if tty_register_driver report back its return code rather than -1 - if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
Another better audit: - If usb_register failes report back its return value rather than -1
-
Daniele Bellucci authored
- if usb_register failes report back its return code rather than -1
-
Daniele Bellucci authored
- audit usb_register in hiddev_init
-
Daniele Bellucci authored
- audit hiddev_init in hid_init - audit usb_register in hid_init
-
Greg Kroah-Hartman authored
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than 0
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1 - static declarations for module_init/cleanup functions
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1 - module_init/cleanup functions declared as static - missing __init/__exit
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1 - static declarations for module_init/cleanup functions - adding missing __init/__exit for module_init/cleanup functions
-
Daniele Bellucci authored
Changes - if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
- if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
- audit video_register_device - if usb_register fails report back its return code rather than -1
-
Daniele Bellucci authored
-
Daniele Bellucci authored
-
- 23 Aug, 2003 1 commit
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.6
-
- 22 Aug, 2003 2 commits
-
-
Vinay K. Nallamothu authored
sound/pcmcia/vx/vx_entry.c: This patch removes the PCMCIA timer release functionality which is no longer required. Without this the module does not compile.
-
Linus Torvalds authored
Too much cut-and-paste, noticed by Dmitry Torokhov <dtor_core@ameritech.net>
-
- 24 Aug, 2003 2 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-