On Friday 19 December 2003 22:36, Alan Stern wrote:
> On Fri, 19 Dec 2003 [EMAIL PROTECTED] wrote:
> > On Friday 19 December 2003 18:35, you wrote:
> > > Matt Dharm uses 240. Max, please try 240 first, it's consistent
> > > with the 2.6. Let us know the result.
> > >
> > > -- Pete
> >
> > Thanks fo
The ipaq USB driver in 2.6.0 didn't work for me. I got the attached
"Badness in local_bh_enable" backtrace when ppp tried to connect to my
iPaq. The quick and dirty patch to avoid the problem is this patch:
= drivers/usb/serial/ipaq.c 1.34 vs edited =
--- 1.34/drivers/usb/serial/ipaq.c
This patch just adds TC86c001 (goku) UDC support to
the "ether.c" gadget driver. This hardware supports
a full speed CDC Ethernet interface.
Please merge.
- Dave
--- a/drivers/usb/gadget/ether.cFri Dec 19 14:48:57 2003
+++ b/drivers/usb/gadget/ether.cFri Dec 19 14:48:57 2003
@@ -2
Greg KH wrote:
On Fri, Dec 19, 2003 at 08:38:32PM +0100, David Mittelstädt wrote:
The nvidia module doesnt change anything. But am i right, if i asume,
the UHCI driver is the cause of the error?
No, it looks like it's a driver error. The host driver is returning
-EINVAL, which if you look in t
Bernd Porr wrote:
Hi all,
hi Dave,
I got lost a bit with high speed IRQ transfers in 2.4. Is it possible to
submit two irq transfers (In and out) in high speed now?
It should be possible, but there's nothing to help test
such behavior on 2.4 systems. It's 2.6 where that sort
of behavior is guaran
This is the latest snapshot of the net2280 code. I'm sending
it for testing, since the last update turned up some issues
that were a surprise to me and so I think this should get
more testing than I've yet had a chance to do.
Pull from http://usb-gadget.bkbits.net/gadget-2.6 to get
the same code,
[ once more, with patch! ]
Small updates:
- support TC86c001 (goku_udc) controller
- simplify the per-controller configuration
- add two vendor requests to test control-OUT
- some minor fixes
Please merge.
- Dave
--- a/drivers/usb/gadget/zero.c Fri Dec 19 14:46:22 2003
+++ b/drivers/us
Small updates:
- support TC86c001 (goku_udc) controller
- simplify the per-controller configuration
- add two vendor requests to test control-OUT
- some minor fixes
Please merge.
- Dave
---
This SF.net email is sponsored by: IBM Linux Tut
As more people have been using this API, the need for some
clarifications has (no surprise!) came up.
Most significant is the halt processing, needed to make
Alan's "File Storage Gadget" (mass storage class, talks
to usb-storage and Windows) handle fault cases cleanly.
Gadget drivers can't halt IN
| What is USB emulation?
USB emulation is a BIOS option (in some BIOSen) which makes a USB
keyboard and mouse look like a PS/2 keyboard and mouse.
It is for use when you don't have any USB support in an OS, or
won't be booting an OS.
Or when you'll be using a USB keyboard when booting, maybe
to t
On Fri, Dec 19, 2003 at 10:02:13AM -0800, Greg KH wrote:
> On Thu, Dec 18, 2003 at 12:07:39AM -0500, Adam Kropelin wrote:
> > hiddev is mistakenly returning empty hiddev_event structures for report
> > events. According to Documentation/usb/hiddev.txt, report events are
> > only sent when HIDDEV_F
On Fri, 19 Dec 2003 14:45:22 -0700 [EMAIL PROTECTED] wrote:
| Hello List,
|
|How can we use USB device with USB emulation off in BIOS. Our
| Configuration is as follows:-
|
| Red Hat 9.0, Kernel 2.4.20 and RTAI 24.1.11
|
| What is USB emulation?
USB emulation is a BIOS option (in some BIO
Hello List,
How can we use USB device with USB emulation off in BIOS. Our
Configuration is as follows:-
Red Hat 9.0, Kernel 2.4.20 and RTAI 24.1.11
What is USB emulation?
Thanks and regards,
Jing
---
This SF.net email is sponsored by: I
On Fri, 19 Dec 2003 [EMAIL PROTECTED] wrote:
> On Friday 19 December 2003 18:35, you wrote:
> > Matt Dharm uses 240. Max, please try 240 first, it's consistent
> > with the 2.6. Let us know the result.
> >
> > -- Pete
>
>
> Thanks for your replies. I am confused.- 240? What do you mean? The patc
Hi all,
hi Dave,
I got lost a bit with high speed IRQ transfers in 2.4. Is it
possible to submit two irq transfers (In and out) in high
speed now?
Actually I tried it out with 2.4.22 but I could only submit
one IRQ transfer in high speed. The second submit gives no
error messages but the compl
SPINNING + MUSCULAÇÃO
+ GINÁSTICA =
Plano anual (doze meses). (+ O
mês de aniversario de graça) = 13
meses.Valor do mês R$
46.15 (Quarenta e seis reais e quinze
centavos).Valido para spinning, musculaçã
On Tue, Dec 16, 2003 at 11:43:48AM -0800, David Brownell wrote:
> This patch implements the "USB Gadget" API using the
> "Goku-S" (TC86C001) full speed usb device controller.
>
> It's passed testing with Gadget Zero, g_ether (full
> CDC Ethernet support), gadgetfs, and most interestingly
> Alan St
On Fri, Dec 19, 2003 at 08:38:32PM +0100, David Mittelstädt wrote:
>
> The nvidia module doesnt change anything. But am i right, if i asume,
> the UHCI driver is the cause of the error?
No, it looks like it's a driver error. The host driver is returning
-EINVAL, which if you look in the Documen
On Mon, Dec 15, 2003 at 11:18:11PM -0500, Marr wrote:
>
> I've re-'diff'ed the patch per your suggestions. The new (attached) patch
> applies cleanly for me.
Thanks, I've applied it successfully.
greg k-h
---
This SF.net email is sponsored b
Greg KH wrote:
On Fri, Dec 19, 2003 at 05:42:37PM +0100, David Mittelstädt wrote:
ttusb_start_feed
usb 3-1: hcd_unlink_urb d654de80 fail -22
usb 3-1: hcd_unlink_urb d654dd80 fail -22
usb 3-1: hcd_unlink_urb d654dc80 fail -22
usb 3-1: hcd_unlink_urb d654db80 fail -22
These can usually be ju
On Fri, Dec 19, 2003 at 05:42:37PM +0100, David Mittelstädt wrote:
> ttusb_start_feed
> usb 3-1: hcd_unlink_urb d654de80 fail -22
> usb 3-1: hcd_unlink_urb d654dd80 fail -22
> usb 3-1: hcd_unlink_urb d654dc80 fail -22
> usb 3-1: hcd_unlink_urb d654db80 fail -22
These can usually be just ignored.
On Sat, Dec 13, 2003 at 05:44:08PM +0100, Oliver Neukum wrote:
> Hi Greg,
>
> in block io or error paths we must use GFP_NOIO instead of GFP_KERNEL.
> Under 2.4 we cannot tell and must assume the worst, hence always use GFP_NOIO.
> This cset against your 2.4 BK tree does that for hcd drivers.
Tha
On Tue, Dec 16, 2003 at 09:29:39AM +0100, [EMAIL PROTECTED] wrote:
>
>
> Hi folks,
>
> following my recent posts on libusb-devel and hidups, here's
> a patch to disable hiddev support for MGE UPSs. It only
> declares VID/PID as QUIRK_IGNORE in hid-core's blacklist.
> This simply prevent hiddev t
On Thu, Dec 18, 2003 at 12:07:39AM -0500, Adam Kropelin wrote:
> hiddev is mistakenly returning empty hiddev_event structures for report
> events. According to Documentation/usb/hiddev.txt, report events are
> only sent when HIDDEV_FLAG_REPORT and HIDDEV_FLAG_UREF are both set.
> Currently, report
On Friday 19 December 2003 18:35, you wrote:
> Matt Dharm uses 240. Max, please try 240 first, it's consistent
> with the 2.6. Let us know the result.
>
> -- Pete
Thanks for your replies. I am confused.- 240? What do you mean? The patch I
got was against 2.4.23, which is the kernel version I use
Alex Sanks wrote:
So, in short, what I'd like to do is somehow force my device to an
address that I choose. I've been exploring this and tried just adding a
special case into usb_choose_address(), only to find that the host
hasn't pulled the device descriptor information yet (which I'd need to
com
On Fri, Dec 19, 2003 at 11:12:30AM -0500, Alan Stern wrote:
> --- 2.4.23/drivers/usb/storage/scsiglue.c.origFri Jun 13 10:51:37 2003
> +++ 2.4.23/drivers/usb/storage/scsiglue.c Fri Dec 19 11:10:00 2003
> @@ -395,6 +395,7 @@
> this_id:-1,
>
> sg_tablesize:
On Fri, 19 Dec 2003, Nicolas MONNET wrote:
> This is kernel 2.6.0-test11 vanilla, with gregkh's patch from last week.
> Anything else I've tried doesn't work for me, IE my integrated SiS eth0
> doesn't work with test11 vanilla w/o those patches, neither does
> test11-mm1 provided by Gentoo.
>
> I
Randy.Dunlap wrote:
On Thu, 18 Dec 2003 17:58:35 -0800 Steve Calfee <[EMAIL PROTECTED]> wrote:
|
| The easiest way is to boot your system fresh with no devices plugged in.
|
| Then plug your device in and wait 10 seconds it will now be address 2.
|
| If the device is ok (try lsusb? or some oth
- Original Message -
DATE: Wed, 17 Dec 2003 21:23:27
From: Marcel Holtmann <[EMAIL PROTECTED]>
To: Linux USB Mailing List <[EMAIL PROTECTED]>
Cc:
>Hi,
>
>I have to send a HID report to a device through hiddev. I know the
>report ID and the content of the report. Can anyone show m
Hello,
i am currently trying, to get my Nova-USB box to work under linux, but
there seem to be problems with one of the drivers. I have set up a 2.6.0
kernel on a Dell Inspiron 8600, which is a centrino Notebook. I have a
UHCI, that seems to work pretty fine (Bluetooth dongle and mouse are
work
On Wed, 17 Dec 2003 [EMAIL PROTECTED] wrote:
> Hi everybody,
>
> I don't know who to send this to, so I sent this to the list.
>
> I get a reproducible Oops when I write a lot of stuff to an usb-storage
> supported flashmemory-stick-mp3-player-thingy (Yakumo Hypersound 124). The
> stick is mou
极具收藏价值的港台三级VCD:
详情请登录:http://tom01.cnnb.net
飞龙音响中心是一家专业经销VCD影碟的商行。由于广大碟友的强烈要求,本中心励精图治,费尽心机终
于将上个世纪90年代至今、港台一些相当之经典、影响之长远的决大部分三级片搜集到了一起。既然在本地
碟友的要求之强烈,想比外地碟友也不会逊色,既然有好的东西,当然要与大家一起分享,因为在任何地方
的影碟行都不可能搜集到如此之齐全的好东东。因此中心决定为外地的碟友提供邮寄服务,让大家能重温那
一幕幕曾影响了一代人的经典镜头,本中心也能略赢小利!具体邮购方式如下:
On Fri, 19 Dec 2003, Petr Olivka wrote:
> Hi!
>
>I have D600 and I have problem when D600 is in Dock. When I try
> unload module uhci-hcd, I obtain next error:
>
> uhci_hcd :00:1d.0: remove, state 1
> usb usb1: USB disconnect, address 1
> uhci_hcd :00:1d.0: USB bus 1 deregistered
>
Hi!
I have D600 and I have problem when D600 is in Dock. When I try
unload module uhci-hcd, I obtain next error:
uhci_hcd :00:1d.0: remove, state 1
usb usb1: USB disconnect, address 1
uhci_hcd :00:1d.0: USB bus 1 deregistered
uhci_hcd :00:1d.1: remove, state 1
usb usb2: USB disconn
Hello,
I think I have found a bug in kl5kusb105.c. I am using 2.6.0. I tried to
use a few lines of the kl5kusb105.c code in my own driver and it
didn't work. This was what I took:
Line 994:
if (user_termios_to_kernel_termios(&priv->termios,
(struct termios *)arg))
Greg, here are a couple of old patches that seem to have gotten lost in the
shuffle. Please apply.
Matt
- Forwarded message from Alan Stern <[EMAIL PROTECTED]> -
Date: Mon, 15 Dec 2003 14:28:06 -0500 (EST)
From: Alan Stern <[EMAIL PROTECTED]>
Subject: Old patches (as129 and as141)
To: M
37 matches
Mail list logo