1. 09 12月, 2006 34 次提交
  2. 08 12月, 2006 6 次提交
    • D
      Input: ucb1400 - fix compile error · bff19b1d
      Dmitry Torokhov 提交于
      try_to_freeze() was moved into include/linux/freezer.h
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      bff19b1d
    • P
      Input: kill maple_keyb.c driver · f90c34b8
      Paul Mundt 提交于
      The bus for this was removed entirely some time ago, as well as most
      of the drivers that referenced it. maple_keyb seems to have been the
      odd one out, and was still sitting in the source tree (though not
      actually part of the build system). Kill off the rest of it..
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      f90c34b8
    • D
      Input: i8042 - add another Lifebook P7010 to nomux blacklist · bb06ec3c
      Dmitry Torokhov 提交于
      We already had entry for Fujitsu Lifebook P7010 in the nomux
      blacklist but for some reason Fujitsu decided to fiddle with
      DMI data...
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      bb06ec3c
    • D
      Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 · bef98650
      Dmitry Torokhov 提交于
      Conflicts:
      
      	drivers/usb/input/hid.h
      bef98650
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 · c9976797
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: (55 commits)
        ieee1394: sbp2: code formatting around work_struct stuff
        ieee1394: nodemgr: remove a kcalloc
        ieee1394: conditionally export ieee1394_bus_type
        ieee1394: Consolidate driver registering
        ieee1394: sbp2: convert from PCI DMA to generic DMA
        ieee1394: nodemgr: spaces to tabs
        ieee1394: nodemgr: fix deadlock in shutdown
        ieee1394: nodemgr: remove duplicate assignment
        sbp2: make 1bit bitfield unsigned
        ieee1394: schedule *_oui sysfs attributes for removal
        ieee1394: schedule unused symbol exports for removal
        ieee1394: dv1394: schedule for feature removal
        ieee1394: raw1394: defer feature removal of old isoch interface
        ieee1394: ohci1394: call PMac code in shutdown only for proper machines
        ieee1394: ohci1394: reformat PPC_PMAC platform code
        ieee1394: ohci1394: add PPC_PMAC platform code to driver probe
        ieee1394: sbp2: wrap two functions into one
        ieee1394: sbp2: update comment on things to do
        ieee1394: sbp2: use list_move_tail()
        ieee1394: sbp2: more concise names for types and variables
        ...
      c9976797
    • L
      Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm · ea14fad0
      Linus Torvalds 提交于
      * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: (76 commits)
        [ARM] 4002/1: S3C24XX: leave parent IRQs unmasked
        [ARM] 4001/1: S3C24XX: shorten reboot time
        [ARM] 3983/2: remove unused argument to __bug()
        [ARM] 4000/1: Osiris: add third serial port in
        [ARM] 3999/1: RX3715: suspend to RAM support
        [ARM] 3998/1: VR1000: LED platform devices
        [ARM] 3995/1: iop13xx: add iop13xx support
        [ARM] 3968/1: iop13xx: add iop13xx_defconfig
        [ARM] Update mach-types
        [ARM] Allow gcc to optimise arm_add_memory a little more
        [ARM] 3991/1: i.MX/MX1 high resolution time source
        [ARM] 3990/1: i.MX/MX1 more precise PLL decode
        [ARM] 3986/1: H1940: suspend to RAM support
        [ARM] 3985/1: ixp4xx clocksource cleanup
        [ARM] 3984/1: ixp4xx/nslu2: Fix disk LED numbering (take 2)
        [ARM] 3994/1: ixp23xx: fix handling of pci master aborts
        [ARM] 3981/1: sched_clock for PXA2xx
        [ARM] 3980/1: extend the ARM Versatile sched_clock implementation from 32 to 63 bit
        [ARM] 3979/1: extend the SA11x0 sched_clock implementation from 32 to 63 bit period
        [ARM] 3978/1: macro to provide a 63-bit value from a 32-bit hardware counter
        ...
      ea14fad0