Signed-off-by: Chris McIntosh
---
drivers/staging/memrar/memrar_handler.c | 207 -
drivers/staging/memrar/memrar_user.c| 305 +++
2 files changed, 305 insertions(+), 207 deletions(-)
create mode 100644 drivers/staging/memrar/memrar_user.c
di
On Wednesday, July 28, 2010 1:59 PM, Jiri Slaby wrote:
> On 07/28/2010 06:48 PM, H Hartley Sweeten wrote:
>> Make the module parameter dt3155_major static and add the proper
>> wrappers to export it.
>>
>> Signed-off-by: H Hartley Sweeten
>> Cc: Greg Kroah-Hartman
>> Cc: Scott Smedley
>> ---
>>
你好,本人蔡生,专业美术出身,专科毕业于湖北大学计算机广告设计,本科毕业于华南理工大学电子商务,工作至今已经8年了。专注于:软件界面(UI)设计;网站建设;平面设计;LOGO设计;人物设计;画册设计;FLASH设计;3D效果图等。本人熟练使用CSS+DIV(兼容IE678/FF/OP)、JavaScript、DHTML,精通PhotoShop、CorelDraw、Flash、Dreaweaver、Firework、3D以及相关的图像处与动画制作的软件,特别能手写HTML代码,善于网站的设计与维护;熟悉google,yahoo,百度及MSN等搜索引擎的排名规则,有面向搜索引擎的网
On 07/28/2010 06:48 PM, H Hartley Sweeten wrote:
> Make the module parameter dt3155_major static and add the proper
> wrappers to export it.
>
> Signed-off-by: H Hartley Sweeten
> Cc: Greg Kroah-Hartman
> Cc: Scott Smedley
> ---
>
> diff --git a/drivers/staging/dt3155/dt3155_drv.c
> b/drivers
Make the module parameter dt3155_major static and add the proper
wrappers to export it.
Signed-off-by: H Hartley Sweeten
Cc: Greg Kroah-Hartman
Cc: Scott Smedley
---
diff --git a/drivers/staging/dt3155/dt3155_drv.c
b/drivers/staging/dt3155/dt3155_drv.c
index 7316996..220eaf9 100644
--- a/driv
The symbols dt3155_dev_open, unique_tag, and allocatorAddr are only used in
the file dt3155_drv.c and should be static. Also, as pointed out by Joe Perches,
static variables do not need initialization so remove them. While here, also
move the definition for allocatorAddr so that all the variables a
On Wed, Jul 28, 2010 at 03:59:50PM +0200, Takashi Iwai wrote:
> At Tue, 27 Jul 2010 12:21:19 -0700,
> Randy Dunlap wrote:
> >
> > From: Randy Dunlap
> >
> > line6 uses snd_pcm*() functions, so it should select SND_PCM.
> >
> > ERROR: "snd_pcm_period_elapsed" [drivers/staging/line6/line6usb.ko]
At Tue, 27 Jul 2010 12:21:19 -0700,
Randy Dunlap wrote:
>
> From: Randy Dunlap
>
> line6 uses snd_pcm*() functions, so it should select SND_PCM.
>
> ERROR: "snd_pcm_period_elapsed" [drivers/staging/line6/line6usb.ko] undefined!
> ERROR: "snd_pcm_set_ops" [drivers/staging/line6/line6usb.ko] unde
From: Pavan Savoy
When the chip is in use, information like the chip's ROM version and the
protocols currently making use of the chip needs to be made known to
user-space.
Earlier the version and the protocol-list were exposed as sysfs entries
now cleanup by making them as debugfs entries, also i
From: Pavan Savoy
update TODO to reflect the items taken care of,
update ABI to reflect the new debugfs entries exposed.
Signed-off-by: Pavan Savoy
---
drivers/staging/ti-st/TODO | 10 +++---
drivers/staging/ti-st/sysfs-uim | 12
2 files changed, 15 insertions(+), 7 d
10 matches
Mail list logo