- 27 Aug, 2003 21 commits
-
-
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 9 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,
-
CaT authored
-
Jürgen Quade authored
I noticed, that your documentation of your usb-skeleton driver is not up to date. So I took the time to rework it slightly. I append the patch to the version I found in kernel 2.6.0-test3.
-
Randy Hron authored
-
Randy Hron authored
-
Randy Hron authored
I used a combination of: egrep -l 'UTS_RELEASE|LINUX_VERSION_CODE|\<KERNEL_VERSION\>' and "grep -l linux/version.h" to find them. They compiled as module/non-module for me. The previous patch adds version.h, btw.
-