From: Stanislav Brabec Date: Thu, 28 Jun 2007 14:23:48 +0000 (+0000) Subject: linux-rp-2.6.20: update sharpsl-rc patch to fix IRQ issues (bug 2555) X-Git-Tag: Release-2010-05/1~8868^2~268^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e5a50374e58b992005a901def2d9bf0779b6c6;p=openembedded.git linux-rp-2.6.20: update sharpsl-rc patch to fix IRQ issues (bug 2555) --- diff --git a/packages/linux/linux-rp-2.6.20/defconfig-spitz b/packages/linux/linux-rp-2.6.20/defconfig-spitz index 4ee5b814fb..956ed13114 100644 --- a/packages/linux/linux-rp-2.6.20/defconfig-spitz +++ b/packages/linux/linux-rp-2.6.20/defconfig-spitz @@ -431,7 +431,7 @@ CONFIG_BT_HIDP=m # Bluetooth device drivers # CONFIG_BT_HCIUSB=m -# CONFIG_BT_HCIUSB_SCO is not set +CONFIG_BT_HCIUSB_SCO=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y diff --git a/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch b/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch index 8230d53392..da83fdf5eb 100644 --- a/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch +++ b/packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch @@ -298,7 +298,7 @@ Index: linux-2.6.20/drivers/input/keyboard/sharpsl_rc.c + pxa_gpio_mode(REMOTE_GPIO_INT | GPIO_IN); + ret = request_irq(REMOTE_IRQ_INT, + sharpsl_rc_interrupt, -+ IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_SHARED, ++ IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING | IRQF_SHARED, + "sharpsl_rc", + sharpsl_rc); + if (ret < 0) {