From: Arjan van de Ven <arjan@linux.intel.com>
To: Jiri Slaby <slaby@liberouter.org>
Cc: liyu <liyu@ccoss.com.cn>, linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] usb: The HID Simple Driver Interface 0.3.0
Date: Fri, 04 Aug 2006 16:32:09 -0700 [thread overview]
Message-ID: <44D3D8F9.2070602@linux.intel.com> (raw)
In-Reply-To: <44D3D810.4020903@liberouter.org>
>> Signed-off-by: Liyu <liyu@ccoss.com.cn>
>>
>> diff -Naurp linux-2.6.17.7/drivers/usb/input.orig/hid-core.c linux-2.6.17.7/drivers/usb/input/hid-core.c
>> --- linux-2.6.17.7/drivers/usb/input.orig/hid-core.c 2006-07-25 11:36:01.000000000 +0800
>> +++ linux-2.6.17.7/drivers/usb/input/hid-core.c 2006-08-03 15:44:45.000000000 +0800
>> @@ -4,6 +4,7 @@
>> * Copyright (c) 1999 Andreas Gal
>> * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
>> * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc
>> + * Copyright (c) 2006 Liyu <liyu@ccoss.com.cn> HID simple driver interface
>> */
>>
>> /*
>> @@ -26,6 +27,7 @@
>> #include <asm/byteorder.h>
>> #include <linux/input.h>
>> #include <linux/wait.h>
>> +#include <asm/semaphore.h>
>>
Hi,
btw I just noticed this, but please use mutexes not semaphores in new code. Sorry for not
noticing this earlier, I'll need to adjust my filters I suspect.
Greetings,
Arjan van de Ven
prev parent reply other threads:[~2006-08-04 23:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-03 10:06 [PATCH] usb: The HID Simple Driver Interface 0.3.0 liyu
2006-08-04 23:28 ` Jiri Slaby
2006-08-04 23:32 ` Arjan van de Ven [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44D3D8F9.2070602@linux.intel.com \
--to=arjan@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=liyu@ccoss.com.cn \
--cc=slaby@liberouter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.