[linux-usb-devel] ALERT - GroupShield ticket number OA1732_1056608661_CVO-EXCHANGE_1 was generated

2003-06-25 Thread GroupShield for Exchange (CVO-EXCHANGE)
Action Taken: The attachment was deleted from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent: -1806919552,29572011 Subject: [linux-usb-devel] Re: Application Attac

[linux-usb-devel] ALERT - GroupShield ticket number OA1729_1056606743_CVO-EXCHANGE_1 was generated

2003-06-25 Thread GroupShield for Exchange (CVO-EXCHANGE)
Action Taken: The attachment was deleted from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent: 487916928,29572007 Subject: [linux-usb-devel] Re: Movie Attachment De

[linux-usb-devel] Undelivered Mail Returned to Sender

2003-06-25 Thread Mail Delivery System
This is the Postfix program at host cs.usask.ca. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from th

[linux-usb-devel] ALERT - GroupShield ticket number OA1727_1056602844_CVO-EXCHANGE_1 was generated

2003-06-25 Thread GroupShield for Exchange (CVO-EXCHANGE)
Action Taken: The attachment was deleted from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: Mail Delivery Subsystem <[EMAIL PROTECTED]> Sent: 152622592,29571998 Subject: Attachment Details:- Attachment N

[linux-usb-devel] ALERT - GroupShield ticket number OA1718_1056591983_CVO-EXCHANGE_1 was generated

2003-06-25 Thread GroupShield for Exchange (CVO-EXCHANGE)
Action Taken: The attachment was deleted from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent: -1083195008,29571972 Subject: [linux-usb-devel] Re: Application Attac

[linux-usb-devel] ALERT - GroupShield ticket number OA1715_1056588382_CVO-EXCHANGE_1 was generated

2003-06-25 Thread GroupShield for Exchange (CVO-EXCHANGE)
Action Taken: The attachment was deleted from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent: 1561510656,29571964 Subject: [linux-usb-devel] Re: Movie Attachment D

Re: [linux-usb-devel] host controller process error: who done it?

2003-06-25 Thread Johannes Erdfelt
On Wed, Jun 25, 2003, Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 25 Jun 2003, Johannes Erdfelt wrote: > > > I think your analysis is right on target. > > > > I think your proposed fix is correct, but the implementation will be > > tricky. We store TDs in the URB because the TDs for Interrupt

Re: [linux-usb-devel] host controller process error: who done it?

2003-06-25 Thread Alan Stern
On Wed, 25 Jun 2003, Johannes Erdfelt wrote: > I think your analysis is right on target. > > I think your proposed fix is correct, but the implementation will be > tricky. We store TDs in the URB because the TDs for Interrupt and > Isochronous URBs don't have a QH. There's no reason we can't use

[linux-usb-devel] [PATCH] for 2.4.21 : zaurus SL-C700

2003-06-25 Thread JOUANNE Mickael
Hello. This is a patch for usbnet for working with Zaurus SL-C700. The productid is different from other Zaurus, so i add an entry for it :) -- Mickaël GRIGOUZE [EMAIL PROTECTED] ICQ : 42799256 *** \-/ *** In a World Without Fences Who Needs Gates *** \-/ *** --- linux/driv

[linux-usb-devel] [PATCH] for 2.5.73 : zaurus SL-C700

2003-06-25 Thread JOUANNE Mickael
Hello. This is a patch for usbnet for working with Zaurus SL-C700. The productid is different from other Zaurus, so i add an entry for it :) -- Mickaël JOUANNE [EMAIL PROTECTED] ICQ : 42799256 *** \-/ *** In a World Without Fences Who Needs Gates *** \-/ *** --- linux-2.5.73.ori

Re: [linux-usb-devel] unneeded SubClass and Protocol entries

2003-06-25 Thread Alan Stern
On Wed, 25 Jun 2003, David Panofsky wrote: > Hello, > > I found this message in my syslogs, and figured I'd send them along as > requested. I wasn't sure what information would be helpful, so I included some > extra lines. > > Thanks, > dave panofsky. Thanks for the info. It will help

Re: [linux-usb-devel] can usb_disconnect pre-empt?

2003-06-25 Thread Alan Stern
On Wed, 25 Jun 2003, Tuukka Toivonen wrote: > Alan Stern wrote: > >Look at usb-skeleton.c. Exactly this problem was corrected there by > >adding a static lock a couple of months ago. > > Thanks for the tip. Although my intention was not to ask how to fix the > bug, but point out that ov511.c app

