- 29 Aug, 2002 2 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 28 Aug, 2002 30 commits
-
-
David S. Miller authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
- update some incorrect version checks - update radeon driver from 1.4.0 to 1.5.0 - use C99 named initializers
-
Greg Kroah-Hartman authored
Thanks to Oliver Neukum for finding this
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
David Brownell authored
DaveM noticed he needed a pci_dma_sync_single() after the DMA conversion late in 32 ; here's the patch. FYI this driver was previously having to unmap/remap in that location, this is an improvement! :)
-
David Brownell authored
When debugging, it's useful to see what the registers are saying is up without needing to poke around in the kernel. This patch exposes them.
-
David Brownell authored
This patch (almost all from DaveM) wraps up the DMA API work by adding the scatterlist map/sync/unmap support. And removes the corresponding FIXME.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
some more pasters..
-
Linus Torvalds authored
static, as it is needed by e100_test.c too)
-
bk://linux-input.bkbits.net/linux-inputLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
- 29 Aug, 2002 4 commits
-
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
needs it for mouse autodetection.
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
- 28 Aug, 2002 4 commits
-
-
Vojtech Pavlik authored
-
Randy Dunlap authored
variable dependencies in config.in files. By moving drivers/input/config.in before drivers/char/Config.in and drivers/usb/Config.in for arch/alpha and arch/mips(64), several (7) instances of this message: forward declared symbol "CONFIG_INPUT" used in dependency list and (6) instances of this one: forward declared symbol "CONFIG_SOUND_GAMEPORT" used in dependency list can be removed. (Yes, the latter one is for OSS drivers, so it's not so important.) It also adds one forward dependency for a USB joystick in the input subsystem [still only for alpha and mips(64)]. Most other arches are already like this.
-
Vojtech Pavlik authored
Silence hotplug printk()s in input.c More careful probe and init in atkbd.c and psmouse.c to avoid triggering bugs in certain keyboards. Accept old AT (non PS/2) keyboards with limited command set. Accept Logitech mice which can only do IMPS/2 and not PS2++. Use a buffer in i8042.c to avoid spinlock deadlocks when serio_write is called from within serio_interrupt. Only ask keyboard to resent if the keyboard is there (ie no timeout). Linus, this should fix both your keyboard and your mouse!
-
David S. Miller authored
buffers via usb_buffer_alloc in 2.5.x This helps platforms where doing a pci_{map,unmap}_single() on every input event is very inefficient. Also adds a missing kfree(hid), because the HID struct was never freed.
-