Re: [linux-usb-devel] What about NO_FSBR in acm

2001-06-16 Thread Pavel Machek
Hi! https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=39238 I think I'll just take that flag off from the read URB for us. ...and you get 5x slowdown on PCI bandwidth when using modem... Users prefer 5x slowdown to not working modem, evidently. People all over the world

Re: [linux-usb-devel] 3com HomeConnect users out there?

2001-06-16 Thread Pavel Machek
Hi! I have been so busy that I haven't had a chance to look at it again. Looks like not much more information has been gathered other than what I and John Willis determined last year. The color picture is going to be a bear. Hopefully someone familiar with yuv can look at it and see if

[linux-usb-devel] Bug in hid-core.c (2.4.5-ac9)

2001-06-16 Thread EJ
Hi, I'm developing code to configure my AipTek USB tablet, and I've stumbled on two omissions in the hid code. Most importantly, the device-hiddev structure is not initialized, so it results in null pointer errors. Secondly, usb_get_report does return 0 for ok, and 0 for error, and not the

[linux-usb-devel] Bug in hiddev.c (2.4.5-ac9) [patch]

2001-06-16 Thread EJ
Hi, I forgot to include the patch to hid-core.c EJ hid-core.c.diff

Re: [linux-usb-devel] FILL_INT_URB for interrupt endpoints driver structre.

2001-06-16 Thread Greg KH
On Sat, Jun 16, 2001 at 02:48:39PM +0200, Wolfgang Mües wrote: By the way: is it a common agreement that dabusb.c is a reference driver for usb devices as suggested in Programming Guide for Linux USB Device Drivers at http://usb.cs.tum.edu ? Another reference driver is the usb-skeleton.c

Re: [linux-usb-devel] FILL_INT_URB for interrupt endpoints driver structre.

2001-06-16 Thread Georg Acher
On Sat, Jun 16, 2001 at 02:48:39PM +0200, Wolfgang Mües wrote: In dabusb.c, I have seen some statical allocated URBs inside the driver data structures. I assume that these are not the only ones without initialized lock Where? Don't mix this up with the purb_t definition, that is a

Re: [linux-usb-devel] FILL_INT_URB for interrupt endpoints driver structre.

2001-06-16 Thread Wolfgang Mües
On Saturday, 16. June 2001 18:50, Georg Acher wrote: On Sat, Jun 16, 2001 at 02:48:39PM +0200, Wolfgang Mües wrote: In dabusb.c, I have seen some statical allocated URBs inside the driver data structures. I assume that these are not the only ones without initialized lock Where?

Re: [linux-usb-devel] Re: Bug in hid-core.c (2.4.5-ac9)

2001-06-16 Thread EJ
vp I'm developing code to configure my AipTek USB tablet, and I've vp stumbled on two omissions in the hid code. Most importantly, the vp device-hiddev structure is not initialized, so it results in null vp pointer errors. vp Fixed in -ac12 or around that version. Please check always the

Re: [linux-usb-devel] Re: Bug in hid-core.c (2.4.5-ac9)

2001-06-16 Thread Vojtech Pavlik
On Sat, Jun 16, 2001 at 11:13:06PM +0200, EJ wrote: vp I'm developing code to configure my AipTek USB tablet, and I've vp stumbled on two omissions in the hid code. Most importantly, the vp device-hiddev structure is not initialized, so it results in null vp pointer errors. vp Fixed in