Re: [linux-usb-devel] host controller process error: who done it?

2003-06-25 Thread Johannes Erdfelt
On Wed, Jun 25, 2003, Alan Stern <[EMAIL PROTECTED]> wrote: > On Mon, 23 Jun 2003, Duncan Sands wrote: > > > On Sunday 22 June 2003 02:00, Johannes Erdfelt wrote: > > > On Sun, Jun 22, 2003, Duncan Sands <[EMAIL PROTECTED]> wrote: > > > > > > > > I have tracked the problem down further. What happ

Re: [linux-usb-devel] host controller process error: who done it?

2003-06-25 Thread Alan Stern
On Mon, 23 Jun 2003, Duncan Sands wrote: > On Sunday 22 June 2003 02:00, Johannes Erdfelt wrote: > > On Sun, Jun 22, 2003, Duncan Sands <[EMAIL PROTECTED]> wrote: > > > > > > I have tracked the problem down further. What happens is that the > > > host controller is still reading a TD when uhci_fr

[linux-usb-devel] unneeded SubClass and Protocol entries

2003-06-25 Thread David Panofsky
Hello, I found this message in my syslogs, and figured I'd send them along as requested. I wasn't sure what information would be helpful, so I included some extra lines. Thanks, dave panofsky. --- begin syslog snippet --- usb 5-2: usb_new_device - registering interface 5-2:0 drivers/usb/

Re: [linux-usb-devel] can usb_disconnect pre-empt?

2003-06-25 Thread Tuukka Toivonen
Alan Stern wrote: >Look at usb-skeleton.c. Exactly this problem was corrected there by >adding a static lock a couple of months ago. Thanks for the tip. Although my intention was not to ask how to fix the bug, but point out that ov511.c appears to be buggy. If people agree, I can try fixing it.

[linux-usb-devel] Re: [BUG] hiddev does not support Report Count > 1 (Re: HID & Hiddev troubles (write))

2003-06-25 Thread Jackson Chan
> One solution is to redefine hiddev_usage_ref::usage_index as a value > index, and change hiddev_ioctl() to compare it against > field->report_count instead of field->maxusage. In this case the field > name will become incorrect, but there should be no binary > compatibility issues - the call will

[linux-usb-devel] Philips ISP1362

2003-06-25 Thread Jeff Lackey
Hi, Is anyone using the Philips ISP1362 Linux Stack? I've been trying to get this driver (ver. 1.0) to work on a PXA255 system. Control and bulk transfers work fine but isochronous does not. I've been testing ISO transfers with a Creative Labs camera that uses the OV511 driver. Has anyone succ

Re: [linux-usb-devel] can usb_disconnect pre-empt?

2003-06-25 Thread Oliver Neukum
Am Mittwoch, 25. Juni 2003 14:33 schrieb Tuukka Toivonen: > On Mon, 23 Jun 2003, Oliver Neukum wrote: > >> >> If usb_disconnect() can happen while already executing in open(), and > >> >> if the former frees the data structures used by the driver, then the > >> >> latter call might continue working

Re: [linux-usb-devel] EHCI vs USB-MSD - Problems recgonizing medias

2003-06-25 Thread David Brownell
I'm glad that's working for you! Is this the result of a single-patch (mini-patch) or of the complete patch-set in 2.4.22-pre1? I have searched the usb-devel-ml archives but could not find that "mini-patch" - if somebody could point me to it this would be very welcome. Actually "micro-patch": h

[linux-usb-devel] Re: PATCH: (as31) USB root hub polling stops after suspend

