[linux-usb-devel] Add ioctls to ub

2005-01-27 Thread Pete Zaitcev
This patch adds support for ioctls to ub, with the help of scsi_ioctl_cmd(). Now ub can eject CDs. But do not try to burn CDs yet, it's not tested. Original patch from Peter Jones (aka deviant-). Signed-off-by: Pete Zaitcev diff -urp -X dontdiff linux-2.6.11-rc2/drivers/block/ub.c linux-2.6.11-

[linux-usb-devel] Re: Patch to stop HID reads from using excessive CPU time

2005-01-27 Thread Vojtech Pavlik
On Wed, Jan 26, 2005 at 02:49:02PM -0800, Greg KH wrote: > On Wed, Jan 26, 2005 at 02:25:33PM -0800, Pete Zaitcev wrote: > > On Wed, 26 Jan 2005 14:11:11 -0800, "Micon, David" <[EMAIL PROTECTED]> > > wrote: > > > > > You are right. Here is a new patch that will make sure that the state is > > >

Re: [linux-usb-devel] Driver for Maxtor OneTouch Programmable Button

2005-01-27 Thread Nick Sillik
Wow, Thanks a lot, this is exactly what i was looking for. Such a huge help. I can hopefully have this done in a few weeks. I'm sure you'll be hearing from me again for help. Nick Sillik [EMAIL PROTECTED] Matthew Dharm wrote: You may want to take a look at the attached e-mail I got a while

Re: [linux-usb-devel] Gadget ether trouble

2005-01-27 Thread Oliver Neukum
Am Mittwoch, 26. Januar 2005 18:29 schrieb Thomas Brinker: > Hi! > > Ok, I have got it! > > The IP Packets must be aligned to 32bit on ARM. > > This patch takes care about the alignment. Please consider applying. That alignment won't hurt on any platform. What happens if IP is encapsulated in a

[linux-usb-devel] "Unlink after no-IRQ?" problem: unable to use USB printer

2005-01-27 Thread Pedro Venda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi everyone, I'm trying to share an USB printer for my home network. The main and only server is an old dual p3 with an ASUS CUR-DLS, which fortunately features USB ports but which unfortunately don't seem to work. modprobing usblp hangs forever without

[linux-usb-devel] Suspended State in USB.

2005-01-27 Thread Mohan
Hello All, I had a question abt the "suspend" state in USB. It is known from the USB specifications that when there is inactivity on the USB bus for 3ms the device is put in Suspended State. Can I from the application put the USB device in the suspended state on inactivity. (say there is no acti

[linux-usb-devel] Can I supply power from a mini-B connector to a device having type A connector

2005-01-27 Thread Amit Choudhary
Hi, My system is an experimental board with an ARM processor running linux 2.6. It is not a PC. It has got an OTG port. The device is a pen drive (mass storage device). Normally, this device plugs directly into the PC but since I have an OTG port, I use a cable that has mini-B on one side and rece

Re: [linux-usb-devel] Gadget ether trouble

2005-01-27 Thread Sergey Vlasov
On Wed, Jan 26, 2005 at 06:29:16PM +0100, Thomas Brinker wrote: > Ok, I have got it! > > The IP Packets must be aligned to 32bit on ARM. > > This patch takes care about the alignment. Please consider applying. With this change the skb buffer would be overflowed - the size specified in the alloc_

[linux-usb-devel] Re: Patch to stop HID reads from using excessive CPU time

2005-01-27 Thread Pete Zaitcev
On Wed, 26 Jan 2005 14:49:02 -0800, Greg KH <[EMAIL PROTECTED]> wrote: > On Wed, Jan 26, 2005 at 02:25:33PM -0800, Pete Zaitcev wrote: > > On Wed, 26 Jan 2005 14:11:11 -0800, "Micon, David" <[EMAIL PROTECTED]> > > wrote: > > > > > You are right. Here is a new patch that will make sure that the

[linux-usb-devel] USB: Workarounds for Genesys Logics

2005-01-27 Thread Pete Zaitcev
Disk enclosures with Genesys Logics chipset require additional delays, or commands are not processed. Also, their maximum transfer size is limited. Patch by Martin Strigl. diff -urpN -X dontdiff linux-2.4.29/drivers/usb/storage/transport.c linux-2.4.29-usb/drivers/usb/storage/transport.c --- lin

Re: [linux-usb-devel] "Unlink after no-IRQ?" problem: unable to use USB printer

2005-01-27 Thread David Brownell
On Wednesday 26 January 2005 5:13 pm, Pedro Venda wrote: > > modprobing usblp hangs forever without crashing the machine. the error message > suggests fiddling with ACPI but the same happens if I disable ACPI completely, > so I supposed this could be an USB problem. > > kernel is 2.6.10-grsec. >

Re: [linux-usb-devel] "Unlink after no-IRQ?" problem: unable to use USB printer

2005-01-27 Thread Pedro Venda
David Brownell wrote: On Wednesday 26 January 2005 5:13 pm, Pedro Venda wrote: modprobing usblp hangs forever without crashing the machine. the error message suggests fiddling with ACPI but the same happens if I disable ACPI completely, so I supposed this could be an USB problem. kernel is 2.6.10-g

Re: [linux-usb-devel] Driver for Maxtor OneTouch Programmable Button

2005-01-27 Thread Nick Sillik
It works like a charm. Unfortunately I can't get ahold of the original author to see if he's still working on it... Do you have any idea's on how to contact him? Otherwise, I'll take over it's development and maintain-ment and such. Nick Sillik [EMAIL PROTECTED] Matthew Dharm wrote: You may want to