1. 17 Nov, 2006 4 commits
    • Linus Torvalds's avatar
      Fix generic fb_ddc i2c edid probe msg · 4be70390
      Linus Torvalds authored
      Benh points out that the msgs[0].flags entry never got initialized, and
      since it's an automatic stack allocation, it could have any random
      value, which is bad.
      
      Rewrite the initializer to explicitly initialize all fields of the small
      i2c_msg structure array we generate.  Just to keep it all obvious, let's
      handle msgs[1].buf in the same initializer while we're at it, instead of
      initializing that one separately later.
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      4be70390
    • Benjamin Herrenschmidt's avatar
      [PATCH] Fix radeon DDC regression · 4f71c5de
      Benjamin Herrenschmidt authored
      When radeonfb was changed to use the new "generic" ddc, a bit of
      code initializing the GPIO lines was lost, causing it to not work
      if the firmware didn't configure them properly, which seems to
      happen on some cards.
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      4f71c5de
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 · 1b9bb3c1
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6:
        aoe: Add forgotten NULL at end of attribute list in aoeblk.c
        debugfs: check return value correctly
        W1: ioremap balanced with iounmap
      1b9bb3c1
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 · 0e12c5e8
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:
        USB: auerswald possible memleak fix
        USB: ipaq: Add HTC Modem Support
        USB: Fixed outdated usb_get_device_descriptor() documentation
        usb-storage: Remove duplicated unusual_devs.h entries for Sony Ericsson P990i
        USB: hid-core: Add quirk for new Apple keyboard/trackpad
        USB Storage: unusual_devs.h entry for Sony Ericsson P990i
        USB: correct keymapping on Powerbook built-in USB ISO keyboards
        USB: OHCI: fix root-hub resume bug
        USB: Fix UCR-61S2B unusual_dev entry
        USB: ftdi driver pid for dmx-interfaces
        USB: ftdi_sio: adds vendor/product id for a RFID construction kit
        OHCI: disallow autostop when wakeup is not available
      0e12c5e8
  2. 16 Nov, 2006 36 commits