- 28 Aug, 2002 3 commits
-
-
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.
-
- 27 Aug, 2002 29 commits
-
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Christoph Hellwig authored
and one USB net driver: 3c574_cs, ibmtr_cs, pcnet_cs, ray_cs, xirc2ps_cs, xircom_cb, and usb/net/kaweth
-
Jeff Garzik authored
return EOPNOTSUPP if no eeprom present, in ETHTOOL_SEEPROM ioctl
-
Jeff Garzik authored
(thanks for DaveM for advice and help)
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
* fix tx checksumming (it's still ifdef'd out by default) * bump version to 0.2.0 * ifdef out dev->change_mtu support, it is reported broken.
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Scott Feldman authored
o Feature: Merged NAPI support from Robert Olsson
-
Scott Feldman authored
o Bug fix: moved tx_timeout processing from interrupt context to process context so h/w controller reset can busy-wait.
-
Scott Feldman authored
o Bug fix: ethtool SSET and NWAY we're broken when !netif_running. o Cleanup: removed PPC code optimization - not needed. o Bug fix: workaround for Dell Avalon system: change descriptor write-back policy to write back 16 bytes rather than 8 bytes. o Bug fix: added mwb() to force memory transaction ordering on ia-64. o Cleanup: misc. whitespace cleanup.
-
Scott Feldman authored
o Feature: added new interrupt mitigation knobs.
-
Scott Feldman authored
o Change license from Dual BSD/GPL to GPL
-
Scott Feldman authored
o Forward port of changes from 2.4.20-pre4: o ethtool security fixes from Alan Cox o usec_delay to udelay (Jeff Garzik) o #include <linux/sched.h> for Alpha (Jeff Garzik)
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Scott Feldman authored
o Bug fix: ethernet bridging not working o Bug fix: mii-diag does not update driver's speed, duplex, and flow control o Bug fix: ethtool shows wrong speed/duplex when not connected o Bug fix: ethtool shows wrong speed/duplex when reconnected if forced speed/duplex o Bug fix: ethtool PHY loopback diagnostic fails
-
Scott Feldman authored
(yay!) o Changed license from Dual BSD/GPL to GPL
-
Scott Feldman authored
o Feature: added e100 GREGS register dump for ethtool o Bug fix: promiscuous mode was broken o Bug fix: register ethx as name when requesting interrupt. o Bug fix: ARP WOL fails
-
Scott Feldman authored
o Cleanup: sync with driver in 2.4.20-pre4. includes small cleanups, and a security fix.
-
Frank Davis authored
Here's the bt819 i2c-old --> i2c patch.
-
Frank Davis authored
Here's the saa7110.c i2c-old --> i2c patch.
-
Frank Davis authored
Another i2c-old --> i2c patch for bt856.c .
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Christoph Hellwig authored
Instead of checking for cetain architectures in the Makefile set CONFIG_HW_CONSOLE in Config.in if we support a hardware console.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 28 Aug, 2002 6 commits
-
-
Paul Mackerras authored
This gets it to compile but leaves us without a keyboard beep on powermac and APUS for now.
-
Paul Mackerras authored
This puts back the definitions of ide_request/free_irq, ide_check/request/release_region, ide_fix_driveid etc. that were removed while Martin Dalecki was IDE maintainer.
-
Paul Mackerras authored
This fixes a compile error.
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
This is extra syscall entries + KM_IRQ0/1.
-
- 27 Aug, 2002 2 commits
-
-
Andrew Morton authored
Couple of last-minute fixes please: - Partial fix for the LRU race which Christian Ehrhardt identified. - Delete a bogus BUG() in __page_cache_release
-
Linus Torvalds authored
isn't there.
-