[linux-usb-devel] Re: PROBLEM: PS/2 keyboard does not work with 2.6.15

2006-01-08 Thread Dmitry Torokhov
On Sunday 08 January 2006 16:23, Martin Bretschneider wrote: > Hello, > > Jens Nödler who has got the same motheboard (Gigabyte GA-K8NF-9 with > nforce4 chipset) can confirm my problem. But he found out that the > keyboard connected to the ps/2 port does work with kernel 2.6.15 if > "USB keyboard

[linux-usb-devel] [2.6 patch] drivers/usb/media/w9968cf.c: remove hooks for the vpp module

2006-01-08 Thread Adrian Bunk
On Sun, Jan 08, 2006 at 06:20:57PM +, Luca Risolia wrote: > On Fri, Jan 06, 2006 at 03:30:00AM +0100, Adrian Bunk wrote: > > - the w9968cf-vpp module is not intended for inclusion into the kernel > > - the upstream w9968cf package shipping the w9968cf-vpp module suggests > > to simply replace

[linux-usb-devel] thread safe usblp

2006-01-08 Thread Oliver Neukum
Hi, does this fix the issues people have with that driver? I am not happy with the error handling, so this is not ready, but I'd like comments. Regards Oliver --- linux-2.6.15-vanilla/drivers/usb/class/usblp.c 2006-01-03 04:21:10.0 +0100 +++ linux-2.6.15/dr

[linux-usb-devel] via card only works with EHCI *not* loaded

2006-01-08 Thread Travis H.
Anyone got any idea why my via USB 2.0 card will *not* work with ehci loaded, but will otherwise? Can anyone recommend a USB 2.0 PCI card that will work reliably with Linux? -- http://www.lightconsulting.com/~travis/ "Vast emptiness, nothing sacred." -- Bodhidharma -><- GPG fingerprint: 50A1 15C5

[linux-usb-devel] question on usblp

