[I asked this on linux-usb-users a few days ago, but haven't gotten any
replies, so I thought I'd also try asking on -devel.]
I am getting error message "cdc_acm: probe of 1-1:1.0 failed with error
-5" when connecting my cell phone to my laptop. I would be very grateful
for any hints and/or hel
Hello all,
I have compiled a kernel module but when I go to load
it the function call res = register_chrdev( 120,
"x10device", &device_fops ); causes the
initialization process to stall because the function
seg faults. I am running system 2.6.1-1.65. The Oops
file looks like this:
Apr 21 19:53
Hi all,
After I plug a USB 1.1 camera on the EHCI and run the capture tool, the
system was crash. While I hook it on OHCI , it works well.
Does Linux EHCI driver support isochronous split transaction ???
---
This SF.net email is sponsored by:
Hi all,
There is an ACM class for USB modems.
I also wrote my own driver for a particular modem we use here (it is somewhat based on
ACM but is very heavily modified).
Anyway, I want my system to work with normal modems as well as with my custom one. So,
I have ACM support and loading my own d
Hi:
I've received the following report which indicates that the Sony Clie needs
the US_FL_FIX_INQUIRY flag set.
http://bugs.debian.org/243650
Cheers,
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.a
Hi David, hi listmembers,
your suggestion was wise. Here's a preliminary version of a
patch to rewrite of cdc-acm's probe properly evaluating the
union descriptor.
Cheers to Steve, whose box I crashed writing this.
Regards
Oliver
You can import this changeset into BK by p
ChangeSet 1.1927, 2004/04/22 12:10:05-07:00, [EMAIL PROTECTED]
[PATCH] USB: Don't try to suspend devices that do not support it.
Patch originally from [EMAIL PROTECTED] and closes bug #1557
drivers/usb/core/hcd-pci.c |5 +
1 files changed, 5 insertions(+)
diff -Nru a/drivers/usb/core
ChangeSet 1.1931, 2004/04/22 13:43:11-07:00, [EMAIL PROTECTED]
[PATCH] USB: ehci handles pci misbehavior better
Cope better when PCI misbehaves badly and registers misbehave:
- terminate some loops before they get to infinity
* capability scan
* port reset
- after init fail
ChangeSet 1.1935, 2004/04/22 13:53:33-07:00, [EMAIL PROTECTED]
[PATCH] USB: ftdi patch fixup
I just checked out the latest 2.6.6-rc1-mm1 to see that the ID patch for
ftdi has applied cleanly, but apparently someone was faster and in the
combined ID table our ID's were missing.
Most probably the p
ChangeSet 1.1929, 2004/04/22 13:32:24-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix cdc-acm as it is still (differently) broken
drivers/usb/class/cdc-acm.c | 83
1 files changed, 47 insertions(+), 36 deletions(-)
diff -Nru a/drivers/usb/class/cdc-acm
ChangeSet 1.1932, 2004/04/22 13:43:39-07:00, [EMAIL PROTECTED]
[PATCH] USB: rndis gadget driver updates
Various build fixes: 64bit (Andrew Morton), static linking,
broken on big-endian, etc.
Tighten up the integration with the main "ether" driver, so
state transitions and host ethernet addresse
ChangeSet 1.1934, 2004/04/22 13:53:08-07:00, [EMAIL PROTECTED]
[PATCH] USB: tiglusb: wrong timeout value
Hi,
this patch (cumulative; 2.4 & 2.6) fixes another bug in the tiglusb
driver. The formula used to calculate jiffies from timeout is wrong.
The new formula is ok and takes care of integer co
ChangeSet 1.1933, 2004/04/22 13:52:40-07:00, [EMAIL PROTECTED]
[PATCH] USB: silence dpcm warning
Warnings aren't terribly important in and of themselves, but there
isn't really much the warning tells us to do here, so it would appear
that caving in to the compiler is the thing to do for now.
d
ChangeSet 1.1928, 2004/04/22 13:03:22-07:00, [EMAIL PROTECTED]
[PATCH] USB: Important bugfix for UHCI list management code
A major bug in the UHCI driver turned up recently. Thanks to a lot of
help from Simone Gotti it was identified and fixed late last week. It
turned out to be entirely my fau
ChangeSet 1.1936, 2004/04/22 13:53:58-07:00, [EMAIL PROTECTED]
[PATCH] USB: usbnet and pl2301/2302 reset
Handle some PL-2301/2302 devices better.
drivers/usb/net/usbnet.c |6 +-
1 files changed, 5 insertions(+), 1 deletion(-)
diff -Nru a/drivers/usb/net/usbnet.c b/drivers/usb/net/usb
ChangeSet 1.1930, 2004/04/22 13:32:53-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix cdc-acm warnings due to previous patch
drivers/usb/class/cdc-acm.c |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
diff -Nru a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
--- a/driv
Hi,
Here are some important USB fixes for 2.6.6-rc2. They are all pretty
small and "obvious" (hopefully.) The most important one is the uhci
fix, as lots of people are hitting that recently.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-2.6
Patches will be posted to linux-usb-deve
On Wed, Apr 21, 2004 at 11:27:22AM -0700, David Brownell wrote:
> This patch should help users with some Prolific usbnet cables
> become happier. Please merge.
Applied, thanks.
greg k-h
---
This SF.net email is sponsored by: The Robotic Monke
On Thu, Apr 22, 2004 at 09:24:39AM -0700, David Brownell wrote:
> Small patches, please help these get into 2.6.6-final.
>
> - Dave
> Cope better when PCI misbehaves badly and registers misbehave:
>
> - terminate some loops before they get to infinity
>* capability scan
>* po
On Thu, Apr 22, 2004 at 11:41:53AM -0700, David Brownell wrote:
> Please help these get into 2.6.6-final.
>
> - Dave
>
>
> Various build fixes: 64bit (Andrew Morton), static linking,
> broken on big-endian, etc.
>
> Tighten up the integration with the main "ether" driver, so
> state transition
Alan Stern wrote:
David:
Do you think that once your latest khubd changes are applied we can get
usb_reset_device() into working shape? The necessary changes won't be
very large:
Yes, I do think that. Some key parts are in the gadget-2.6 tree,
and I think you've listed the main remaining issues
Greg:
The only driver under usb/net that needed any altsetting changes was
usbnet. I'm not looking forward to going through all the source files
under usb/serial. :-(
Alan Stern
= drivers/usb/net/usbnet.c 1.124 vs edited =
--- 1.124/drivers/usb/net/usbnet.c Thu Mar 25 10:55:35
Greg:
This is the altsetting update for the drivers under usb/misc. As you can,
not much was needed at all.
Alan Stern
= drivers/usb/misc/legousbtower.c 1.1 vs edited =
--- 1.1/drivers/usb/misc/legousbtower.c Tue Dec 30 13:08:23 2003
+++ edited/drivers/usb/misc/legousbtower.c Thu
On Mon, Apr 19, 2004 at 10:58:20AM -0400, Alan Stern wrote:
> Greg and others:
>
> A major bug in the UHCI driver turned up recently. Thanks to a lot of
> help from Simone Gotti it was identified and fixed late last week. It
> turned out to be entirely my fault -- a previous patch had introduced
David:
Do you think that once your latest khubd changes are applied we can get
usb_reset_device() into working shape? The necessary changes won't be
very large:
Rename usb_physical_reset_device to usb_reset_device (and
get rid of the subroutine that currently has that name).
This Message was undeliverable due to the following reason:
The following destination addresses were unknown (please check
the addresses and re-mail the message):
SMTP <[EMAIL PROTECTED]>
Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.
"MMS3" made the following
annot
On Thu, 22 Apr 2004, Evert Alpha wrote:
> Hello,
>
> Here part of my syslog which asks me to send this message. If you need
> more information, just let me know!
>
> Apr 22 18:46:46 amd kernel: usb-storage: This device (07cf,1001,1000 S
> 05 P 01) has an unneeded Protocol entry in unusual_devs
The original message was received at Fri, 23 Apr 2004 04:10:55 +0900 (JST)
from [EMAIL PROTECTED]
- The following addresses had permanent fatal errors -
[EMAIL PROTECTED]
(reason: 550 5.1.1 <[EMAIL PROTECTED]>... User unknown)
- Transcript of session follows -
... while
Small patches, please help these get into 2.6.6-final.
- Dave
Cope better when PCI misbehaves badly and registers misbehave:
- terminate some loops before they get to infinity
* capability scan
* port reset
- after init failure, memory may already be cleaned up
Some systems
Please help these get into 2.6.6-final.
- Dave
Various build fixes: 64bit (Andrew Morton), static linking,
broken on big-endian, etc.
Tighten up the integration with the main "ether" driver, so
state transitions and host ethernet addresses are shared too.
Add missing spinlock calls around RNDIS
Hello,
Here part of my syslog which asks me to send this message. If you need
more information, just let me know!
Apr 22 18:46:46 amd kernel: usb-storage 3-2:1.0: usb_probe_interface
Apr 22 18:46:46 amd kernel: usb-storage 3-2:1.0: usb_probe_interface -
got id
Apr 22 18:46:46 amd kernel: usb-st
This device worked ok in 2.4 with the patch below. Doing the same with
2.6 does not work. Any idea what can be done, other than throwing it out
the window?
this is 2.6.6rc2.
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver=
Greg:
This patch implements the new altsetting regime for the drivers under
usb/media. Not much needed to be changed. I'm unable to test any of the
changes, but at least they compile all right (except that I didn't even
try to compile the pwc driver since it's marked BROKEN).
The stv680 and w99
Greg:
This patch makes a few minor improvements to the appearance of the UHCI
driver. Please apply.
Alan Stern
= uhci-hcd.h 1.29 vs edited =
--- 1.29/drivers/usb/host/uhci-hcd.hFri Mar 26 10:19:24 2004
+++ edited/drivers/usb/host/uhci-hcd.h Mon Apr 19 11:05:56 2004
@@ -80,7 +80,
On Tue, 20 Apr 2004, Andy Green wrote:
> Hi folks -
>
> >Apr 20 11:16:29 fastcat kernel: usbaudio: no idea what's going on...,
> >contact [EMAIL PROTECTED]
>
> The mighty /var/log/messages - it which must be obeyed - has commanded me to
> join this list and tell you my problem.
>
> I am very n
On Thu, 22 Apr 2004, Vince wrote:
> Hi all, I have two usb-related problems with recent kernel:
>
> 1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not
> present in 2.6.5, I get this also in 2.6.6-rc2).
>
> printing eip:
> e0b817c4
> Oops: [#1]
> PREEMPT
> CPU:
On Wed, 21 Apr 2004, Aleksey Nogin wrote:
> About your fix to scsi_scan - do I need to do anything to get it
> accepted into the kernel, or are you planning to take care of this? Thanks!
I sent a copy of it to the SCSI maintainer.
Alan Stern
--
Duncan Sands wrote:
1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not
present in 2.6.5, I get this also in 2.6.6-rc2).
...
EIP is at destroy_async+0x24/0xd0 [usbcore]
...
This is a usbfs problem. I think usbfs is a bit racy here: it assumes that
completion handlers have fini
> 1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not
> present in 2.6.5, I get this also in 2.6.6-rc2).
...
> EIP is at destroy_async+0x24/0xd0 [usbcore]
...
This is a usbfs problem. I think usbfs is a bit racy here: it assumes that
completion handlers have finished running w
поодиночке, редко в паре и очень
Hi all, I have two usb-related problems with recent kernel:
1) I'm getting the following oops at shutdown with 2.6.6-rc1-mm1 (not
present in 2.6.5, I get this also in 2.6.6-rc2).
printing eip:
e0b817c4
Oops: [#1]
PREEMPT
CPU:0
EIP:0060:[]Not tainted VLI
EFLAGS: 00010017 (
Hi,
I have a blue tooth dongle. After connecting the dongle I ws trying to use
the blue tooth.c which exists in the source code.
I found out that the probe function was failing once the device was
connected, later when I checked out using printk statements I found out that
there were zero bulk in,
42 matches
Mail list logo