From 8ce192ca9168606b108c2579bdc07e67c323286e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 17 Jul 2007 14:41:20 +0000 Subject: [PATCH] linux-handhelds-2.6: Add 2.6.21-hh12. * Changes since -hh11 are: 1. *_static_defconfigs now consistently include support for MTD block/char devices. 2. asus716: PCMCIA cleanups. 3. aximx50: Move towards runtime VGA vs QVGA configuration. 4. acx: Fixed PCMCIA suspend/resume; fixed issue with WEP keys being lost after resume; fix buffer overflow while accessing diag files in /proc. 5. ts_adc_debounce: Fix regression, add rough but practical threshold for better pen up detection, implement module debug parameter. 6. h4000: pcmcia fixes, acx works pretty well now, ts_adc_debounce tweaking. 7. looxc550: Buttons, power, UDC support. 8. htcmagician: Better earphone support. 9. SoC base drivers: concistently support child devices pattern. 10. pxa27x_udc: Add support for platform_data::gpio_pullup. --- packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb new file mode 100644 index 0000000000..ec5844bfb5 --- /dev/null +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh12.bb @@ -0,0 +1,11 @@ +SECTION = "kernel" +DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." +LICENSE = "GPL" +PR = "r1" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://defconfig" + +require linux-handhelds-2.6.inc -- 2.39.5