2003-06-25 Thread Alan Stern
On Wed, 25 Jun 2003, Paul Mackerras wrote: > Sorry I didn't get back to you earlier about this one. > > Unfortunately this patch doesn't work for me. With this patch (which > is now in Linus' tree), my powerbook laptop will hang during the > suspend process and not actually go to sleep. It hang

Re: [linux-usb-devel] can usb_disconnect pre-empt?

2003-06-25 Thread Alan Stern
On Wed, 25 Jun 2003, Tuukka Toivonen wrote: > On Mon, 23 Jun 2003, Oliver Neukum wrote: > > >> >> If usb_disconnect() can happen while already executing in open(), and if > >> >> the former frees the data structures used by the driver, then the latter > >> >> call might continue working with alre

Re: [linux-usb-devel] kernel NULL pointer at unpluging pwc webcam

2003-06-25 Thread Detlef Schmicker \(Siebertz Electronic GmbH\)
This patch results in: ksymoops 2.4.9 on i586 2.4.21. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.21/ (default) -m /root/linux-2.4.21/System.map (specified) Jun 25 21:05:29 linux kernel: Unable to handle kernel paging

Re: [linux-usb-devel] kernel NULL pointer at unpluging pwc webcam

2003-06-25 Thread Oliver Neukum
Am Mittwoch, 25. Juni 2003 14:33 schrieb Detlef Schmicker (Siebertz Electronic GmbH): > Thanks a lot, > > I added this patch and I introduced one line in videodev.c: > > static int video_release(struct inode *inode, struct file *file) > { > struct video_device *vfl; > struct module

Re: [linux-usb-devel] kernel NULL pointer at unpluging pwc webcam

2003-06-25 Thread Detlef Schmicker \(Siebertz Electronic GmbH\)
Thanks a lot, I added this patch and I introduced one line in videodev.c: static int video_release(struct inode *inode, struct file *file) { struct video_device *vfl; struct module *owner; vfl = video_devdata(file); if (!vfl) return -EINVAL; (last line) Now I

Re: [linux-usb-devel] can usb_disconnect pre-empt?

2003-06-25 Thread Tuukka Toivonen
On Mon, 23 Jun 2003, Oliver Neukum wrote: >> >> If usb_disconnect() can happen while already executing in open(), and if >> >> the former frees the data structures used by the driver, then the latter >> >> call might continue working with already freed memory region which could >> >> lead to catas

[linux-usb-devel] Re: [BUG] hiddev does not support Report Count > 1 (Re: HID & Hiddev troubles (write))

2003-06-25 Thread Sergey Vlasov
On Mon, 23 Jun 2003 17:25:10 -0600 Jackson Chan <[EMAIL PROTECTED]> wrote: > Sergey, I think you are right about the bug. > > > This looks like a bug/misfeature in hiddev(output) - it does not support > items > > with Report Count > 1 (when the number of usages for a data item is less > than th

Re: [linux-usb-devel] kernel NULL pointer at unpluging pwc webcam

2003-06-25 Thread Oliver Neukum
Am Mittwoch, 25. Juni 2003 12:40 schrieb Detlef Schmicker (Siebertz Electronic GmbH): > Thanks, > > it changed the behaviour: Shit, somebody has broken videodev.c thoroughly. Here's a further patch to be applied in addition to thze first one. HTH Oliver You can import th

[linux-usb-devel] USB mass-storage class bootability specification

2003-06-25 Thread Ilia A. Petrov
hello, i'm looking for USB mass-storage class bootability specification. does anybody know something where can i get it, or may be someone have a copy? i wasn't able to found anything about it at usb.org except that it is version 0.6 so it is not published at official web site :( ---

Re: [linux-usb-devel] kernel NULL pointer at unpluging pwc webcam

2003-06-25 Thread Oliver Neukum
Am Mittwoch, 25. Juni 2003 10:56 schrieb Detlef Schmicker \(Siebertz Electronic GmbH\): > I had a missconfiguration with nm on my system (I am very sorry): > > Now I have a somewhat better ksymoops of the problem (Linux Kernel 2.4.21) OK. Does the included patch fix it? Regards

Re: [linux-usb-devel] kernel NULL pointer at unpluging pwc webcam

2003-06-25 Thread Detlef Schmicker \(Siebertz Electronic GmbH\)
I had a missconfiguration with nm on my system (I am very sorry): Now I have a somewhat better ksymoops of the problem (Linux Kernel 2.4.21) ksymoops 2.4.9 on i586 2.4.21. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.21/ (d

Re: [linux-usb-devel] kernel NULL pointer at unpluging pwc webcam

2003-06-25 Thread Detlef Schmicker \(Siebertz Electronic GmbH\)
Thanks a lot for the response: I use kernel 2.4.21 I am not too experienced with ksymoops: I got Jun 25 15:56:09 linux kernel: Unable to handle kernel NULL pointer dereference at virtual address 0048 Jun 25 15:56:09 linux kernel: c4b7b377 Jun 25 15:56:09 linux kernel: *pde = Jun 25

Re: [linux-usb-devel] EHCI vs USB-MSD - Problems recgonizing medias

2003-06-25 Thread Andreas Pfaffeneder - SCM PC-CARD GmbH
Am Die, 2003-06-24 um 18.03 schrieb David Brownell: > Yes make sure you've got that "mini-patch"; no it's not in -ac1. > Marcelo's 2.4.22-pre1 has it though, as does 2.5.73 ... Dear Dave, thank you, this maked the reader work fine again. If anybody is interested in debugging-output: http://www.