As recently promised, updates to the TI OMAP OHCI driver PM code to
match what was discussed for Intel PXA27x OHCI PM. Patch generated
against 2.6.12-rc6-omap1. Needs more testing; I'm lacking the wacky
cable needed on OMAP1510 Innovator and not sure if my board has the
OHCI rework needed to be f
David Hollis wrote:
> On Sat, 2005-06-11 at 23:34 -0400, Wakko Warner wrote:
> > eth1 Link encap:Ethernet HWaddr 00:80:C8:FF:FF:FF
> >
> > According to the oui table, that's a D-Link. It's definatly not D-Link
> > (unless ASIX is part of D-Link, but I kinda doubt it)
> >
> > If you want
Hello,
I have a PS/2 keyboard & mouse to USB HID convertor, and it has a bug: The
key < > \ does not work on any connected keyboard.
US keyboards have 104 keys, Euro-keyboards have 105. The extra key is the
<>\ key , so I suspect the convertor is some crappy USA model, and just
ignores th
Martin Kessler wrote:
Adam Kropelin wrote:
I've attached a rather ugly hack to fix the problem in hid-core. I
don't know if this alone will solve Martin's lockup, but I'm hoping
it
does.
I disregarded your earlier patch, don't think it makes sense to patch
too much ;-) I assumed this is what
On Mon, 13 Jun 2005, Eric Piel wrote:
> Hello,
>
> I've noticed a regression between linux 2.6.11 (.8) and 2.6.12-rc6:
> Suspending and resuming my mouse used to work perfectly on 2.6.11, doing
> echo -n 1 > /sys/bus/usb/devices/usb1/1-2/power/state
> and "echo -n 0..." to resume it.
>
> On 2.
Hello,
I've noticed a regression between linux 2.6.11 (.8) and 2.6.12-rc6:
Suspending and resuming my mouse used to work perfectly on 2.6.11, doing
echo -n 1 > /sys/bus/usb/devices/usb1/1-2/power/state
and "echo -n 0..." to resume it.
On 2.6.12-rc6 the suspend generates this printk :
usbhid 1
I am re-installing SuSE 9.1 on the one machine so I have a control and will
get back when I have a stable running environment
*** REPLY SEPARATOR ***
On 6/13/2005 at 09:19 David Brownell wrote:
>On Monday 13 June 2005 8:28 am, Alan Stern wrote:
>
>>
>> I kind of expected somet
On Mon, 13 Jun 2005 15:15:11 -0400, Jeff Lange <[EMAIL PROTECTED]> wrote:
>I wrote a kernel module for a piece of hardware that reports itself
> as a HID class device. My driver works great, but the system keeps
> trying to load the HID class driver instead of my own driver. I've
> added it
This is quite interesting - the system is in production on SuSE 9.1 and Debian
unstable.
The main production system uses a USB 1.1 motherboard and a second machine uses
a USB 2 motherboard.
Pulling the 2.0 hub out and we have different problems but the 1st batch of
URBs are being submitted any
Hi all,
I wrote a kernel module for a piece of hardware that reports itself
as a HID class device. My driver works great, but the system keeps
trying to load the HID class driver instead of my own driver. I've
added it to /lib/modules/.../kernel/drivers/usb and have run depmod.
I would think
On Sat, 2005-06-11 at 23:34 -0400, Wakko Warner wrote:
> I bought an Intellinet (500913) USB2.0 to Ethernet. I tested it before I
> bought it. It's currently working, but the MAC address bugs me. (And the
> fact it doesn't handle 10baseT-HD very well)
>
> eth1 Link encap:Ethernet HWaddr 0
On Mon, 2005-06-13 at 11:13 +0530, vishal wrote:
> #insmod usbkbd.o
Try not loading this. usbhid should handle the kb.
johannes
signature.asc
Description: This is a digitally signed message part
On Monday 13 June 2005 8:28 am, Alan Stern wrote:
>
> I kind of expected something like this. The EHCI driver doesn't do a very
> good job of handling ISO transfers that involve a speed change (i.e.,
> full-speed device connected through a high-speed hub). There's some
> pretty hairy schedul
On Mon, 13 Jun 2005, jon wrote:
> Thank you for your response. No other ISO devices attached. Same problem
> is replicable on both machines with the 2.6.11 kernel.
>
> Both work with 2.6.8 kernel.
>
> EHCI Host controller
>
> Linuc 2.6.11.4-21.7-default ehci_hcd
>
> /proc/bus/usb/devices is:
>
Thank you for your response. No other ISO devices attached. Same problem
is replicable on both machines with the 2.6.11 kernel.
Both work with 2.6.8 kernel.
EHCI Host controller
Linuc 2.6.11.4-21.7-default ehci_hcd
/proc/bus/usb/devices is:
T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd
On Monday 13 June 2005 7:13 am, Ian Campbell wrote:
> > That's the right patch. I'll forward it to Greg. Workaround is
> > of course to enable the RNDIS support.
>
> Thanks.
>
> I was under the impression from a while back that RNDIS didn't work on
> the 255 (I don't know why I thought this tho
On Mon, 13 Jun 2005, jon wrote:
> Hello team.
>
> I am having a problem with my ISO device driver that works fine on the
> older kernel.
>
> I am upgrading to 2.6.11.4-21.7-default
>
> My device driver has one Bulk out pipe and one ISO in. the bulk out
> works fine, the ISO in returns -ENOMEM
On Mon, 2005-06-13 at 06:53 -0700, David Brownell wrote:
> On Monday 13 June 2005 5:58 am, Ian Campbell wrote:
> >
> > I'm afraid I have no idea whether this bit of code should be #ifdef'd or
> > if the definition of STATUS_BYTECOUNT should be pulled outside of its
> > #ifdef. Based on gut feeling
On Monday 13 June 2005 5:58 am, Ian Campbell wrote:
>
> I'm afraid I have no idea whether this bit of code should be #ifdef'd or
> if the definition of STATUS_BYTECOUNT should be pulled outside of its
> #ifdef. Based on gut feeling and the other uses of STATUS_BYTECOUNT in
> the file I'm going to
Adam Kropelin wrote:
Alan Stern wrote:
On Sun, 12 Jun 2005, Adam Kropelin wrote:
So the basic algorithm means we should expect to see bursts of 16
control transfers once every 60 seconds, plus additional bursts
generated in response to interrupt transfers. What's happening in
That does f
Hello team.
I am having a problem with my ISO device driver that works fine on the
older kernel.
I am upgrading to 2.6.11.4-21.7-default
My device driver has one Bulk out pipe and one ISO in. the bulk out
works fine, the ISO in returns -ENOMEM on the first and each subsequent
usb_submit_urb
I
Hi David,
When I build latest git (pulled this morning) for my pxa255 platform I get the
following error
CC [M] drivers/usb/gadget/ether.o
/home/icampbell/devel/kernel/2.6-git/drivers/usb/gadget/ether.c: In function
`eth_bind':
/home/icampbell/devel/kernel/2.6-git/drivers/usb/gadget/ether.c:
22 matches
Mail list logo