[linux-usb-devel] ご紹介の件につ いて

2007-05-05 Thread 鳥人
┏━━━┓   ☆  人妻との○秘の出会い       ☆彡      完全永久無料の大人の社交場  ┗━━━┛  大人のお付き合い〜割り切った交際♪SEXが大好きだから・・・  旦那では物足りない♪貴方の○○○が欲しいの・ ☆。・:*:.・★,。・:*:.☆。・:*:.・★,☆。・:*:.・★,。・:*:.☆ 完全永久無料⇒ http://i-lav.com/r20/index.php?media=pc734 ☆。・:*:.・★,。・:*:.☆。・:

Re: [linux-usb-devel] Composite device driver binding

2007-05-05 Thread [EMAIL PROTECTED]
Hi, I am using a telephony device, too, and seem to have similar issues. It is a Yealink P1K for which there is a kernel driver available. As long as this driver is not loaded the ALSA mixer controls (volume and mute) work fine. But as soon as the kernel driver (or my own userspace driver) star

Re: [linux-usb-devel] [Bugme-new] [Bug 8432] New: USB device keeps reseting while using ehci_hcd

2007-05-05 Thread Andrew Morton
On Sat, 5 May 2007 11:25:50 -0700 [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8432 > >Summary: USB device keeps reseting while using ehci_hcd > Kernel Version: 2.6.20 > Status: NEW > Severity: high > Owner: [EMAIL PROTEC

Re: [linux-usb-devel] OHCI hangs after failing to free resources

2007-05-05 Thread Alan Stern
On Fri, 4 May 2007, Mike Nuss wrote: > Further support (I dumped the 'dummy' td before freeing it). This is a > new trace so the addresses won't match the last trace. > > kernel: ohci_hcd :00:13.0: leak ed c3e8e680 (#82) state 0 (has tds) > kernel: ohci_hcd :00:13.0: ed->dummy td c3e8d8c0

Re: [linux-usb-devel] Bug creating USB endpoints in 2.6.20.x (kernel bug 8198)

2007-05-05 Thread Chris Rankin
--- Alan Stern <[EMAIL PROTECTED]> wrote: > However it is usually the same endpoint number and the same device (even > if the device number changes)? In that case we can tell the code where to > look for errors, because we will always know when that particular endpoint > file is created and whe

Re: [linux-usb-devel] OHCI hangs after failing to free resources

2007-05-05 Thread Alan Stern
On Fri, 4 May 2007, Mike Nuss wrote: > As I understand it, the HC will not do any queue processing while HeadP > and TailP are equal (which is the case here; they are both pointing to > dummy). This explains why nothing is happening - the HC will never do > anything more with this endpoint because

Re: [linux-usb-devel] Bug creating USB endpoints in 2.6.20.x (kernel bug 8198)

2007-05-05 Thread Alan Stern
On Sat, 5 May 2007, Chris Rankin wrote: > --- Alan Stern <[EMAIL PROTECTED]> wrote: > > When the crash does occur, does it always involve the same sysfs file (or > > at least, the same endpoint number for the same device)? > > Not always, no. But it *usually* does. This is the endpoint whose dir

Re: [linux-usb-devel] requirements for suspend()

2007-05-05 Thread Alan Stern
On Fri, 4 May 2007, Oliver Neukum wrote: > Am Freitag, 4. Mai 2007 21:46 schrieb Alan Stern: > > On Fri, 4 May 2007, Oliver Neukum wrote: > > > > > > A better approach would be to have a routine which would block until > > > > all > > > > URBs on an anchor have completed. With a timeout, so th

Re: [linux-usb-devel] [PATCH 0/6] Composite Gadget Support

2007-05-05 Thread Stephen J. Gowdy
This was partly my fault. They were all queued up as the author had bcced the list (at least that is what lists.sf.net thought). I rejected on set but didn't realise there was eight copies in each of the two sets... On Fri, 4 May 2007, David Brownell wrote: > On Thursday 03 May 2007, Ragner Mag

Re: [linux-usb-devel] Bug creating USB endpoints in 2.6.20.x (kernel bug 8198)

2007-05-05 Thread Chris Rankin
--- Alan Stern <[EMAIL PROTECTED]> wrote: > When the crash does occur, does it always involve the same sysfs file (or > at least, the same endpoint number for the same device)? Not always, no. But it *usually* does. This is the endpoint whose directory is being repeatedly created and destroyed.

[linux-usb-devel] [PATCH 18/18] input: aiptek - version changes documented + version update

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Documentation on the changes from the v1.5 to the v2.3 version. Also updated credits and version number to 2.3 Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 27 +-- 1 files changed, 25 ins

[linux-usb-devel] [PATCH 17/18] input: aiptek - Re-worked the function key code

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> function keys (called macro keys too, why?) code corrected. Using a lastMacro variable to keep track of key currently pressed. This ensures proper resetting when dragging the pen in the drawing area or to another key. Also suppress sending pressure report

[linux-usb-devel] [PATCH 16/18] input: aiptek - tolerate newlines in sysfs files

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> now echo "some value" > /sys/.../somefile is also acceptable By the way, all trailing characters are ignored Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(

[linux-usb-devel] [PATCH 13/18] input: aiptek - put sensible warnings in probe

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Added warnings to the points where the tablet probe may fail Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 28 ++-- 1 files changed, 22 insertions(+), 6 deletions(-) diff --git a/drivers/

[linux-usb-devel] [PATCH 15/18] input: aiptek - correct the tool switching code

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Now the old tool is remembered, and reset when a new tool is selected via the sysfs files. Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 98 1 files changed, 54 insert

[linux-usb-devel] [PATCH 14/18] Input: aiptek - use only absolute misc reports

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> To get an on - off reporting for proximity, absolute misc reports are used. The mixture of absolute and relative reports is awkward Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c |5 - 1 files changed, 4 inser

[linux-usb-devel] [PATCH 12/18] input: aiptek - use set_bit instead of bitwise or

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Have to use set_bit since some bit values are over 32, and bitwise or won't work on these. To be safe for the future too, use set_bit for all input dev capabilities Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 2

[linux-usb-devel] [PATCH 11/18] input: aiptek - correct relative mode

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> corrections to relative mode, was looking at wrong byte Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/usb/input/aiptek.c b/d

[linux-usb-devel] [PATCH 10/18] input: aiptek - fixed mouse button defines

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Mouse button defines tested the wrong bits, now fixed Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/input/aiptek.c b/drivers/u

[linux-usb-devel] [PATCH 09/18] input: aiptek corrected the proximity and data valid

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Calculation of proximity bit and of data valid bit was reversed for stylus reports Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a

[linux-usb-devel] [PATCH 08/18] aiptek - correct documentation on reports

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Small fix that corrects the documentation on the report byte format produced by the mouse Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/driv

[linux-usb-devel] [PATCH 07/18] aiptek - use array to list all buttons

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> When setting up input device use an array to list all the buttons instead of setting every bit separately. Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 29 - 1 files changed, 12 inser

[linux-usb-devel] [PATCH 06/18] aiptek - kill aiptek_convert_from_2s_complement()

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> There is no reason to do that, just tell the compiler that we are dealing with signed values in buffer, that's it. Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 24 ++-- 1 files changed, 2 ins

[linux-usb-devel] [PATCH 05/18] aiptek - use maps in attributes

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Use maps to convert for strings to internal constants and vice versa in aiptek's sysfs attribute methods instead of open-coding it. This results in smaller code that is also easier to maintain. Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- dri

[linux-usb-devel] [PATCH 04/18] Input: aiptek - do not check for NULL in attribute methods

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> It makes no sense to check for NULL in attribute methods - we do usb_set_intfdata before creating attributes and once attributes have been removed we are guaranteed to not be called. Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/in

[linux-usb-devel] [PATCH 03/18] aiptek - use attribute group

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Use attribute group as per the patch by Dmitry Corrected by adding a NULL in the aiptek_attributes list (had a nice crash) Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 109

[linux-usb-devel] [PATCH 02/18] Input: aiptek - remove vendor and product attributes from sysfs

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> They are alreay exported by input corei; there is no need to do it twice. Signed-off-by: Rene van Paassen <[EMAIL PROTECTED]> --- drivers/usb/input/aiptek.c | 73 1 files changed, 0 insertions(+), 73 deleti

[linux-usb-devel] [PATCH 01/18] Input: aiptek - do not try to export associated event device

2007-05-05 Thread rene . vanpaassen
From: Rene van Paassen <[EMAIL PROTECTED]> Donot try to export via sysfs associated event device - it does not work when evdev is a module that is loaded after aiptek; also it pokes too deply into input core internals. Userspace should rely on udev to set up permanent device name for touchpad. S

[linux-usb-devel] [PATCH 00/18] aiptek tablet patch series

2007-05-05 Thread rene . vanpaassen
This is a series of patches for the aiptek usb tablet driver. The series represents the development done on aiptektablet.sourceforge.net over the last years. It is a substitute for the mega-patch I sent earlier (sorry about that). I produced these patches on Dmitry's kernel tree. The first seven