- 03 Mar, 2004 7 commits
-
-
Jan-Benedict Glaw authored
-
Jan-Benedict Glaw authored
-
Vojtech Pavlik authored
Assume the chip always is in XLATE mode, even when it doesn't have the XLATE bit set - apparently IBM PS/2 model 70 behaves this way.
-
Vojtech Pavlik authored
avoids problems with broken USB->PS/2 legacy emulation in certain BIOSes.
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
- 02 Mar, 2004 10 commits
-
-
Dmitry Torokhov authored
options so users will have a clue why the options do not work anymore
-
Dmitry Torokhov authored
parameters. Whenever such parameter is specified kernel will complain that "Parameter %s is obsolete, ignored"
-
Dmitry Torokhov authored
document them in kernel-parameters.txt The new names are: amijoy.map=<a>,<b> analog.map=<type1>,<type2>,...<type16> db9.dev[2|3]=<parport#>,<type> gamecon.map[2|3]=<parport#>,<pad1>,<pad2>,...<pad5> turbografx.map[2|3]=<parport#>,<js1>,<js2>,...<js7> Also there is a tiny change to mousedev and tsdev descriptions in kernel-parameters, but no name changes.
-
Dmitry Torokhov authored
name different form corresponding array variable. Allows using short (but descriptive) option names without hurting code readability. Modeled after module_param_named.
-
Dmitry Torokhov authored
Since we already have an idea that it's a mouse device that is present (from its response to GET ID command), instead of aborting, issue a warning and continue.
-
Dmitry Torokhov authored
-
Dmitry Torokhov authored
data in the first full data packet. Having strict checks helps getting rid of bad data after losing sync, but not all harware implements strict protocol.
-
Dmitry Torokhov authored
-
Dmitry Torokhov authored
-
http://xfs.org:8090/xfs-linux-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
- 04 Mar, 2004 1 commit
-
-
Nathan Scott authored
-
- 03 Mar, 2004 9 commits
-
-
Nathan Scott authored
into sgi.com:/source2/xfs-linux-2.6
-
Timothy Shimmin authored
SGI Modid: xfs-linux:xfs-kern:167581a
-
Timothy Shimmin authored
padding to ic_roundoff to cater for pad in reservation cursor updates. SGI Modid: xfs-linux:xfs-kern:167580a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:167547a
-
Nathan Scott authored
SGI Modid: xfs-linux:xfs-kern:167442a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:166619a
-
Eric Sandeen authored
SGI Modid: xfs-linux:xfs-kern:167279a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:167273a
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:167222a
-
- 02 Mar, 2004 13 commits
-
-
bk://gkernel.bkbits.net/libata-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Go Taniguchi authored
-
Jan-Benedict Glaw authored
-
Ivan Kokshaysky authored
Which is a lot simpler than the two-way counter implementation.
-
Vojtech Pavlik authored
-
bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/pci-2.6
-
Greg Kroah-Hartman authored
-
Dely Sy authored
This patch contains the following: 1. Fix up the pcie and shpc options to make it easier for distros to use as what we have discussed; 2. Fix bug encountered when installing the drivers on non-hotplug systems; 3. Put PCI_CAP_ID_SHPC in include/linux/pci.h
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/BK/driver-2.6
-
Greg Kroah-Hartman authored
-
David Brownell authored
Fix two OHCI unlink issues. * All EDs now get a 1 msec delay before re-linking, even those which were seemingly "clean" unlink cases. This gets rid of some list corruption issues ("bad entry") by getting rid of a fast-path carried over from 2.4 usb-ohci. * In case of unlink-during-submit, we must giveback() right away. This is a reasonably rare case. There have been recent reports of problems here. The "bad entry" showed up with usbtest tests #11 and #12, or "stir4200", and maybe in other cases. The unlink-during-submit shows up in usbtest.
-
Benjamin Herrenschmidt authored
The DACA sound driver (early iBook models) doesn't clear the i2c_client structure. That cause the embedded struct device (and thus kobject) to contain garbage in the "k_name" field, which kobject_set_name will later try to kfree... Also remove references to unused struct data_data.
-