- 27 Aug, 2003 26 commits
-
-
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
-
- 23 Aug, 2003 5 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
On PPC32 we reorder the arguments so they fit into 6 registers. Glibc will need a two-line stub to change them from the standard order to the ordering used by the system call: (fd, advice, offset, len).
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
-
Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
- 22 Aug, 2003 4 commits
-
-
bk://stop.crashing.org/linux-2.6-miscPaul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
bk://stop.crashing.org/linux-2.6-8260Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
Erik Andersen authored
In both 2.4 and in 2.6, error handling for bad cdrom media is wrong. And it is my fault I'm afraid, since I botched an earlier fix for the problem by putting the fix in the wrong spot. My kids have a "Jumpstart Toddlers" cd they have long since completely killed, which makes a great test disc. Without this fix, the best time projection I can get for completing a dd type sector copy is about 2 years... Most of that is spent thrashing about in kernel space trying to re-read sectors we already know are not correctable.... After the fix, I was able to rip a copy the CD (or rather muddle through it getting lots of EIO errors) in about 15 minutes. Attached is the fix for 2.6.x,
-