[linux-usb-devel] Creative webcam NX driver?

2003-12-22 Thread Andreas Rueckert
Hi! Is anyone already working on a driver for the Creative Webcam NX? It's sold for 22 Euros here now, so I guess it's one of the cheapest cams you can get at the moment... http://us.creative.com/products/product.asp?category=5&subcategory=32&product=627 TIA, Andreas --

[linux-usb-devel] Réf. : Re: hiddev patch : disable hiddev support for MGE UPSs

2003-12-22 Thread arnaud . quette
On Tue, Dec 16, 2003 at 09:29:39AM +0100, [EMAIL PROTECTED] wrote: > > > Hi folks, > > following my recent posts on libusb-devel and hidups, here's > a patch to disable hiddev support for MGE UPSs. It only > declares VID/PID as QUIRK_IGNORE in hid-core's blacklist. > This simply prevent hiddev to

[linux-usb-devel] Solved - Fwd: USB Storage message with Optio S4 Pentax camera.

2003-12-22 Thread Joan Miquel Torres Rigo
I'm sorry. It's possible that you already knew this problem and that it had been solved. I really didn't fount nothing about before. Today I found good patch in kernel.org tree: http://kernel.org/pub/linux/kernel/people/gregkh/usb/2.6/2.6.0-test11/ usb-rollup-2.6.0-test11.patch (short link: ht

[linux-usb-devel] Re: changing allocation of URBs for 2.7

2003-12-22 Thread David Brownell
Oliver Neukum wrote: Hi David, as you might remember we discussed moving memory allocations from the usb_submit_urb() path to usb_alloc_urb() to speed up the former codepath. Yes, there can be both controller-specific (urb->hcpriv) allocations and transfer-specific ones (a TD, sometimes more than

Re: [linux-usb-devel] usb zip/mass storage complete failure (bug?[show-stopper/crit])

2003-12-22 Thread Alan Stern
On Mon, 22 Dec 2003, Anthony de Almeida Lopes wrote: > Dec 21 21:11:48 [kernel] Manufacturer: Iomega > Dec 21 21:11:48 [kernel] Product: USB Zip 100 > Dec 21 21:11:48 [kernel] SerialNumber: 00334535E9973823 > Dec 21 21:11:48 [kernel] hub.c: port 3, portstatus 303, change 0, 1.5 Mb/s > Dec 21 21:11

[linux-usb-devel] Kernel Assumptions

2003-12-22 Thread David Meggy
This morning, I've been looking at code for the some of the USB gadget drivers, and I've noticed that pointers are assumed to be null initially. This line is an example from the goku driver of a global pointer. static struct goku_udc *the_controller; The first time it is used in an if clause tha

[linux-usb-devel] Treo 600 drivers

2003-12-22 Thread Michael Waite
Has any one had any luck building a driver for 2.4.x Linux for the Handspring Treo 600? I saw an old thread dated 17 Oct 2003 but there did not seem to be a clear resolution. Thanks. --Mike -- Michael Waite [EMAIL PROTECTED] Office: 978-692-3113 ext 23229 Cell: 978-943-9042 ---

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2003-12-22 Thread Rogério Brito
On Dec 11 2003, Rogério Brito wrote: > Ok, I grabbed this program and installed it (I think that I got that > part right), but holy $DEITY, it generates *huge* amounts of logging! > > I put a (bzip2) compressed copy of the log at my homepage: >

Re: [linux-usb-devel] Kernel Assumptions

2003-12-22 Thread David Brownell
David Meggy wrote: The first time it is used in an if clause that checks to see if it is NULL or not. Is it safe to assume that when a module is loaded that the kernel will set it's global data to NULL? Yes, ANSI C guarantees that. And there was some recent discussion on LKML contrasting that to

Re: [linux-usb-devel] Treo 600 drivers

2003-12-22 Thread Greg KH
On Mon, Dec 22, 2003 at 02:28:43PM -0500, Michael Waite wrote: > Has any one had any luck building a driver for 2.4.x Linux for the > Handspring Treo 600? > I saw an old thread dated 17 Oct 2003 but there did not seem to be a > clear resolution. Should work just fine on 2.4.23. Have you tried tha

Re: [linux-usb-devel] [BUG] Still having problems with an USB Drive

2003-12-22 Thread Alan Stern
On Mon, 22 Dec 2003, Rogério Brito wrote: > On Dec 11 2003, Rogério Brito wrote: > > Ok, I grabbed this program and installed it (I think that I got that > > part right), but holy $DEITY, it generates *huge* amounts of logging! > > > > I put a (bzip2) compressed copy of the log at my homepage: >

Re: [linux-usb-devel] usb zip/mass storage complete failure (bug?[show-stopper/crit])

2003-12-22 Thread Anthony de Almeida Lopes
I just wanted to say I've moved completely to 2.6, I got it to work with my other stuff (including ppp.) So let me know what your need exactly. Maybe the SCSI loggining facility would help? I'll take a look at it. *tony > Okay I've turned verbose on USB, USB MassStorage and SCSI... > Th