Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
db955170
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
db955170
编写于
10月 19, 2007
作者:
M
Marcin Garski
提交者:
Adrian Bunk
10月 19, 2007
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
more UTF-8 conversions
Signed-off-by:
N
Adrian Bunk
<
bunk@kernel.org
>
上级
96de0e25
变更
12
隐藏空白更改
内联
并排
Showing
12 changed file
with
16 addition
and
16 deletion
+16
-16
Documentation/i2c/i2c-protocol
Documentation/i2c/i2c-protocol
+1
-1
arch/x86/kernel/cpu/cyrix.c
arch/x86/kernel/cpu/cyrix.c
+1
-1
drivers/media/video/saa5246a.c
drivers/media/video/saa5246a.c
+2
-2
drivers/media/video/saa5249.c
drivers/media/video/saa5249.c
+2
-2
drivers/misc/sony-laptop.c
drivers/misc/sony-laptop.c
+1
-1
drivers/video/vermilion/vermilion.c
drivers/video/vermilion/vermilion.c
+2
-2
drivers/video/vermilion/vermilion.h
drivers/video/vermilion/vermilion.h
+1
-1
net/irda/irlan/irlan_client_event.c
net/irda/irlan/irlan_client_event.c
+1
-1
net/irda/irlan/irlan_filter.c
net/irda/irlan/irlan_filter.c
+1
-1
net/irda/timer.c
net/irda/timer.c
+1
-1
net/irda/wrapper.c
net/irda/wrapper.c
+1
-1
net/netfilter/xt_limit.c
net/netfilter/xt_limit.c
+2
-2
未找到文件。
Documentation/i2c/i2c-protocol
浏览文件 @
db955170
...
...
@@ -68,7 +68,7 @@ We have found some I2C devices that needs the following modifications:
Flags I2C_M_IGNORE_NAK
Normally message is interrupted immediately if there is [NA] from the
client. Setting this flag treats any [NA] as
[A], and all of
client. Setting this flag treats any [NA] as
[A], and all of
message is sent.
These messages may still fail to SCL lo->hi timeout.
...
...
arch/x86/kernel/cpu/cyrix.c
浏览文件 @
db955170
...
...
@@ -93,7 +93,7 @@ static void __cpuinit check_cx686_slop(struct cpuinfo_x86 *c)
local_irq_save
(
flags
);
ccr3
=
getCx86
(
CX86_CCR3
);
setCx86
(
CX86_CCR3
,
(
ccr3
&
0x0f
)
|
0x10
);
/* enable MAPEN
*/
setCx86
(
CX86_CCR3
,
(
ccr3
&
0x0f
)
|
0x10
);
/* enable MAPEN */
ccr5
=
getCx86
(
CX86_CCR5
);
if
(
ccr5
&
2
)
setCx86
(
CX86_CCR5
,
ccr5
&
0xfd
);
/* reset SLOP */
...
...
drivers/media/video/saa5246a.c
浏览文件 @
db955170
...
...
@@ -196,10 +196,10 @@ static int i2c_senddata(struct saa5246a_device *t, ...)
return
i2c_sendbuf
(
t
,
buf
[
0
],
ct
-
1
,
buf
+
1
);
}
/* Get count number of bytes from IC-device at address adr, store them in buf.
/* Get count number of bytes from I
²
C-device at address adr, store them in buf.
* Start & stop handshaking is done by this routine, ack will be sent after the
* last byte to inhibit further sending of data. If uaccess is 'true', data is
* written to user-space with put_user. Returns -1 if IC-device didn't send
* written to user-space with put_user. Returns -1 if I
²
C-device didn't send
* acknowledge, 0 otherwise
*/
static
int
i2c_getdata
(
struct
saa5246a_device
*
t
,
int
count
,
u8
*
buf
)
...
...
drivers/media/video/saa5249.c
浏览文件 @
db955170
...
...
@@ -291,10 +291,10 @@ static int i2c_senddata(struct saa5249_device *t, ...)
return
i2c_sendbuf
(
t
,
buf
[
0
],
ct
-
1
,
buf
+
1
);
}
/* Get count number of bytes from IC-device at address adr, store them in buf. Start & stop
/* Get count number of bytes from I
²
C-device at address adr, store them in buf. Start & stop
* handshaking is done by this routine, ack will be sent after the last byte to inhibit further
* sending of data. If uaccess is 'true', data is written to user-space with put_user.
* Returns -1 if IC-device didn't send acknowledge, 0 otherwise
* Returns -1 if I
²
C-device didn't send acknowledge, 0 otherwise
*/
static
int
i2c_getdata
(
struct
saa5249_device
*
t
,
int
count
,
u8
*
buf
)
...
...
drivers/misc/sony-laptop.c
浏览文件 @
db955170
...
...
@@ -14,7 +14,7 @@
*
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
*
* Copyright (C) 2001-2002 Alcve <www.alcove.com>
* Copyright (C) 2001-2002 Alc
ô
ve <www.alcove.com>
*
* Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
*
...
...
drivers/video/vermilion/vermilion.c
浏览文件 @
db955170
...
...
@@ -23,8 +23,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors:
* Thomas Hellstrm <thomas-at-tungstengraphics-dot-com>
* Michel Dnzer <michel-at-tungstengraphics-dot-com>
* Thomas Hellstr
ö
m <thomas-at-tungstengraphics-dot-com>
* Michel D
ä
nzer <michel-at-tungstengraphics-dot-com>
* Alan Hourihane <alanh-at-tungstengraphics-dot-com>
*/
...
...
drivers/video/vermilion/vermilion.h
浏览文件 @
db955170
...
...
@@ -23,7 +23,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors:
* Thomas Hellstr
m
<thomas-at-tungstengraphics-dot-com>
* Thomas Hellstr
öm
<thomas-at-tungstengraphics-dot-com>
*/
#ifndef _VERMILION_H_
...
...
net/irda/irlan/irlan_client_event.c
浏览文件 @
db955170
...
...
@@ -17,7 +17,7 @@
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* Neither Dag Brattli nor University of Troms
admit liability nor
* Neither Dag Brattli nor University of Troms
ø
admit liability nor
* provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge.
*
...
...
net/irda/irlan/irlan_filter.c
浏览文件 @
db955170
...
...
@@ -16,7 +16,7 @@
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* Neither Dag Brattli nor University of Troms
admit liability nor
* Neither Dag Brattli nor University of Troms
ø
admit liability nor
* provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge.
*
...
...
net/irda/timer.c
浏览文件 @
db955170
...
...
@@ -18,7 +18,7 @@
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* Neither Dag Brattli nor University of Troms
admit liability nor
* Neither Dag Brattli nor University of Troms
ø
admit liability nor
* provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge.
*
...
...
net/irda/wrapper.c
浏览文件 @
db955170
...
...
@@ -20,7 +20,7 @@
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* Neither Dag Brattli nor University of Troms
admit liability nor
* Neither Dag Brattli nor University of Troms
ø
admit liability nor
* provide warranty for any of this software. This material is
* provided "AS-IS" and at no charge.
*
...
...
net/netfilter/xt_limit.c
浏览文件 @
db955170
/* (C) 1999 J
r
me de Vivie <devivie@info.enserb.u-bordeaux.fr>
* (C) 1999 Herv Eychenne <eychenne@info.enserb.u-bordeaux.fr>
/* (C) 1999 J
érô
me de Vivie <devivie@info.enserb.u-bordeaux.fr>
* (C) 1999 Herv
é
Eychenne <eychenne@info.enserb.u-bordeaux.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录