diff options
author | Stanislav Brabec <utx@penguin.cz> | 2007-06-28 14:23:48 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2007-06-28 14:23:48 +0000 |
commit | 31e5a50374e58b992005a901def2d9bf0779b6c6 (patch) | |
tree | 5d879787a4298893848bc503fe707c1f6bd6e4b6 | |
parent | 99357a825dfef4599377c2605fd79fd8c967442c (diff) |
linux-rp-2.6.20: update sharpsl-rc patch to fix IRQ issues (bug 2555)
-rw-r--r-- | packages/linux/linux-rp-2.6.20/defconfig-spitz | 2 | ||||
-rw-r--r-- | packages/linux/linux-rp-2.6.20/sharpsl-rc-r1.patch | 2 |
2 files changed, 2 insertions, 2 deletions
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) { |