[PATCH] Staging: comedi: Moved some EXPORT_SYMBOL() macros
This is a patch to range.c that rearranges some EXPORT_SYMBOL() macros to please checkpatch.pl Signed-off-by: Mark Rankilor <reodge(a)gmail.com> --- drivers/staging/comedi/range.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/comedi/range.c b/drivers/staging/c... 3 May 2010 06:35
[PATCH 1/2] TipSwitch for single touch mode touch.
Include TipSwitch in the touch detection decision for some single touch firmwares. Confidence and InRange are high for all finger events including those used to indicate the finger is no longer in contact with the sensor. Signed-off-by: Rafi Rubin <rafi(a)seas.upenn.edu> --- drivers/hid/hid-ntrig.c | 29 +++++... 3 May 2010 05:30
[PATCH 2/2] Remove unused macro, TripleTap and QuadTap
Removing the higher number taps. Their usage was incorrect and even if correct they should not be used for a touch screen. _MT_ events should be used to communicate multiple fingers. Signed-off-by: Rafi Rubin <rafi(a)seas.upenn.edu> --- I'm not removing DoubleTap just yet. There are still some people using th... 3 May 2010 05:30
[PATCH 0/2] hid-ntrig.c tipswitch and cleanup
[PATCH 1/2] TipSwitch for single touch mode touch. This patch is a resubmit of a recent patch which might have been lost due to the discussion of a distasteful comment (which has been sanitized). Note this does not increase the use of TAP events in the driver, though it also does not remove them. [PATCH 2/2... 3 May 2010 05:30
watchdog: ep93xx_wdt.c - fix module-param-desc.
Hi Linus, Please pull from 'master' branch of git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git or if master.kernel.org hasn't synced up yet: master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files: drivers/watchdog/ep93xx_wdt.c |... 3 May 2010 05:30
l4f00242t03: fix error handling in l4f00242t03_probe
On lun, 2010-05-03 at 14:42 +0800, Axel Lin wrote: This patch includes below fixes for properly error handling: 1. In the case of kzalloc failure, simple return -ENOMEM instead of goto err. ( priv is NULL in this case ) 2. In the case of gpio_request fail for reset_gpio and data_enable_gpio, properly ... 3 May 2010 04:26
[PATCH 2/3 ] SCSI: Support 1024 scatter-gather list entries and improve AP while FW trapped and behaviors of EHs
1. To support 4M/1024 scatter-gather list entry, reorganize struct ARCMSR_CDB and struct CommandControlBlock 2. To modify arcmsr_probe 3. In order to help fix F/W issue, add the driver mode for type B card 4. To improve AP's behavior while F/W resets 5. To unify struct MessageUnit_B's members' naming in all OS dri... 3 May 2010 04:26
[PATCH 3/3 ] SCSI: Support Type C RAID controller
1. To support Type C RAID controller, ACB_ADAPTER_TYPE_C, i.e. PCI device ID: 0x1880. Signed-off-by: Nick Cheng< nick.cheng(a)areca.com.tw > --- ... 3 May 2010 04:26
[PATCH 1/3 ] SCSI: Support HW reset for EH and polling scheme for scsi device(This is correct revision, please ignore last one)
1. To support instantaneous report for SCSI device existing by periodic polling 2. In arcmsr_iop_xfer(), inform AP of F/W's deadlock state to prevent endless waiting 3. To block the coming SCSI command while the driver is handling bus reset 4. To support HW reset in bus reset error handler Signed-off-by: Nick Che... 3 May 2010 04:26
[PATCH 1/3 ] SCSI: Support HW reset for EH and polling scheme for scsi device
1. To support instantaneous report for SCSI device existing by periodic polling 2. In arcmsr_iop_xfer(), inform AP of F/W's deadlock state to prevent endless waiting 3. To block the coming SCSI command while the driver is handling bus reset 4. To support HW reset in bus reset error handler Signed-off-by: Nick Che... 3 May 2010 04:26