From d97419033ff4871497f20f4f26d2c214ea6fc5c2 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 27 Apr 2007 13:26:44 +0000 Subject: linux-rp_2.6.20.bb : fix loading of 8250 module which makes all those BT/modem/other CF cards people use work. Also fix the dmesg so it prints the correct ttySX device for inserted cards (ttyS4 in practice) The fault was 2.6.20 added an extra pxa serial port (not actually initialised) but sitting in the minor space. --- packages/linux/linux-rp_2.6.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux/linux-rp_2.6.20.bb') diff --git a/packages/linux/linux-rp_2.6.20.bb b/packages/linux/linux-rp_2.6.20.bb index 94c5558822..3180352381 100644 --- a/packages/linux/linux-rp_2.6.20.bb +++ b/packages/linux/linux-rp_2.6.20.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r14" +PR = "r15" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 -- cgit v1.2.3