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
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
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
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
Hi,
if (usblp->writeurb->status != 0) {
if (usblp->quirks & USBLP_QUIRK_BIDIR) {
if (!usblp->wcomplete)
err("usblp%d: error %d writing to
printer",
> 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
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
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
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
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
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
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
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
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
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
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
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?
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
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
19 matches
Mail list logo