diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 22:21:33 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 22:21:33 +0000 |
commit | d6e99e2c08791f6d5859ee925a4dae78c52fcd97 (patch) | |
tree | e68593e3e37927449f1a64d56bae89961aaa3533 /meta | |
parent | 55386c9d4d17d7f1fbe7dbe9403a29de091ab5d7 (diff) | |
download | poky-d6e99e2c08791f6d5859ee925a4dae78c52fcd97.tar.gz |
linux-rp: added another Prism2 card to HostAP driver (patch acked by upstream)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3646 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.24/hrw-hostapcard.patch | 34 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.24.bb | 3 |
2 files changed, 36 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.24/hrw-hostapcard.patch b/meta/packages/linux/linux-rp-2.6.24/hrw-hostapcard.patch new file mode 100644 index 0000000000..67fc5b7c70 --- /dev/null +++ b/meta/packages/linux/linux-rp-2.6.24/hrw-hostapcard.patch | |||
@@ -0,0 +1,34 @@ | |||
1 | |||
2 | From: Marcin Juszkiewicz <openembedded@haerwu.biz> | ||
3 | |||
4 | Card reported by Ångström user: | ||
5 | http://bugs.openembedded.net/show_bug.cgi?id=3236 | ||
6 | |||
7 | Socket 1: | ||
8 | product info: "Wireless LAN", "11Mbps PC Card", "Version 01.02", "" | ||
9 | manfid: 0x0156, 0x0002 | ||
10 | function: 6 (network) | ||
11 | |||
12 | Signed-off-by: Marcin Juszkiewicz <openembedded@haerwu.biz> | ||
13 | Acked-by: Pavel Roskin <proski@gnu.org> | ||
14 | |||
15 | --- | ||
16 | drivers/net/wireless/hostap/hostap_cs.c | 3 +++ | ||
17 | 1 file changed, 3 insertions(+) | ||
18 | |||
19 | --- linux-2.6.24.orig/drivers/net/wireless/hostap/hostap_cs.c | ||
20 | +++ linux-2.6.24/drivers/net/wireless/hostap/hostap_cs.c | ||
21 | @@ -892,10 +892,13 @@ static struct pcmcia_device_id hostap_cs | ||
22 | 0xa21501a, 0x59868926, 0xc9049a39), | ||
23 | PCMCIA_DEVICE_PROD_ID1234( | ||
24 | "The Linksys Group, Inc.", "Wireless Network CF Card", "ISL37300P", | ||
25 | "RevA", | ||
26 | 0xa5f472c2, 0x9c05598d, 0xc9049a39, 0x57a66194), | ||
27 | + PCMCIA_DEVICE_PROD_ID123( | ||
28 | + "Wireless LAN" , "11Mbps PC Card", "Version 01.02", | ||
29 | + 0x4b8870ff, 0x70e946d1, 0x4b74baa0), | ||
30 | PCMCIA_DEVICE_NULL | ||
31 | }; | ||
32 | MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids); | ||
33 | |||
34 | |||
diff --git a/meta/packages/linux/linux-rp_2.6.24.bb b/meta/packages/linux/linux-rp_2.6.24.bb index 68fad7df62..4c9e293747 100644 --- a/meta/packages/linux/linux-rp_2.6.24.bb +++ b/meta/packages/linux/linux-rp_2.6.24.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require linux-rp.inc | 1 | require linux-rp.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | DEFAULT_PREFERENCE_collie = "1" | 6 | DEFAULT_PREFERENCE_collie = "1" |
@@ -20,6 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ | |||
20 | ${RPSRC}/export_atags-r2.patch;patch=1;status=pending \ | 20 | ${RPSRC}/export_atags-r2.patch;patch=1;status=pending \ |
21 | ${RPSRC}/lzo_crypto-r2.patch;patch=1;status=pending \ | 21 | ${RPSRC}/lzo_crypto-r2.patch;patch=1;status=pending \ |
22 | ${RPSRC}/corgi_rearrange_lcd-r0.patch;patch=1;status=pending \ | 22 | ${RPSRC}/corgi_rearrange_lcd-r0.patch;patch=1;status=pending \ |
23 | file://hrw-hostapcard.patch;patch=1;status=pending \ | ||
23 | ${RPSRC}/allow_disable_deferrred-r0.patch;patch=1 \ | 24 | ${RPSRC}/allow_disable_deferrred-r0.patch;patch=1 \ |
24 | ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ | 25 | ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ |
25 | ${RPSRC}/hx2750_base-r33.patch;patch=1 \ | 26 | ${RPSRC}/hx2750_base-r33.patch;patch=1 \ |