1. 09 Feb, 2004 11 commits
  2. 08 Feb, 2004 2 commits
  3. 10 Feb, 2004 14 commits
  4. 08 Feb, 2004 13 commits
    • Linus Torvalds's avatar
      Make SET_INPUT_KEYCODE return the old value, and clean up · a6eebfd5
      Linus Torvalds authored
      users of this that were very confused indeed.
      a6eebfd5
    • Linus Torvalds's avatar
      Don't read i8042 data if no data exists · 2da32132
      Linus Torvalds authored
      2da32132
    • Linus Torvalds's avatar
      Merge bk://linux-pnp.bkbits.net/pnp-2.6 · b426ad96
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      b426ad96
    • Adam Belay's avatar
      Merge http://linux.bkbits.net/linux-2.5 · de6d71e9
      Adam Belay authored
      into neo.rr.com:/home/ambx1/linux/bk/linus-2.5
      de6d71e9
    • Adam Belay's avatar
      [PNP]: Cleanup Kconfig · bc2c9a76
      Adam Belay authored
      This patch cleans up the kconfig options for the pnp subsystem.  It
      updates the comments and makes pnpbios proc support an optional
      feature.
      bc2c9a76
    • Adam Belay's avatar
      [PNP]: Add additonal sysfs entries · 9aa8cd9f
      Adam Belay authored
      This patch adds some aditional information to sysfs for pnp cards.  It
      should be useful for userland tools.
      9aa8cd9f
    • Adam Belay's avatar
      [PNP]: Card matching code fix · c3b29725
      Adam Belay authored
      This patch updates the matching code to ensure that all requested
      devices are present on the card, even if they are in use.  It is
      necessary for some ALSA drivers to work properly because early vendors
      would have different sets of devices on the same card ids.  It is from
      Takashi Iwai <tiwai@suse.de>.
      c3b29725
    • Adam Belay's avatar
      [PNP]: file2alias support · 9afb885b
      Adam Belay authored
      This patch updates file2alias.c to support pnp ids.  It is from
      Takashi Iwai <tiwai@suse.de>.
      9afb885b
    • Adam Belay's avatar
      [PNP] Move ID declarations · 3f0f5c1c
      Adam Belay authored
      This patch moves the PnP ID declarations to mod_devicetable.h like
      most of the other buses.  It is from Takashi Iwai <tiwai@suse.de>.
      3f0f5c1c
    • Adam Belay's avatar
      [PNP]: Avoid static requests · c9451514
      Adam Belay authored
      Recently many PnPBIOS bugs have been triggered by static resource
      information requests.  This patch makes an effort to further avoid
      making them.
      c9451514
    • Adam Belay's avatar
      [PNP]: Disable resources fix · 567cfe2b
      Adam Belay authored
      Some PnPBIOSes do not follow the specifications with regard to
      disabling devices.  This patch preserves the tag bits, while zeroing
      the resource settings.  Previously we would zero the entire buffer.
      It has been tested and appears to correct the issue while remaining
      compatible with unbroken PnPBIOSes.
      567cfe2b
    • Adam Belay's avatar
      [PNP]: Resource flags update · d89c83be
      Adam Belay authored
      This patch reorganizes resource flags to ensure that manual resource
      settings are properly recognized.  This fix is necessary for many ALSA
      drivers.  It also prevents comparisons between unset resource
      structures.  The bug was discovered by Rene Herman
      <rene.herman@keyaccess.nl>, who also wrote an initial version of this
      patch.  I made further improvements to ensure that the pnp subsystem 
      was compatible with this initial change.
      d89c83be
    • Adam Belay's avatar
      [PNP]: Fix Serial PnP driver · 7bc01bc6
      Adam Belay authored
      The serial driver currently fails to unregister its pnp driver upon
      module unload.  This patch corrects the problem by calling
      pnp_unregister_driver and implementing a proper remove function.
      7bc01bc6