Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/sdricoh_cs/files: sdricoh_cs-2.6.24.diff
Date: Thu, 14 Feb 2008 13:41:57
Message-Id: E1JPeLa-00057g-QO@stork.gentoo.org
1 hanno 08/02/14 13:41:54
2
3 Added: sdricoh_cs-2.6.24.diff
4 Log:
5 sdricoh_cs: update for 2.6.24 (should still work with older kernels)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-misc/sdricoh_cs/files/sdricoh_cs-2.6.24.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sdricoh_cs/files/sdricoh_cs-2.6.24.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sdricoh_cs/files/sdricoh_cs-2.6.24.diff?rev=1.1&content-type=text/plain
13
14 Index: sdricoh_cs-2.6.24.diff
15 ===================================================================
16 --- sdricoh_cs-0.1.2/sdricoh_cs.c 2007-11-21 17:47:16.000000000 +0100
17 +++ sdricoh_cs-0.1.2-1/sdricoh_cs.c 2008-01-28 16:06:03.000000000 +0100
18 @@ -369,7 +369,7 @@
19 /* special command handling */
20 /* FIXME */
21 if (cmd->opcode == MMC_SELECT_CARD) {
22 - if(host->mode == MMC_MODE_SD){
23 + if(host->mode == MODE_SD){
24 sdricoh_mmc_cmd(host, MMC_APP_CMD, cmd->arg); /* what is this for? set bus_width?*/
25 sdricoh_mmc_cmd(host, 0x46, 0x02);
26 }else{
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list