Hi Greg
Good afternoon
I want to develop USB 1.1 driver on red hat 9.0 & use your skeleton.c
as base code. i am unable to compile this.I am finding difficulty in
resolving references.
Regards
Viren
---
This SF.Net email is sponsored by:
On Fri, 2004-09-17 at 08:12, Alan Stern wrote:
> > I just finished rebooting and, unfortunately the kernel panic-ed much as
> > it did before when the system was going down.
> >
> That's not much help to anybody. For one thing it's unclear: Did the
> kernel panic just as you finished rebooting or
Hi all,
New to the list so just a wee hi :o) oh and a big question! I apologise for the length!
Question:
I've got a rim blackberry 7230, and I would be interested in getting it to talk to
linux and freebsd. I've spent the last week reading the usb specs etc. And lots of usb
source code, and I
On Friday 17 September 2004 12:57 pm, Alan Stern wrote:
> On Fri, 17 Sep 2004, David Brownell wrote:
>
> > > > Root hub disconnect is all special cased anyway ... it
> > > > could be done so that's not an issue. There's no parent
> > > > hub, so what would it disconnect from?
> > >
> > > usb_dis
On Mon, Sep 13, 2004 at 11:29:45PM +0200, Jan Capek wrote:
> Hi,
>
> sending a separate patch for ftdi_sio.c.
>
> Description:
>
> corrected handling when unlinking read URB's, that were synchronous
> - usb_kill_urb() is used from now on.
Thanks, but I had already done this work (check the -mm
On Mon, Sep 13, 2004 at 11:29:36PM +0200, Jan Capek wrote:
> Hi,
>
> sending a separate patch for usb-serial.c.
>
> Description:
>
> - corrected handling when unlinking read URB's, that were synchronous,
> usb_kill_urb() is used from now on.
> - removed unnecessary checks for NULL, as those are
Hi David Brownell
(B
(BAccording to bus timing,
(BDownload BINGO version and refer to hc_isp116x.c
(B
(BREAD_REG**
(BWRITE_REG**
(B
(BYou find ndelay(600);
(BPlease attach it in your code and try.
(B(At first reduce printk)
(B
(Bby the way
(Bif you try other device (mouse,keyboard,flas
Greg:
This patch fixes an error in the way the UHCI driver computes data-toggle
updates when unlinking a bulk or interrupt URB that hasn't transferred any
data. Thanks to Thierry Chantry for finding this bug and testing the
patch.
Please apply.
Alan Stern
Signed-off-by: Alan Stern <[EMAIL PR
On Fri, 17 Sep 2004, David Brownell wrote:
> > > Root hub disconnect is all special cased anyway ... it
> > > could be done so that's not an issue. There's no parent
> > > hub, so what would it disconnect from?
> >
> > usb_disconnect() does more than erase the parent->child pointer, even for
>
On Fri, 17 Sep 2004, Joost Witteveen wrote:
> Hi,
>
> When I swiched off my HP PSC 2175 printer (OK, standby mode) today,
> I got the following Oops:
I sent in a patch for this at the end of July:
http://marc.theaimsgroup.com/?l=linux-usb-devel&m=109094054532587&w=2
As of 2.6.9-rc2 it still do
On Fri, Sep 17, 2004 at 11:35:56AM -0700, David Brownell wrote:
>
> So if there is such an effort, it's still behind closed doors ... or maybe
> just not being done through USB-IF.
USB-IF keeps the specs it is still working on secret until they reach
the stage of "public comments". That's why I
David Brownell wrote:
On Thursday 16 September 2004 10:06 am, Alan Stern wrote:
On Thu, 16 Sep 2004, Jürgen Heinrich wrote:
This is what happening when switching on my 2nd USB disk, while copying
files from my 1st USB disk.
Are those both GeneSys based disks?
There are some me
On Friday 17 September 2004 10:53 am, Greg KH wrote:
>
> Now "standards" need to be published, right? Anyone here still go to
> the USB spec meetings? Any confirmations of something like this
> happening?
Well, neither the front page of www.usb.org nor the developer page
lists anything newer
On Thursday September 16 at 04:43pm
Alan Stern <[EMAIL PROTECTED]> wrote:
> It's possible that this problem is caused by USB Legacy support in
> your computer's BIOS.
Thanks, but I looked through, but couldn't find any setting for Legacy
anything. Also, anything I don't use is disabled. This incl
On Sunday 05 September 2004 8:18 pm, Robert Urban wrote:
> > Since you're seeing catastrophic errors very early, a wiring
> > problem like that could explain everything...
>
> If they were reversed, I'm guessing low-speed devices (USB1.1) would not
> work, yes? But low-speed devices *do* work on
On Thu, Sep 16, 2004 at 04:44:11AM -0700, sunil saggar wrote:
> how can i make the usb device driver module to get
> automatically loaded when the system boots
You mean, "when the device is found", right? Just use the
MODULE_DEVICE_TABLE() and the hotplug scripts will automatically load it
for yo
On Fri, Sep 17, 2004 at 10:31:37AM -0700, David Brownell wrote:
> I was pointed to:
>
> http://www.pbs.org/cringely/pulpit/pulpit20040916.html
>
> Fair-use excerpt:
Here's another excerpt:
There IS a new USB standard in the works and it is at the heart
of Microsoft's sudden int
On Thu, Sep 16, 2004 at 04:34:23AM -0700, sunil saggar wrote:
>
> Is usb-skeleton.c is full driver
Yes.
> How can i use it?
Change it to work for your device and add it to the kernel build.
> I already has the module in my kernel...how can i
> remove that inbuilt driver n use my own
What
Hi,
When I swiched off my HP PSC 2175 printer (OK, standby mode) today,
I got the following Oops:
Sep 17 12:35:22 foko kernel: usb 2-2: USB disconnect, address 6
Sep 17 12:35:22 foko kernel: drivers/usb/class/usblp.c: usblp0: removed
Sep 17 12:35:22 foko kernel: Unable to handle kernel paging req
I was pointed to:
http://www.pbs.org/cringely/pulpit/pulpit20040916.html
Fair-use excerpt:
> Please don't take the quotes literally since this is only a dramatic
> reenactment.
>
> "To make USB ports really secure we'll need a modified USB standard,"
> says one of the geeks. "The USB device
On Thursday 16 September 2004 10:06 am, Alan Stern wrote:
> On Thu, 16 Sep 2004, Jürgen Heinrich wrote:
>
> > This is what happening when switching on my 2nd USB disk, while copying
> > files from my 1st USB disk.
Are those both GeneSys based disks?
> > There are some messages from the ehci-hc
On Thursday 16 September 2004 11:05 am, Christoph Torens wrote:
> > That's usually a sign of the driver not handling the hardware
> > correctly, so that the extra delays caused by kernel printk
> > change the driver timings enough to dodge a race...
>
> So, I have tested a few things, I removed t
On Wednesday 15 September 2004 10:54 am, Alan Stern wrote:
> On Wed, 15 Sep 2004, David Brownell wrote:
>
> > > But what should happen to the root hub? It shouldn't be disconnected,
> > > because the HCD will try to deregister it later on.
> >
> > Root hub disconnect is all special cased anyw
On Wednesday 15 September 2004 4:40 pm, Santiago Ruano Rincón wrote:
> [1.] Problems with ServerWorks OSB4/CSB5 OHCI USB Controller of Dell
> PowerEdge 1600SC
> [2.] Full description of the problem/report:
>
> ...
>
> On Kernel 2.4.26, we got these messages since the modem was connected
> to the
On Fri, 17 Sep 2004 [EMAIL PROTECTED] wrote:
> Hi,
> Yes, nice, it works perfectly.
> I got a last question. In which kernel version this bug will be corrected
> ?
I don't know. I'll send the patch to Greg KH. He'll merge it with his
development kernel tree, and not too long after that it wil
On Thu, 16 Sep 2004, Nix N. Nix wrote:
> I have applied the patch, and now I am able to transfer files as large
> as 1.4GB to the drive. Nonetheless, messages such as the ones at the
> bottom of this mail are still being produced in the syslog. I find the
> fact that the messages are mangled - i
>> This is a description of each file attached to this post:
>> lspci.log lspci output, to give information on the USB
controllers
>> that I use.
>> uhci-*.logMultiple copy of the content of
/proc/driver/uhci/mycontroller.
>> Each
Hi,
Thanks for this new driver. Interesting to try.
Heres my report for Arcom Viper PXA255
[EMAIL PROTECTED] root# ./vidcat -p y -d
28 matches
Mail list logo