diff options
author | Mike Westerhof <mwester@dls.net> | 2007-06-28 14:38:44 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2007-06-28 14:38:44 +0000 |
commit | f3f15c7e0b238ccc6e8e212a9147bef8e6982e05 (patch) | |
tree | ce66d0040ab0e62e56402e4c254e959491316e37 /packages | |
parent | df76c9fbffdb5157ac9b920ca1ff6388bba048a5 (diff) | |
parent | 31e5a50374e58b992005a901def2d9bf0779b6c6 (diff) |
merge of '78d052f85b4140a16dabac52589d626ae16d49b2'
and 'd85165b6d72282ba94622c1c0d0c9c3e4a6be821'
Diffstat (limited to 'packages')
-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) { |