[linux-usb-devel] [PATCH] Maxtor OneTouch button support for older drives

2005-11-14 Thread Antti Andreimann
Hi! This small patch adds a device ID used by older Maxtor OneTouch drives (the ones with blue face-plate instead of the fancy silver one used in newer models). The button on those drives works well with the current driver. -- Antti Andreimann - Security Expert Using Linux since 1993

Re: [linux-usb-devel] USB statistics

2005-11-14 Thread Alan Stern
On Mon, 14 Nov 2005, Aras Vaichas wrote: I think they meant raw = bit errors, net = data did not arrive at all (within some timeout period). Bit errors would be reported somewhere and other errors would be handle by my test application at the highest level. The test department want to be

[linux-usb-devel] [PATCH] usbcore: central handling for host controllers that were reset during suspend/resume

2005-11-14 Thread Alan Stern
Greg: This patch (as515b) adds a routine to usbcore to simplify handling of host controllers that lost power or were reset during suspend/resume. The new core routine marks all the child devices of the root hub as NOTATTACHED and tells khubd to disconnect the device structures as soon as

[linux-usb-devel] [PATCH] dummy_hcd: rename variables

2005-11-14 Thread Alan Stern
Greg: The recent platform_device update has reintroduced into dummy_hcd.c the dreaded dev-dev syndrome. This harkens back to when an earlier version of that driver included the unforgettable line: dev-dev.dev.driver_data = dev; This patch (as602) renames the platform_device variables

[linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
Hi, on a VIA Eden box, I'm getting sporadic USB disconnects after longer operation times. Typically, there is no USB load when it disconnects. The kernel output is like this: kernel: hub 4-0:1.0: state 5 ports 6 chg evt 0008 kernel: ehci_hcd :00:10.3: GetStatus port 3 status 00180b

[linux-usb-devel] [PATCH] Make usbdevice_fs.h (again) useable from userspace

2005-11-14 Thread Harald Welte
Make usbdevice_fs.h (again) useable from userspace If we have CONFIG_COMPAT enabled, then userspace programs using usbdevice_fs.h won't compile anymore. Signed-off-by: Harald Welte [EMAIL PROTECTED] --- commit 17c6b20f34d9d68918346af2a2eb6433b09af0e3 tree

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Greg KH
On Mon, Nov 14, 2005 at 06:35:22PM +0100, Jan Kiszka wrote: Hi, on a VIA Eden box, I'm getting sporadic USB disconnects after longer operation times. Typically, there is no USB load when it disconnects. The kernel output is like this: kernel: hub 4-0:1.0: state 5 ports 6 chg evt 0008

[linux-usb-devel] Re: [PATCH] Make usbdevice_fs.h (again) useable from userspace

2005-11-14 Thread Arjan van de Ven
On Mon, 2005-11-14 at 18:37 +0100, Harald Welte wrote: Make usbdevice_fs.h (again) useable from userspace If we have CONFIG_COMPAT enabled, then userspace programs using usbdevice_fs.h won't compile anymore. how does the userspace application set CONFIG_COMPAT??

[linux-usb-devel] [patch] OHCI lh7a404 platform device conversion fixup

2005-11-14 Thread Richard Purdie
Fix an error in the OHCI lh7a404 driver after the platform device conversion. Signed-off-by: Richard Purdie [EMAIL PROTECTED] Index: linux-2.6.15-rc1/drivers/usb/host/ohci-lh7a404.c === ---

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
Greg KH wrote: On Mon, Nov 14, 2005 at 06:35:22PM +0100, Jan Kiszka wrote: Hi, on a VIA Eden box, I'm getting sporadic USB disconnects after longer operation times. Typically, there is no USB load when it disconnects. The kernel output is like this: kernel: hub 4-0:1.0: state 5 ports 6 chg

Re: [linux-usb-devel] [PATCH] dummy_hcd: rename variables

2005-11-14 Thread David Brownell
On Monday 14 November 2005 9:16 am, Alan Stern wrote: The recent platform_device update has reintroduced into dummy_hcd.c the dreaded dev-dev syndrome. This harkens back to when an earlier version of that driver included the unforgettable line: dev-dev.dev.driver_data = dev; This

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
Greg KH wrote: On Mon, Nov 14, 2005 at 06:54:17PM +0100, Jan Kiszka wrote: Greg KH wrote: On Mon, Nov 14, 2005 at 06:35:22PM +0100, Jan Kiszka wrote: Hi, on a VIA Eden box, I'm getting sporadic USB disconnects after longer operation times. Typically, there is no USB load when it

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Greg KH
On Mon, Nov 14, 2005 at 07:36:13PM +0100, Jan Kiszka wrote: Greg KH wrote: On Mon, Nov 14, 2005 at 06:54:17PM +0100, Jan Kiszka wrote: Greg KH wrote: On Mon, Nov 14, 2005 at 06:35:22PM +0100, Jan Kiszka wrote: Hi, on a VIA Eden box, I'm getting sporadic USB disconnects after longer

[linux-usb-devel] Re: [PATCH] Make usbdevice_fs.h (again) useable from userspace

2005-11-14 Thread Harald Welte
On Mon, Nov 14, 2005 at 06:45:27PM +0100, Arjan van de Ven wrote: On Mon, 2005-11-14 at 18:37 +0100, Harald Welte wrote: Make usbdevice_fs.h (again) useable from userspace If we have CONFIG_COMPAT enabled, then userspace programs using usbdevice_fs.h won't compile anymore. how does

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Alan Stern
On Mon, 14 Nov 2005, Jan Kiszka wrote: Hi, on a VIA Eden box, I'm getting sporadic USB disconnects after longer operation times. Typically, there is no USB load when it disconnects. The kernel output is like this: kernel: hub 4-0:1.0: state 5 ports 6 chg evt 0008 kernel: ehci_hcd

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread David Brownell
On Monday 14 November 2005 9:35 am, Jan Kiszka wrote: ehci_hcd :00:10.3: GetStatus port 3 status 00180b POWER sig=j PEC CSC CONNECT Translation: the root hub spontaneously disconnected. There are such reports, which are as far as I can tell always with VIA hardware. I have no idea

[linux-usb-devel] [patch 00/12] USB patches for 2.6.15-rc1

2005-11-14 Thread Greg Kroah-Hartman
Here are a few USB patches against your latest git tree, they have all been in the past few -mm releases just fine. They fix some build bugs, add some new device ids, and add a new simple usb-serial driver. thanks, greg k-h --- SF.Net email

[linux-usb-devel] [patch 01/12] USB: fix build breakage in dummy_hcd.c

2005-11-14 Thread Greg Kroah-Hartman
From: Greg Kroah-Hartman [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/gadget/dummy_hcd.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- gregkh-2.6.orig/drivers/usb/gadget/dummy_hcd.c +++ gregkh-2.6/drivers/usb/gadget/dummy_hcd.c @@

[linux-usb-devel] [patch 04/12] USB: wacom tablet driver update

2005-11-14 Thread Greg Kroah-Hartman
From: Ping Cheng [EMAIL PROTECTED] This patch adds support for Graphire4, Cintiq 710, Intuos3 6x11, etc. and report Device IDs. Signed-off-by: Ping Cheng [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/input/wacom.c | 133

[linux-usb-devel] [patch 06/12] USB: Delete leftovers from bluetty driver

2005-11-14 Thread Greg Kroah-Hartman
From: Marcel Holtmann [EMAIL PROTECTED] This patch deletes the bluetooth.txt help file of the bluetty driver and hands over its major device nodes for character devices to the RFCOMM TTY implementation of the Bluetooth subsystem. Signed-off-by: Marcel Holtmann [EMAIL PROTECTED] Signed-off-by:

[linux-usb-devel] [patch 03/12] USB: add new wacom devices to usb hid-core list

2005-11-14 Thread Greg Kroah-Hartman
From: Ping Cheng [EMAIL PROTECTED] This patch adds support for Graphire4, Cintiq 710, Intuos3 6x11, etc. Signed-off-by: Ping Cheng [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/input/hid-core.c | 12 1 file changed, 12 insertions(+) ---

[linux-usb-devel] [patch 05/12] USB: fix 'unused variable' warning

2005-11-14 Thread Greg Kroah-Hartman
From: Dmitry Torokhov [EMAIL PROTECTED] USB: fix 'unused variable' warning Signed-off-by: Dmitry Torokhov [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] drivers/usb/core/message.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---

[linux-usb-devel] [patch 02/12] USB Serial: rename ChangeLog.old

2005-11-14 Thread Greg Kroah-Hartman
From: Greg Kroah-Hartman [EMAIL PROTECTED] People are complaining about a .old file in the tree. So rename drivers/usb/serial/ChangeLog.old to ChangeLog.history. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] drivers/usb/serial/ChangeLog.history | 730

[linux-usb-devel] [patch 07/12] usbfs: usbfs_dir_inode_operations cleanup

2005-11-14 Thread Greg Kroah-Hartman
From: OGAWA Hirofumi [EMAIL PROTECTED] This patch is just cleanup. Signed-off-by: OGAWA Hirofumi [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/core/inode.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) ---

[linux-usb-devel] [patch 10/12] USB: cp2101.c: Jablotron usb serial interface identification

2005-11-14 Thread Greg Kroah-Hartman
From: Josef Balatka [EMAIL PROTECTED] Jablotron usb serial interface identification Signed-off-by: Josef Balatka [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/serial/cp2101.c |1 + 1 file changed, 1 insertion(+) ---

[linux-usb-devel] [patch 08/12] USB: usbdevfs_ioctl 32bit fix

2005-11-14 Thread Greg Kroah-Hartman
From: Andrew Morton [EMAIL PROTECTED] drivers/usb/core/devio.c: In function `proc_ioctl_compat': drivers/usb/core/devio.c:1401: warning: passing arg 1 of `compat_ptr' makes integer from pointer without a cast NFI if this is correct... Cc: Pete Zaitcev [EMAIL PROTECTED] Signed-off-by: Andrew

[linux-usb-devel] [patch 09/12] USB: kill unneccessary usb-storage blacklist entries

2005-11-14 Thread Greg Kroah-Hartman
From: Pavel Machek [EMAIL PROTECTED] I actually have this device, and kernel reports blacklist entry is no longer neccessary. Signed-off-by: Pavel Machek [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/storage/unusual_devs.h |5 - 1 file changed, 5

[linux-usb-devel] [patch 11/12] USB: onetouch doesn't suspend yet

2005-11-14 Thread Greg Kroah-Hartman
From: David Brownell [EMAIL PROTECTED] The onetouch support doesn't suspend correctly (leaves an interrupt URB posted, instead of unlinking it) so for now just disable it when PM is in the air. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED]

[linux-usb-devel] [patch 12/12] USB: add new anydata usb-serial driver

2005-11-14 Thread Greg Kroah-Hartman
From: Greg Kroah-Hartman [EMAIL PROTECTED] It's a generic device that needs a bigger transmit buffer to get decent speeds. The transmit buffer size is able to be changed by a module paramater. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/usb/serial/Kconfig |9 +++

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
Alan Stern wrote: ... The hang is almost certainly caused by the device's driver. Apparently its disconnect method is not returning. Since that routine is called by the main hub driver and with a lock held, this means that most other major activities of the USB stack will be blocked as

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
David Brownell wrote: On Monday 14 November 2005 9:35 am, Jan Kiszka wrote: ehci_hcd :00:10.3: GetStatus port 3 status 00180b POWER sig=j PEC CSC CONNECT Translation: the root hub spontaneously disconnected. There are such reports, which are as far as I can tell always with VIA

[linux-usb-devel] Re: [patch 00/12] USB patches for 2.6.15-rc1

2005-11-14 Thread Greg Kroah-Hartman
On Mon, Nov 14, 2005 at 12:04:56PM -0800, Greg Kroah-Hartman wrote: Here are a few USB patches against your latest git tree, they have all been in the past few -mm releases just fine. They fix some build bugs, add some new device ids, and add a new simple usb-serial driver. Oh, forgot the

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Christian Iversen
On Monday 14 November 2005 20:39, David Brownell wrote: On Monday 14 November 2005 9:35 am, Jan Kiszka wrote: ehci_hcd :00:10.3: GetStatus port 3 status 00180b POWER sig=j PEC CSC CONNECT Translation: the root hub spontaneously disconnected. There are such reports, which are as far

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
David Brownell wrote: ... EBUSY status code happens in a few cases, and in this path I'd suspect it means the URB is already being returned. Could you try the patch I've attached, to see if it prints anything? Additional question regarding this check: should this warning never show up or

[linux-usb-devel] Want to Turbocharge Your Portfolio?

2005-11-14 Thread Freddie H. Sargent
HS^µéšŠX¬²š'²ŠÞu¼“jg²¢êÝz÷¥¢™žž×!jY^ž¬Â+a–œ…ëzº'Šj¦”ž®÷«Œ'–†Š×è­úÞy©Ým秵êÞvÚ0Šv¸Ú™Z²f­¾Šò¢êïz¼¨Ât¨Ÿ+f=#–'$…êÞ¶Šek(m¶Ÿÿ²‹«qç讧zßàzº'Šj)†™bžìn±·^½éeŠËl²‹«qç讧zÔèº{.nÇ+‰·®±ëazV¬µú+™øž•Ö­†Ûi³ÿåŠËl²‹«qç讧zßåŠËlþX¬¶)ߣùbžìn±·^½é

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread David Brownell
On Monday 14 November 2005 12:58 pm, Jan Kiszka wrote: David Brownell wrote: ... EBUSY status code happens in a few cases, and in this path I'd suspect it means the URB is already being returned. Could you try the patch I've attached, to see if it prints anything? Additional

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread David Brownell
ehci_hcd :00:10.3: GetStatus port 3 status 00180b POWER sig=j PEC CSC CONNECT Translation: the root hub spontaneously disconnected. There are such reports, which are as far as I can tell always with VIA hardware. I have no idea what causes them. Any chance this could be

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
David Brownell wrote: On Monday 14 November 2005 12:58 pm, Jan Kiszka wrote: David Brownell wrote: ... EBUSY status code happens in a few cases, and in this path I'd suspect it means the URB is already being returned. Could you try the patch I've attached, to see if it prints anything?

[linux-usb-devel] Porting usbtest to 2.4.x

2005-11-14 Thread Iqbal
Hi, I am back porting 2.6 usbtest to 2.4.x. I don't find any documentation, if there are any please point me out. Also, please share your views on the same. Let me also know whether the code can be merged to 2.4 officially or not. I know this list is working only on 2.6, curious to know how the

Re: [linux-usb-devel] Porting usbtest to 2.4.x

2005-11-14 Thread Alan Stern
On Mon, 14 Nov 2005, Iqbal wrote: Hi, I am back porting 2.6 usbtest to 2.4.x. I don't find any documentation, if there are any please point me out. Also, please share your views on the same. Let me also know whether the code can be merged to 2.4 officially or not. I know this list is

Re: [linux-usb-devel] Porting usbtest to 2.4.x

2005-11-14 Thread David Brownell
On Monday 14 November 2005 7:07 pm, Alan Stern wrote: On Mon, 14 Nov 2005, Iqbal wrote: Hi, I am back porting 2.6 usbtest to 2.4.x. I don't find any documentation, if there are any please point me out. Also, please share your views on the same. Let me also know whether the code can

[linux-usb-devel] Fw: USB handoff, irq 193: nobody cared!

2005-11-14 Thread Andrew Morton
Begin forwarded message: Date: Mon, 14 Nov 2005 17:14:06 -0800 From: Michael Madore [EMAIL PROTECTED] To: linux-kernel@vger.kernel.org Subject: USB handoff, irq 193: nobody cared! Hi, I'm getting the following errors in my kernel log with 2.6.14: Nov 14 09:27:06 asl95 kernel: ACPI: PCI

Re: [linux-usb-devel] HELP: Problem with HP Laserjet 1022 and USB in Linux 2.6.12

2005-11-14 Thread Neil Brown
On Saturday November 12, [EMAIL PROTECTED] wrote: Maybe the printer is very sensitive to timing and the extra time it takes the HC to walk this pointers makes a difference??? I'm not sure I believe that, but it is the only explanation I can come up with so far. Unfortunately it doesn't

Re: [linux-usb-devel] USB stack hangs after sporadic disconnect

2005-11-14 Thread Jan Kiszka
Alan Stern wrote: ... The hang is almost certainly caused by the device's driver. Apparently its disconnect method is not returning. Since that routine is called by the main hub driver and with a lock held, this means that most other major activities of the USB stack will be blocked as