[linux-usb-devel] [MailServer Notification]Security Notification

2006-07-09 Thread Administrator
HTML_Netsky.P has been detected,and Replace has been taken on 7/9/2006 10:51:04 PM. ** Legal Disclaimer "This email may contain confidential and privileged material for the sole use of the intended recipient. Any unauthorized review, use or di

[linux-usb-devel] [PATCH] USB: Put phidgets driver in a sysfs class

2006-07-09 Thread Sean Young
Patch against 2.16.18-rc1 and relies on earlier patch for phidgetmotorcontrol. From: Sean Young <[EMAIL PROTECTED]> This patch creates a class phidget and add the drivers to them. Signed-off-by: Sean Young <[EMAIL PROTECTED]> -- diff -urpN linux-2.6.16/drivers/usb/misc/Kconfig linux-2.6.16-mc/

[linux-usb-devel] Anydata CDMA modem again

2006-07-09 Thread Jon K Hellan
> The driver is tiny, so it could be something simple. Looks like I was right. The callback to usb_fill_bulk_urb in anydata_open (l.74 in drivers/usb/serial/anydata.c) should be usb_serial_generic_read_bulk_callback, not write. With this fixed, I can talk to the modem when the anydata converter is

Re: [linux-usb-devel] [PATCH 02/11] usbcore: add usb_device_driver

2006-07-09 Thread Alan Stern
On Sun, 9 Jul 2006, Andrew Morton wrote: > Bah. I don't mind spending an hour tracking down a bug, but I'd prefer > that it not be a bug that someone has already fixed. > > Please remember that Greg's tree is my tree, so any bugs in Greg's tree are > in mine too. I'd appreciate a cc when approp

Re: [linux-usb-devel] [PATCH 02/11] usbcore: add usb_device_driver

2006-07-09 Thread Andrew Morton
On Sun, 9 Jul 2006 13:53:02 -0400 (EDT) Alan Stern <[EMAIL PROTECTED]> wrote: > On Sat, 8 Jul 2006, Andrew Morton wrote: > > > On Wed, 28 Jun 2006 11:27:40 -0400 (EDT) > > Alan Stern <[EMAIL PROTECTED]> wrote: > > > > > This patch (as732) adds a usb_device_driver structure, for representing > >

[linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-09 Thread Manuel Naranjo
Hi, Here is the patch again :) , I have made the corrections suggested by Olivier and Luiz. I have corrected what my email client was removing. Please take a look at it. Naranjo, Manuel Francisco [EMAIL PROTECTED] Signed-off-by: Naranjo, Manuel Francisco <[EMAIL PROTECTED]> diff -uprN -X linux-va

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-09 Thread Randy.Dunlap
On Sun, 9 Jul 2006 15:10:32 -0300 Naranjo Manuel Francisco wrote: > Hi, > Here is the patch again :), I have made the corrections suggested by > Olivier and Luiz. > Please take a look at it. > Naranjo, Manuel Francisco > [EMAIL PROTECTED] Something along the way (mail client/server) has split (br

[linux-usb-devel] unusual dev Sony DSC-H5

2006-07-09 Thread Lars Jacob
Hello, I had the same "Sub=ff"-problem with my DSC-H5 like some other with DSC-T1/T5. This entry to unusual_devs.h solved it. Lars cat /proc/bus/usb/devices: T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#= 4 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 2 P: Vendor=

[linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-09 Thread Naranjo Manuel Francisco
Hi, Here is the patch again :), I have made the corrections suggested by Olivier and Luiz. Please take a look at it. Naranjo, Manuel Francisco [EMAIL PROTECTED] Signed-off-by: Naranjo, Manuel Francisco <[EMAIL PROTECTED]> diff -uprN -X linux-vanilla/Documentation/dontdiff linux-vanilla/drivers/us

Re: [linux-usb-devel] sorry,the question i submitted was wrong

2006-07-09 Thread Alan Stern
On Sun, 9 Jul 2006, Peter Chen wrote: > I find my flash's speed is slower than usb,so that's > > the reason when it takes more time on vfs_write. > > my usb controller is full speed device,the speed is 6.5Mbps or so > > that speed is normal?or still can speed up? That speed is normal. The abs

Re: [linux-usb-devel] [PATCH 02/11] usbcore: add usb_device_driver

2006-07-09 Thread Alan Stern
On Sat, 8 Jul 2006, Andrew Morton wrote: > On Wed, 28 Jun 2006 11:27:40 -0400 (EDT) > Alan Stern <[EMAIL PROTECTED]> wrote: > > > This patch (as732) adds a usb_device_driver structure, for representing > > drivers that manage an entire USB device as opposed to just an interface. > > Support rou

Re: [linux-usb-devel] Why no usb_attach_kernel_driver_np() function?

2006-07-09 Thread Greg KH
On Sun, Jul 09, 2006 at 01:51:01PM +, Uwe Bonnes wrote: > Hallo, > > why is there no usb_attach_kernel_driver_np() in libusb? Try asking this on the libusb mailing list instead, you might get a better response :) thanks, greg k-h ---

[linux-usb-devel] Anydata CDMA modem again

2006-07-09 Thread Jon K Hellan
I have an Anydata USB CDMA modem which basically works for me. However, something strange is going on. The first time I plugged in the modem, the anydata module was automatically loaded - I didn't have to do any configuration. Unfortunately, I wasn't able to talk to the modem. Here's what appeared

[linux-usb-devel] Why no usb_attach_kernel_driver_np() function?

2006-07-09 Thread Uwe Bonnes
Hallo, why is there no usb_attach_kernel_driver_np() in libusb? For example with the FTDI USB2Serial chips, we can use the chip as ttyUSB via the kernel driver and as a machine for other (serial) protocolls like jtag via libusb. However if we detach the serial driver via the libusb call usb_de

[linux-usb-devel] [PATCH] USB: Add driver for PhidgetMotorControl

2006-07-09 Thread Sean Young
Patch against 2.16.18-rc1. From: Sean Young <[EMAIL PROTECTED]> This driver add support for the Phidgets Inc., MotorControl via sysfs. Also some minor fixes for the InterfaceKit. Signed-off-by: Sean Young <[EMAIL PROTECTED]> -- diff -urpN linux-2.6.16/drivers/usb/input/hid-core.c linux-2.6.16-

[linux-usb-devel] sorry,the question i submitted was wrong

2006-07-09 Thread Peter Chen
I find my flash's speed is slower than usb,so that's the reason when it takes more time on vfs_write. my usb controller is full speed device,the speed is 6.5Mbps or so that speed is normal?or still can speed up? When write-in my nand flash,the speed is only 4Mbps,is it too slow? --