2006-01-08 Thread Oliver Neukum
Hi, if (usblp->writeurb->status != 0) { if (usblp->quirks & USBLP_QUIRK_BIDIR) { if (!usblp->wcomplete) err("usblp%d: error %d writing to printer",

Re: [linux-usb-devel] USB HUB port power control from user space

2006-01-08 Thread David Brownell
> This sounds like a good idea to me. However I'm not so sure about the > character device approach. There already is a device file for each hub, > and the hub driver supports an ioctl to retrieve information about which > device is attached to which port. This is the second request I've seen i

[linux-usb-devel] Re: [2.6 patch] drivers/usb/media/w9968cf.c: remove hooks for the vpp module

2006-01-08 Thread Luca Risolia
On Fri, Jan 06, 2006 at 03:30:00AM +0100, Adrian Bunk wrote: > - the w9968cf-vpp module is not intended for inclusion into the kernel > - the upstream w9968cf package shipping the w9968cf-vpp module suggests > to simply replace the w9968cf module shipped with the kernel > > Therefore, there seem

Re: [linux-usb-devel] Re: sony DSC-R1 in unusual_devs.h

2006-01-08 Thread Alan Stern
On Sun, 8 Jan 2006, Phil Dibowitz wrote: > Boris Lau wrote: > > Hi Phil, > > > > thanks for your help. I compiled a new kernel with your patch. You were > > missing a comma after "Sony DSC" by the way. > > > > Now the mass storage driver reacts in some way, but the device is still > > not mounta

Re: [linux-usb-devel] USB HUB port power control from user space

2006-01-08 Thread Alan Stern
On Sun, 8 Jan 2006, NIIBE Yutaka wrote: > For my own experiment, I hacked linux/drivers/usb/core/hub.c so that > it exports a variable with sysfs to control port power. This > experiment succeeded, I could control AC power by changing the > variable of sysfs. (Actually, I found that many USB hub

Re: [linux-usb-devel] Re: [pvrusb2] [Linux-usb-users] USB EHCI VIA disconnect problem

2006-01-08 Thread Alan Stern
On Sat, 7 Jan 2006, Mike Isely wrote: > On Sat, 7 Jan 2006, Helmut Toplitzer wrote: > > >> > >> I know nothing at all about this pvrusb driver. Your stack trace seems to > >> indicate that it might the problem (as opposed to any other part of the > >> USB stack). > > > > OK. Maybe it's a pvrusb2

[linux-usb-devel] Linux USB syslog msg

2006-01-08 Thread PJR
I found this msg in the syslog on my Linux Mandrake 10.1 system; I'm having minor issues with usb removable filestore devices. If this helps let me know. If you need more info please let me know. Jan 8 15:54:39 Linux scsi.agent[8712]: disk at /devices/pci:00/:00:1d.7/usb5/5-4/5-4.4

Re: [linux-usb-devel] [patch]cleanup of usblp

2006-01-08 Thread Alan Cox
On Sad, 2006-01-07 at 15:21 -0800, Pete Zaitcev wrote: > On Sat, 07 Jan 2006 23:11:07 +, Alan Cox <[EMAIL PROTECTED]> wrote: > > > wait_event(tty_ldisc_wait, tty_ldisc_try(tty)); > > That is more or less all right, I agree. It is still somewhat limited > because the lock cannot be hel

[linux-usb-devel] Re: sony DSC-R1 in unusual_devs.h

2006-01-08 Thread Phil Dibowitz
Boris Lau wrote: > Hi Phil, > > thanks for your help. I compiled a new kernel with your patch. You were > missing a comma after "Sony DSC" by the way. > > Now the mass storage driver reacts in some way, but the device is still > not mountable: > > [EMAIL PROTECTED]:~$ dmesg > usb 4-3: new high s

[linux-usb-devel] Re: [2.6 patch] drivers/usb/media/ov511.c: remove hooks for the decomp module

2006-01-08 Thread Mark McClelland
Adrian Bunk wrote: - the decomp module is not intended for inclusion into the kernel - people using the decomp module from upstream will usually simply use the complete upstream 2.xx driver Therefore, there seems to be no good reason spending some bytes of kernel memory for hooks for this mod

Re: [linux-usb-devel] [patch]cleanup of usblp

2006-01-08 Thread Oliver Neukum
Am Sonntag, 8. Januar 2006 00:21 schrieb Pete Zaitcev: > On Sat, 07 Jan 2006 23:11:07 +, Alan Cox <[EMAIL PROTECTED]> wrote: > > > wait_event(tty_ldisc_wait, tty_ldisc_try(tty)); > > That is more or less all right, I agree. It is still somewhat limited > because the lock cannot be hel

[linux-usb-devel] [patch]fix oops in acm disconnect

2006-01-08 Thread Oliver Neukum
Hi, this fixes an oops with disconnection in acm. Please apply. Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> --- a/drivers/usb/class/cdc-acm.c 2006-01-03 04:21:10.0 +0100 +++ b/drivers/usb/class/cdc-acm.c 2006-01-06 18:00:19.000

Re: [linux-usb-devel] [patch]cleanup of usblp

2006-01-08 Thread Oliver Neukum
Am Sonntag, 8. Januar 2006 00:21 schrieb Pete Zaitcev: > Most of the people do what Oliver did though... Oddly enough, we do > not make any actions in that loop in usblp.c, so it could have been > a function which locked around ->wcomplete and ->rcomplete. But why? What good would locking do?

[linux-usb-devel] [patch]kzalloc for storage

2006-01-08 Thread Oliver Neukum
Hi, another one for kzalloc. This covers the storage subdirectory. Regards Oliver Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> --- linux-2.6.15-vanilla/drivers/usb/storage/datafab.c 2006-01-03 04:21:10.0 +0100 +++ linux-2.6.15/drivers/usb/storage/datafab.c

[linux-usb-devel] USB HUB port power control from user space

2006-01-08 Thread NIIBE Yutaka
Hi there, I'm new to this list. Could you please give me suggestions about enhancement of Linux USB driver, so that we can control port power of USB Hub from user space? I did an experiment with Elecom's USB hub [1] and USB-coupled AC power code [2]. Original usage of USB-coupled AC power code