Alan Stern wrote:
On Wed, 8 Jun 2005, Martin Kessler wrote:
Ok, thanks its done. I do have a uhci_hcd :00:1d:1:
uhci_result_control: failed with status 40 when the USB port comes
alive (startup apcupsd), it repeats itself a few times. Is that normal
It does happen common
Suspend/resume for the Intel XScale PXA27x OHCI host controller, from
Nicolas Pitre and myself, based on the TI OMAP OHCI driver code.
This platform power cycles the device on certain system suspend modes,
all of which currently arrive as state 3, so the code to react to host
controller power cycl
On Wednesday 08 June 2005 1:37 pm, Curran, Dominic wrote:
> Hi
>
> I've just read the kernel docs for USB Gadgets and I have some questions
> which I hope someone can help me with:
>
> * My understanding is that on the 'Device' side the stack is layered
> like this:
>
> E.g.
Hi
I've just read the kernel docs for USB Gadgets and I have some questions
which I hope someone can help me with:
* My understanding is that on the 'Device' side the stack is layered
like this:
E.g.
| | - gadgetfs
|Upper | - network subsystem (CD
On Wed, 8 Jun 2005, Dag Nygren wrote:
> That stick was plugged in during the boot from power on.
> The application will have to be able to handle that, so I hope there
> is no problem at the kernel layer in this case.
Well, for testing purposes it might be better if you leave the stick
unplugged
On Wed, Jun 08, 2005 at 09:34:03PM +0200, Christian Pernegger wrote:
> Sorry it took so long ... attached is an short usbmon snippet which
> was taken with apcupsd already in the unkillable D state. Would you
> like the transition working-nonworking captured?
>
> C.
I believe the transition is th
Sorry it took so long ... attached is an short usbmon snippet which
was taken with apcupsd already in the unkillable D state. Would you
like the transition working-nonworking captured?
C.
apcusb-dead.log
Description: Binary data
> On Wed, 8 Jun 2005, Dag Nygren wrote:
>
> > There is also no swap available and 28 MB memory available only.
> > Does that make a difference
>
> It might, if you were to use up all the memory.
Yes, of course. But I am trying to use as little memory as possible
and so far the usage has been fa
On Wed, 8 Jun 2005, Dag Nygren wrote:
> There is also no swap available and 28 MB memory available only.
> Does that make a difference
It might, if you were to use up all the memory.
> Also forgot to mention that the thing seems to work perfectly
> with a USB 1.1 stick.
I don't think the USB ve
Hello all,
I am trying to test the above Linux distribution I downloaded from
Metrowerks.The target hardware is a LogicPro ZOOM MCF547X Evaluation
board which has a built in Philips USB host controller ISP1561. When I
built the distribution without USB host enabled, the board came up.
However "ps-
Ken,
I too am writing a USB MSR =). Johannes, the device is fully HID
compliant, it is just a vendor defined usage. The reason for this was
to make Windows driver a lot easier to write. I think I'm just going
to have to write my own kernel driver for this thing and create a char
dev that my a
Sorry,
forgot the attachment with the log.
Also forgot to mention that the thing seems to work perfectly
with a USB 1.1 stick.
Dag
Jun 9 19:45:08 (none) syslog.info syslogd started: BusyBox v1.00
(2005.06.08-11:53+)
Jun 9 19:45:10 (none) kern.notice kernel: klogd started: BusyBox v1.00
(
Finally got a chance to continue this thing.
> On Sun, 5 Jun 2005, Dag Nygren wrote:
> That's supposed to work. It could be there's something wrong with your
> OHCI host controller...
The controller is an integrated SGS Thompson USB controller used in
many laptops.
>
> That suggests the khu
Jeff Lange wrote:
Hi all,
I'm developing a simple USB device that reports itself as a HID
device, and uses interrupt transfers to send about 250 bytes of data
whenever an event occurs on the device. I've managed to communicate
with it and get the data using libusb, but I've found that if the
On Wed, 2005-06-08 at 12:37 -0400, Jeff Lange wrote:
> I'm developing a simple USB device that reports itself as a HID
> device, and uses interrupt transfers to send about 250 bytes of data
> whenever an event occurs on the device.
Why do you do this as opposed to *not* identifying as a HID dev
Hi all,
I'm developing a simple USB device that reports itself as a HID
device, and uses interrupt transfers to send about 250 bytes of data
whenever an event occurs on the device. I've managed to communicate
with it and get the data using libusb, but I've found that if the hid
module is insert
There is this free date site filled with a bunch of nymphos.
No flowers, no walk on the beach, just meet up for sex :)
There are also some people who want serious relationships though
So if you want a long-termer, or a one-nighter, you got it ;)
Whatever floats your boat pretty much!
http://w
On Wed, 8 Jun 2005, David Brownell wrote:
> That's a pretty strange and unsupportable breakdown. Each sglist entry
> must fit into an integral number of packets. 864 is a multiple of 32,
> but not of the usual bulk maxpacket sizes: 64 (full speed) or 512 (high
> speed). Some software layer sho
On Wed, 8 Jun 2005 [EMAIL PROTECTED] wrote:
> Hi,
>
> How can we determine whether the USB Key connected to a computer is
> bootable or not?
By trying to boot from it.
> What differentiate USB Keys as bootable and non-bootable media?
As far as I know, there is no difference at all between boot
On Wed, 8 Jun 2005, Martin Kessler wrote:
> Ok, thanks its done. I do have a uhci_hcd :00:1d:1:
> uhci_result_control: failed with status 40 when the USB port comes
> alive (startup apcupsd), it repeats itself a few times. Is that normal
It does happen commonly, even though in theor
Hello David,
> > linux and windows are working just fine, but the usb-storage SCSI
> > coughs up when I hook it to my ibook.
>
> Come again ... how are you making your ibook be a usb peripheral???
I'm implementing an SBP-2 target, which is basically a protocol which
tunnels scsi commands over f
Am Mittwoch, 8. Juni 2005 12:42 schrieb Wakko Warner:
> > have you tried recompiling with debug enabled?
> > It does show the status codes in the interrupt handler.
>
> I have not. My keyboard and mouse (on a hub) are plugged in beside the
> kaweth device so they would be on the same interrupt.
David Brownell wrote:
> On Tuesday 07 June 2005 11:59 pm, Oliver Neukum wrote:
> > Am Mittwoch, 8. Juni 2005 05:11 schrieb Wakko Warner:
> > > Wakko Warner wrote:
> > > > Seems that it is unable to send packets however I can see packets
> > > > coming in.
> > > > I downgraded to 2.6.12-rc2 which w
Oliver Neukum wrote:
> Am Mittwoch, 8. Juni 2005 05:11 schrieb Wakko Warner:
> > Wakko Warner wrote:
> > > Seems that it is unable to send packets however I can see packets coming
> > > in.
> > > I downgraded to 2.6.12-rc2 which works.
> > >
> > > I have not tested rc3 or rc4 yet. ?I am preparing
On Wednesday 08 June 2005 12:40 am, Hani Mustafa wrote:
> linux and windows are working just fine, but the usb-storage SCSI
> coughs up when I hook it to my ibook.
Come again ... how are you making your ibook be a usb peripheral???
> Interestingly, the request is a scatter/gather with the firs
On Tuesday 07 June 2005 11:59 pm, Oliver Neukum wrote:
> Am Mittwoch, 8. Juni 2005 05:11 schrieb Wakko Warner:
> > Wakko Warner wrote:
> > > Seems that it is unable to send packets however I can see packets coming
> > > in.
> > > I downgraded to 2.6.12-rc2 which works.
Don't forget to report whic
Hi all,
Olav and Lothar thank you for your comments.
What i have to do to prevent the cpu from this ms interrupts?
thanks and best regards
Marco
--
-
Marco Schramel
---
This SF.Net email is sponsored by: NEC IT Guy Games. How far c
Ello folks!
I'm implementing a firewire sbp-2 target on linux and I'm using
mac/linux/windows sbp-2 initiators to test against. At this phase, both
linux and windows are working just fine, but the usb-storage SCSI
coughs up when I hook it to my ibook. I have my suspicions that the mac
is hit
Am Mittwoch, 8. Juni 2005 05:11 schrieb Wakko Warner:
> Wakko Warner wrote:
> > Seems that it is unable to send packets however I can see packets coming in.
> > I downgraded to 2.6.12-rc2 which works.
> >
> > I have not tested rc3 or rc4 yet. I am preparing to try rc4.
>
> Just finished testing.
29 matches
Mail list logo