产权多元化和建立有效均衡的公司治理结构

2012-10-25 Thread B
devel@driverdev.osuosl.orgcdsjt2654n[¹É Ȩ ¼¤ Àø ²Ù ×÷ ʵ Îñ] eth2竞(争性行 业与传统制造业激)励方式的区别b1f.xls Description: Binary data ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Re: [PATCH] Support for OWI/Maplin USB Robotic Arm

2012-10-08 Thread Maxin B John
Hi Greg, On Mon, Oct 8, 2012 at 7:55 PM, Greg KH wrote: > On Mon, Oct 08, 2012 at 05:29:43PM -0400, Maxin B. John wrote: >> Hi Greg, >> >> This driver helps us to control the OWI/Maplin USB Robotic Arm device. >> >> I have tested this driver in my x86 Laptop

[PATCH] Support for OWI/Maplin USB Robotic Arm

2012-10-08 Thread Maxin B. John
m/cart/html/owi-535pc-robotic-arm-kit-with-usb-pc-interface-assembled.html Please let me know your comments. Signed-off-by: Maxin B. John --- diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index d805eef..a1eefa9 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @

Re: [PATCH] staging: iio: light: Fix compiler warning in tsl2563.c

2011-10-21 Thread Maxin B John
Hi, On Fri, Sep 2, 2011 at 1:55 PM, Jonathan Cameron wrote: > On 09/02/11 10:41, Maxin B. John wrote: >>> Don't overwrite the error code.  For example, the lower layers can >>> return -EAGAIN and that's more useful than just returning -EIO every >>> ti

Need Info about Adding new Kernel Module source code to Linux Kernel Tree

2011-09-20 Thread Sahana B Adiga - ERS, HCL Tech
Dear All, I am trying to find out the procedure or steps involved for adding a new Linux device driver source code to Linux Kernel Tree. Please help me to find the info. 1. How to get Linux Community approval for our device driver? 2. I read somewhere that GIT is the revision control s

Re: [PATCH] staging: iio: light: Fix compiler warning in tsl2563.c

2011-09-02 Thread Maxin B. John
ow that up. I guess, in "iio-blue.git" tree, the 'id = 0' suppresses this warning. Signed-off-by: Maxin B. John --- diff --git a/drivers/staging/iio/light/tsl2563.c b/drivers/staging/iio/light/tsl2563.c index f25243b..55012ff 100644 --- a/drivers/staging/iio/light/tsl2563.c +++ b/d

[PATCH] staging: iio: light: Fix compiler warning in tsl2563.c

2011-09-01 Thread Maxin B. John
CC [M] drivers/staging/iio/light/tsl2563.o drivers/staging/iio/light/tsl2563.c: In function 'tsl2563_probe': drivers/staging/iio/light/tsl2563.c:736: warning: 'id' may be used uninitialized in this function Also fixes the tsl2563_read_id(). Signed-off-by: Maxin B. Jo

Re: [PATCH] staging: iio: industrialio-core: Fix compiler warning

2011-08-22 Thread Maxin B John
On Mon, Aug 22, 2011 at 2:37 PM, Jonathan Cameron wrote: > On 08/22/11 11:08, Maxin B. John wrote: >> drivers/staging/iio/industrialio-core.c: In function >> 'iio_device_add_event_sysfs': >> drivers/staging/iio/industrialio-core.c:914: warning: 'mask' may

[PATCH] staging: iio: industrialio-core: Fix compiler warning

2011-08-22 Thread Maxin B. John
drivers/staging/iio/industrialio-core.c: In function 'iio_device_add_event_sysfs': drivers/staging/iio/industrialio-core.c:914: warning: 'mask' may be used uninitialized in this function Signed-off-by: Maxin B. John --- diff --git a/drivers/staging/iio/industrialio-core.c b