Re: [linux-usb-devel] [PATCH] USB: delete the bluetty driver

2005-10-29 Thread Marcel Holtmann
Hi Greg, We have a real Bluetooth system in Linux, lets finally delete this driver as no one is using it (and if they are, they are using a closed source bluetooth stack, which I can't support anyway.) I had my patch waiting for you to do this, but you were faster in submitting it to Linus.

[linux-usb-devel] [PATCH resend] Add alauda usb-storage support

2005-10-29 Thread Daniel Drake
Matt, I guess you are busy, but is there any chance you can find some time to review this in the next couple of weeks? If acceptable, I'd like to see this in 2.6.15. This patch adds another usb-storage subdriver, which supports two fairly old dual-XD/SmartMedia reader-writers (USB1.1

Re: [linux-usb-devel] [PATCH] USB: delete the bluetty driver

2005-10-29 Thread Marcel Holtmann
Hi Greg, Marcel, you owe me a beer :) Make it two if you apply the attached patch. I also updated my bluetty-2.6 repository so that you can pull this patch from it now. Regards Marcel Please pull from http://www.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetty-2.6.git This

[linux-usb-devel] lease send a copy of this message to linux-usb-devel@lists.sourceforge.net

2005-10-29 Thread Thorsten George
Hi Oct 29 20:43:54 atlantis kernel: usb 1-1.4: new full speed USB device using address 5 Oct 29 20:43:54 atlantis kernel: usb 1-1.4: Product: NEC USB UF000x Oct 29 20:43:54 atlantis kernel: usb 1-1.4: Manufacturer: NEC Oct 29 20:43:54 atlantis kernel: usb-storage: This

[linux-usb-devel] Character gadget

2005-10-29 Thread Joshua Wise
Hi all, Over the past few years, handhelds.org has been maintaining a small gadget inside of its own tree called g_char. g_char was spawned in the days before g_serial, as a response to the new USB gadget API's replacement of the old way of doing things (usb_char talking to gadget controller

[linux-usb-devel] Re: This is regarding module count usage for usbserial driver

2005-10-29 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I

Re: [linux-usb-devel] Character gadget

2005-10-29 Thread Alan Stern
On Sat, 29 Oct 2005, Joshua Wise wrote: I understand that it'll probably not be ready for a commit now, but it's a lot cleaner than it used to be. Can someone run a pair of eyes over it and tell me if anything is glaringly preventing it from going into the tree? Here are a few comments, mixed

Re: [linux-usb-devel] Character gadget

2005-10-29 Thread Joshua Wise
Here are a few comments, mixed in with your code. Thanks! #define DBUFMAX 65536 This is pretty big for a kernel buffer. You ought to be able to use something smaller. I agree. I dropped it to 8k, which is a nicer size -- It gives me about seven YMODEM-1k packets. It's not clear that these

[linux-usb-devel] Fw: [Bugme-new] [Bug 5525] New: With gentoo-sources-2.6.13-r3 usb scanner doesn't work

2005-10-29 Thread Andrew Morton
Begin forwarded message: Date: Sat, 29 Oct 2005 13:16:38 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5525] New: With gentoo-sources-2.6.13-r3 usb scanner doesn't work http://bugzilla.kernel.org/show_bug.cgi?id=5525 Summary: With

[linux-usb-devel] [PATCH] Eagle and ADI 930 usb adsl modem driver

2005-10-29 Thread matthieu castet
Hi, attached is the driver for USB ADSL modems based on the ADI eagle chipset using the usb_atm infrastructure. The managing part was taken from bsd ueagle driver, other parts were written from scratch. The driver uses the in-kernel firmware loader : - to load a first usb firmware when the

Re: [linux-usb-devel] Character gadget

2005-10-29 Thread Alan Stern
On Sat, 29 Oct 2005, Joshua Wise wrote: req-zero = (req-actual req-length); There's no point setting req-zero for an OUT transfer. Okay. I have no idea what req-zero actually does. I think I grabbed it from zero.c. Does req-zero mean send a ZLP at the end? Pretty much.

[linux-usb-devel] disabling usb input devices

2005-10-29 Thread Lengyel Gabor
Hi! I've written a kernel module that on certain conditions can disable and reenable AT and PS/2 keyboards and mice. But how should I do this properly with usb input peripherals? I've read what I could, looked at usbkbd.c, usbmouse.c, etc. but could not yet figure it out... How can I

[linux-usb-devel] USB 2.0 Bulk Transfer 1024 Bytes fails.

2005-10-29 Thread Jayaprakash Shanmugam
Hi All, We have a ISP 1561 based USB host (supports both ohci and ehci) in our board. When we have the ohci drivers for this host, we were able to transfer 1024 bytes of bulk data from the device connected to it. But, when we read the bulk data (1024 bytes) with ehci drivers installed, it