Re: [linux-usb-devel] [patch 2.6.7] usbfs honors mount options again

2004-07-14 Thread Greg KH
On Wed, Jul 14, 2004 at 06:05:43PM +0200, Domen Puncer wrote: > Hi. > > This is a potential fix for http://bugme.osdl.org/show_bug.cgi?id=1418 > (usbfs does not honor devgid and friends). Oh, that bug sat there for months, and then, within 1 week, 2 fixes for it. Pretty funny... Anyway, sorry,

[linux-usb-devel] Mail delivery failed: returning message to sender

2004-07-14 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [EMAIL PROTECTED] This message has been rejected because it has a potentially e

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.32, 2004/07/14 15:06:33-07:00, [EMAIL PROTECTED] [PATCH] USB: usbserial/ipaq update However, attached I provide you a patch against 2.6.7 which should add the ASUS A620 PDA to the ipaq Kernel module. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.25, 2004/07/14 15:00:36-07:00, [EMAIL PROTECTED] [PATCH] USB: usb ethernet gadget, minor fixes + basic OTG support Update CDC Ethernet/RNDIS gadget driver to the latest: - Basics of OTG support: providing the OTG descriptor in each configuration (as needed). N

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.15, 2004/07/14 14:48:19-07:00, [EMAIL PROTECTED] [PATCH] USB: Allow NULL argument in usb_unlink_urb() and usb_kill_urb() It makes sense for APIs involved in cleanup activities (like kfree()) to accept NULL arguments. Doing so frees drivers from the responsibility of checking

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.33, 2004/07/14 15:06:51-07:00, [EMAIL PROTECTED] [PATCH] USB: usb/core/hcd.c::usb_init() missing audit. Signed-off-by: Luiz Capitulino <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/hcd.c |4 ++-- drivers/usb/core/usb.c |5

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.5, 2004/07/14 14:41:28-07:00, [EMAIL PROTECTED] [PATCH] USB: Store pointer to usb_device in private hub structure This patch adds a pointer to the hub's usb_device into the usb_hub private structure. It's a small change, and permits a small amount of simplification in a few s

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.23, 2004/07/14 15:00:02-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadget API updates Gadget API updates, including new features: - Adds several new optional calls that can be made to the USB peripheral controller: * VBUS session reporting, for use m

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.3, 2004/07/14 14:29:19-07:00, [EMAIL PROTECTED] [PATCH] USB: Make hub driver use usb_kill_urb() This is a rerun of as278, updated to match the current source. It changes the hub driver, replacing calls to synchronous usb_unlink_urb() with usb_kill_urb() and removing the machi

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.24, 2004/07/14 15:00:19-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadget zero, basic OTG updates This patch teaches "gadget zero" enough about OTG to pass simple USBCV tests, mostly by including OTG descriptors in each configuration. It tests and reports OTG status, as report

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.27, 2004/07/14 15:01:31-07:00, [EMAIL PROTECTED] [PATCH] USB: change all usbserial drivers to use module_param() Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/belkin_sa.c |3 +-- drivers/usb/serial/cyberjack.c |3 +-- drivers/u

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.31, 2004/07/14 15:06:15-07:00, [EMAIL PROTECTED] [PATCH] USB: unusual_devs.h update added another device to unusual_devs.h. Its a Sony Clie PEG-675C. Now I can mount the memory stick. cat /proc/bus/usb/devices T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 18 Spd=12 MxCh= 0

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.10, 2004/07/14 14:46:38-07:00, [EMAIL PROTECTED] [PATCH] USB: Trivial fix to include/linux/usb.h Hi Greg! I am compiling allmodconfig with some extra gcc warnings enabled (-W -Wno-unused -Wno-sign-compare -Winline -Wundef) and got this one: CC [M] security/root_plug.o In

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.34, 2004/07/14 15:07:09-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio debug trace for TIOCMSET Someone spotted that ftdi_sio outputs a debug trace for TIOCMGET, but not for TIOCMSET, so this patch adds a debug trace for TIOCMSET too. Signed off by: Ian Abbott <[EMAIL PROTECT

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.30, 2004/07/14 15:02:24-07:00, [EMAIL PROTECTED] [PATCH] USB: fix SN9C10[12] driver for ia64 On Sun, Jul 11, Luca Risolia wrote: > This single patch contains some updates and cleanups for > the W996[87]CF driver and a new experimental V4L2 driver > for SONiX SN9C10[12] PC Ca

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.35, 2004/07/14 15:07:29-07:00, [EMAIL PROTECTED] [PATCH] USB: ftdi_sio VID/PID updates Greg, This patch adds various VID/PIDs to the ftdi_sio driver that I've accumulated from the ftdi-usb-sio-devel mailing list, and one from the 2.4 kernel sources: * Interbiometrics USB I/O

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.20, 2004/07/14 14:52:49-07:00, [EMAIL PROTECTED] USB: oops, revert hub patch that wasn't supposed to make it into this patch series yet. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/hub.c | 43 ++- 1 files

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.21, 2004/07/14 14:59:25-07:00, [EMAIL PROTECTED] [PATCH] USB: usb serial gadget, add omap_udc This lets the serial gadget work with another controller. Tell serial about omap_udc. This driver still needs updating to use the endpoint autoconfig suppport; like Gadget Zero, it

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.11, 2004/07/14 14:46:59-07:00, [EMAIL PROTECTED] [PATCH] USB: Fix endianness bug in UHCI driver This patch fixes a byte-swapping error in the UHCI driver. It has been present since 2.6.6 and only got tracked down just now! Thanks a lot to Michel Roelofs for all his help and

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.6, 2004/07/14 14:42:40-07:00, [EMAIL PROTECTED] [PATCH] USB: Remove hub's children upon unbinding This patch fixes a logical hole in the hub driver. It's possible for the driver to be unbound from a hub without physically unplugging the hub. For example, writing 0 into the bC

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.22, 2004/07/14 14:59:45-07:00, [EMAIL PROTECTED] [PATCH] USB: usb gadgetfs, handle omap_udc Tell gadgetfs about omap_udc. Add some missing __user annotations. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/u

[linux-usb-devel] [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.1, 2004/07/14 14:25:56-07:00, [EMAIL PROTECTED] [PATCH] USB: add 3 Phidget device ids to the HID blacklist. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/input/hid-core.c |8 1 files changed, 8 insertions(+) diff -Nru a/drivers/usb/input/h

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.14, 2004/07/14 14:47:56-07:00, [EMAIL PROTECTED] [PATCH] USB: usb/core/file.c::usb_major_init() cleanup. This patch does a cleanup for usb/core/file.c::usb_major_init(), which is: *) in error condition, returns the error code from register_chrdev(), insted returning -EBU

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.28, 2004/07/14 15:01:49-07:00, [EMAIL PROTECTED] [PATCH] USB: remove CONFIG_USB_SERIAL_DEBUG This involved reworking the usb_serial_debug_data() function too. Based on a request from SuSE, and numerous user confusions with how to enable this option. Now that all usb-serial dr

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.17, 2004/07/14 14:51:11-07:00, [EMAIL PROTECTED] [PATCH] USB: ax8817x_unbind does not free the interrupt URB after unlinking ax8817x_unbind does not free the interrupt URB after unlinking. Noticed that the net->status already has a flag for link so my private structure variab

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.13, 2004/07/14 14:47:36-07:00, [EMAIL PROTECTED] [PATCH] USB: fix usbfs mount options ignored bug Ok here is a patch to make the mount options work. In addition to implementing the remount function, it removes the parse_options() call from usb_fill_super and adds a "ignore" f

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.39, 2004/07/14 15:08:37-07:00, [EMAIL PROTECTED] [PATCH] USB: USB w9968cf compile error On Tue, Jul 13, 2004 at 06:25:59PM -0700, Andrew Morton wrote: >... > All 252 patches: >... > bk-usb.patch >... This patch marks w9968cf_valid_depth as inline, although it's used before i

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.16, 2004/07/14 14:48:36-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet:ax8817x - use interrupt URB for link detection This patch uses the interrupt URB on the ax8817x for link detection. This allows the driver to notify userspace when link drops/comes back so it can take action

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.2, 2004/07/14 14:28:52-07:00, [EMAIL PROTECTED] [PATCH] USB: Add usb_kill_urb() This patch is a slightly revised version of as277c, updated to match the current source. The only difference from the older version is that this makes urb->use_count into an atomic_t, to avoid the

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.18, 2004/07/14 14:51:29-07:00, [EMAIL PROTECTED] [PATCH] USB: usbnet, Sitecom LN-029 ID for another AX8817x based usb2 Ethernet adapter. From: Tim Chick <[EMAIL PROTECTED]> Signed-off-by: David Brownell <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PR

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.9, 2004/07/14 14:44:50-07:00, [EMAIL PROTECTED] [PATCH] USB: fix lockup with 2.6 keyspan_pda driver I suggest to put the pointer to port instead of the pointer to the pointer to port to the workqueue data. Did that driver ever work with 2.6? Signed-off-by: Greg Kroah-Hartman

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.8, 2004/07/14 14:44:29-07:00, [EMAIL PROTECTED] [PATCH] USB: more sparse cleanups (all pretty much NULL usages.) Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/class/usb-midi.c | 16 drivers/usb/host/ehci-dbg.c |2 +- drivers/usb

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.7, 2004/07/14 14:44:09-07:00, [EMAIL PROTECTED] [PATCH] USB: fix up the wording in the emi26 firmware file to match the other kernel firmware files. Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/misc/emi26_fw.h |4 1 files changed, 4 insertions

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.29, 2004/07/14 15:02:08-07:00, [EMAIL PROTECTED] [PATCH] USB: sort the order in which the usb-serial drivers get built all other usb drivers get built in alphabetical order, why not these? Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/serial/Makefile |

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.37, 2004/07/14 15:08:05-07:00, [EMAIL PROTECTED] [PATCH] USB: W99[87]CF fix Signed-off-by: Luca Risolia <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/media/w9968cf.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nr

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.38, 2004/07/14 15:08:21-07:00, [EMAIL PROTECTED] [PATCH] USB: usb hub, don't check speed before reset Signaling (even D- vs D+ pullup) may not be stable for a while. At least one OTG root hub won't reliably (<10%) report device speed until after reset (and the OTG state trans

[linux-usb-devel] [BK PATCH] USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
Hi, Here are some USB fixes and a new driver for 2.6.8-rc1. All of these patches have been in the past few -mm releases (but the locking changes that have caused so many problems, are not included here, they need more testing...) Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.19, 2004/07/14 14:52:00-07:00, [EMAIL PROTECTED] [PATCH] USB: misc ohci tweaks Various minor OHCI tweaks; - Fix osdl bugid=2503 by: * Change needlessly-scarey message (WARN_ON dumps stack) * Tries cleaning up, as if it's just IRQ lossage. - Force IRQs

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.12, 2004/07/14 14:47:17-07:00, [EMAIL PROTECTED] [PATCH] USB: more sparse fixups that found a real bug in the se401 driver Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/media/se401.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a

[linux-usb-devel] Re: [PATCH] More USB patches for 2.6.8-rc1

2004-07-14 Thread Greg KH
ChangeSet 1.1757.66.4, 2004/07/14 14:36:54-07:00, [EMAIL PROTECTED] [PATCH] USB: Don't ask for string descriptor lengths Okay, here's a revised patch (as332b). This tries first to ask for 255 bytes, and if that fails then it asks for the length and the full descriptor. Hopefully nobody will obj

[linux-usb-devel] Re: PATCH: (as340b) Replace nested calls to usb_lock_device()

2004-07-14 Thread Alan Stern
On Wed, 14 Jul 2004, Greg KH wrote: > So I don't have to apply your previous as340 patch then, just this one, > right? That's right, this is a new version of as340. Alan Stern --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE

[linux-usb-devel] Re: [patch] 2.6.8-rc1-mm1: USB w9968cf compile error

2004-07-14 Thread Adrian Bunk
On Wed, Jul 14, 2004 at 08:49:53PM +0200, Adrian Bunk wrote: >... > This patch moves w9968cf_valid_depth above it's first user (it also uses s/uses/moves/ > two other functions to keep the ordering of functions a bit more > consistent). >... cu Adrian -- "Is there not promise of rain

[linux-usb-devel] Re: [patch] 2.6.8-rc1-mm1: USB w9968cf compile error

2004-07-14 Thread Greg KH
On Wed, Jul 14, 2004 at 08:49:53PM +0200, Adrian Bunk wrote: > On Tue, Jul 13, 2004 at 06:25:59PM -0700, Andrew Morton wrote: > >... > > All 252 patches: > >... > > bk-usb.patch > >... > > This patch marks w9968cf_valid_depth as inline, although it's used > before it's defined. Looks good, appli

[linux-usb-devel] Re: PATCH: (as340b) Replace nested calls to usb_lock_device()

2004-07-14 Thread Greg KH
On Wed, Jul 14, 2004 at 02:21:12PM -0400, Alan Stern wrote: > Greg: > > This is a reworked version of the earlier patch that used nonstandard > rwsem semantics. So I don't have to apply your previous as340 patch then, just this one, right? thanks, greg k-h

[linux-usb-devel] Re: [PATCH 2.6.7] usb hub, don't check speed before reset

2004-07-14 Thread Greg KH
On Tue, Jul 13, 2004 at 05:24:02PM -0700, David Brownell wrote: > Signaling (even D- vs D+ pullup) may not be stable > for a while. Applied, thanks. greg k-h --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE

Re: [linux-usb-devel] [PATCH 2.6.7-mm7] Updates for W99[87]CF and new SN9C10[12] driver

2004-07-14 Thread Greg KH
On Wed, Jul 14, 2004 at 01:10:48AM +0200, Luca Risolia wrote: > Another one for the W996[87]CF: Applied, thanks. greg k-h --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy

[linux-usb-devel] Re: [PATCH 2.6.7] usb host side updates, mostly for suspend

2004-07-14 Thread Greg KH
On Tue, Jul 13, 2004 at 11:44:19AM -0700, David Brownell wrote: > This includes the part of the CONFIG_USB_SUSPEND patch that > updates plumbing connections, along with a few minor updates to > help support OTG. > > I hope to get the rest of the USB_SUSPEND patch to you later > this week. It's a

[linux-usb-devel] Re: [patch 1/1] w9968cf build fix

2004-07-14 Thread Greg KH
On Tue, Jul 13, 2004 at 04:20:47PM -0700, [EMAIL PROTECTED] wrote: > > > In file included from drivers/usb/media/w9968cf.h:35, > from drivers/usb/media/w9968cf.c:48: > include/asm/rwsem.h:55: redefinition of `struct rw_semaphore' > In file included from drivers/usb/media/w9968cf.

[linux-usb-devel] PATCH: (as346) Add missing cleanup to usb_register_root_hub()

2004-07-14 Thread Alan Stern
Greg: This patch adds some simple cleanups that are missing for one of the error case in usb_register_root_hub(). I would be very surprised if this code ever gets executed, but we might as well be correct. Please apply. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> = drivers/

[linux-usb-devel] PATCH: (as345) Use 8-byte hub status URB buffer

2004-07-14 Thread Alan Stern
Greg: This patch changes the size of the buffer allocated for each hub's status URB from 3 bytes to 8. The purpose is to avoid "babble" errors with certain buggy hubs. Although I only know of one type of device which does this, the patch does solve its problem and it adds no overhead for anyo

[linux-usb-devel] [patch] 2.6.8-rc1-mm1: USB w9968cf compile error

2004-07-14 Thread Adrian Bunk
On Tue, Jul 13, 2004 at 06:25:59PM -0700, Andrew Morton wrote: >... > All 252 patches: >... > bk-usb.patch >... This patch marks w9968cf_valid_depth as inline, although it's used before it's defined. gcc 3.4 therefore correctly fails with: <-- snip --> ... CC drivers/usb/media/w9968cf

Re: [linux-usb-devel] actual_length of iso_frame_desc is 0 in handler after usb_set_interface() call

2004-07-14 Thread Alan Stern
On Wed, 14 Jul 2004, John Que wrote: > By "After 31 interations," , I mean > There is a loop in the pwc_isoc_handler() ; which is the completion callbak. > > for (i = 0; i < urb->number_of_packets; i++) > { > fst = urb->iso_frame_desc[i].status; > flen = urb->iso_frame_desc[i].actual_lengt

[linux-usb-devel] PATCH: (as340b) Replace nested calls to usb_lock_device()

2004-07-14 Thread Alan Stern
Greg: This is a reworked version of the earlier patch that used nonstandard rwsem semantics. Unlike that one, this patch doesn't change any semantics and doesn't allow writers to be starved by readers. Instead, nested calls to usb_lock_device() are replaced with calls to down(&udev->serialize),

[linux-usb-devel] Re: My patched source for drivers/usb/core/hub.c

2004-07-14 Thread Alan Stern
On Wed, 14 Jul 2004, Jesse Stockall wrote: > On Wed, 2004-07-14 at 12:45, Alan Stern wrote: > > > > I want to test against > > > > bk://kernel.bkbits.net//home/gregkh/linux/gregkh-2.6 > > > > I wish you had told me that, when I emailed you saying: > "Sure, I'll give them a try this evening. I

Re: [linux-usb-devel] actual_length of iso_frame_desc is 0 in handler after usb_set_interface() call

2004-07-14 Thread John Que
Hello, Thnxs. Clarification: Along all the way: When I mention "actual_length" I mean urb->iso_frame_desc[n].actual_length. Likewise, "status" refer to "urb->iso_frame_desc[n].status". I agree that I was not precise in this point. By "After 31 interations," , I mean There is a loop in the pwc_isoc_

[linux-usb-devel] divert: no divert_blk to free, ppp0 not ethernet

2004-07-14 Thread Karuna Kandasamy
Hello, I receive the following after connecting to my ISP using ppp. I connect fine, but noticed these messages in dmesg: divert: no divert_blk to free, ppp0 not ethernet divert: not allocating divert_blk for non-ethernet device ppp0 I am running: Red Hat Linux release 9 Linux versi

[linux-usb-devel] no divert_blk to free, ppp0 not ethernet

2004-07-14 Thread Karuna Kandasamy
Hello, I receive the following after connecting to my ISP using ppp. I connect fine, but noticed these messages in dmesg: divert: no divert_blk to free, ppp0 not ethernet divert: not allocating divert_blk for non-ethernet device ppp0 I am running: Red Hat Linux release 9 Linux versi

[linux-usb-devel] Re: My patched source for drivers/usb/core/hub.c

2004-07-14 Thread Jesse Stockall
On Wed, 2004-07-14 at 12:45, Alan Stern wrote: > > I want to test against > > bk://kernel.bkbits.net//home/gregkh/linux/gregkh-2.6 > I wish you had told me that, when I emailed you saying: "Sure, I'll give them a try this evening. I assume they are against mm6" Jesse -- Jesse Stockall <[EMAI

[linux-usb-devel] Re: My patched source for drivers/usb/core/hub.c

2004-07-14 Thread Alan Stern
On Wed, 14 Jul 2004, Jesse Stockall wrote: > On Wed, 2004-07-14 at 11:24, Alan Stern wrote: > > On Wed, 14 Jul 2004, Jesse Stockall wrote: > > > > > I'm working off 2.6.7-mm6, your tree appears to be quite different. > > > > > > Diff is attached > > > > It looks like your kernel is missing 3 or

[linux-usb-devel] Re: [Linux-usb-users] lockup problem on 12-port USB system

2004-07-14 Thread Alan Stern
I'm copying this to the linux-usb-devel mailing list for you, because other people on that mailing list know more about how the EHCI driver works than I do. For those interested, the thread starts with http://marc.theaimsgroup.com/?l=linux-usb-users&m=108974899223967&w=2 Alan Stern On Wed, 14

[linux-usb-devel] [patch 2.6.7] usbfs honors mount options again

2004-07-14 Thread Domen Puncer
Hi. This is a potential fix for http://bugme.osdl.org/show_bug.cgi?id=1418 (usbfs does not honor devgid and friends). I created usb_apply_options, which does all the work. I am not too sure about dentry locking (!), but mount/umount loop while pluging and unpluging my webcam didn't do anything wi

[linux-usb-devel] Re: My patched source for drivers/usb/core/hub.c

2004-07-14 Thread Jesse Stockall
On Wed, 2004-07-14 at 11:24, Alan Stern wrote: > On Wed, 14 Jul 2004, Jesse Stockall wrote: > > > I'm working off 2.6.7-mm6, your tree appears to be quite different. > > > > Diff is attached > > It looks like your kernel is missing 3 or 4 patches that are in mine, > maybe more. I guess it's no

[linux-usb-devel] Re: My patched source for drivers/usb/core/hub.c

2004-07-14 Thread Alan Stern
On Wed, 14 Jul 2004, Jesse Stockall wrote: > I'm working off 2.6.7-mm6, your tree appears to be quite different. > > Diff is attached It looks like your kernel is missing 3 or 4 patches that are in mine, maybe more. I guess it's not worthwhile asking you to test this any more. Thanks for your

Re: [linux-usb-devel] actual_length of iso_frame_desc is 0 in handler after usb_set_interface() call

2004-07-14 Thread Alan Stern
On Wed, 14 Jul 2004, John Que wrote: > Hello, > > I am working with usb pwc webcam driver. > > I am trying to set alternate setting different than the > default one. > > To achieve it,I had tried to call usb_set_interface() > with altenate setting 1 (different than default.) > > The usb_set_in

Re: [linux-usb-devel] Re: 2.6.7-mm6 - USB problems

2004-07-14 Thread Alan Stern
On Tue, 13 Jul 2004, Jesse Stockall wrote: > > The problem shows up clearly in your "dmesg" file; something is calling > > usb_unlock_device() without calling usb_lock_device() first. > > Unfortunately the diagnostic patch didn't include a dump_stack() call in > > usb_unlock_device(), so I can

[linux-usb-devel] HID device with ST72F623 read problem

2004-07-14 Thread pablozrudnika
Hi everybody! I'm trying to write an application which communicates with my test HID device. I'm working with ST72F623 chip from ST. This device uses HID library and it's based on USB to serial bridge project from ST. I've written a very simple source code to communicate with it: int main(void)

[linux-usb-devel] isp1161 USB HCD crash my system

2004-07-14 Thread lin min
hi,all I use isp1161 to cat image with logitech webcam ,and I modify the HCD consult the Tango version.And I got those imformations when I cated image. Unable to handle kernel paging request at virtual address c40033d0 pgd = c000c000 *pgd = , *pmd = Internal error: Oops: 0 CP

[linux-usb-devel] double buffering iso urbs in hfc_usb.c

2004-07-14 Thread Martin Bachem
Hi, I'm currently debugging linux-2.6.7/drivers/isdn/hisax/hfc_usb.c ... this is an ISDN TA using three int-in endpoints and three iso-out endpoints. the iso-out endpoints are using double buffered urbs to have seamless iso traffic. hfc_usb.c (lines 1287 to 1289) is calling three times start_iso

Re: [linux-usb-devel] PL2303 driver broken in 2.6.7

2004-07-14 Thread Olaf Hering
On Tue, Jul 13, Al Borchers wrote: > Olaf -- > > Olaf Hering wrote: > >Thanks Al!. Works perfectly, even with agetty. > > Good news! Thanks for testing it. > > Greg, would you accept this patch? It is the > same code we use in the io_ti driver and similar > to the gadget serial code. I gues

[linux-usb-devel] actual_length of iso_frame_desc is 0 in handler after usb_set_interface() call

2004-07-14 Thread John Que
Hello, I am working with usb pwc webcam driver. I am trying to set alternate setting different than the default one. To achieve it,I had tried to call usb_set_interface() with altenate setting 1 (different than default.) The usb_set_interface() call succeeds (I can verify it by making another call