[linux-usb-devel] BitKeeper repo not related to official linux repo

2002-06-05 Thread Doug Alcorn
to do that is to export patches from the usb-2.4 repo and import those patches into my linux-2.4 repo. Is there a better way to setup a development environment using BitKeeper for USB? -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63

Re: [linux-usb-devel] BitKeeper repo not related to official linuxrepo

2002-06-05 Thread Doug Alcorn
best way to generate patches to send in. I figured it would be polite if my local tree was synced up with both the linux-2.4 tree and the usb-2.4 tree. If there's a better way for me to setup my local development tree then I'll be happy to comply. I'm pretty flexible. -- (__) Do

[linux-usb-devel] Starting DataPlay Driver (Was: BitKeeper repo ...)

2002-06-05 Thread Doug Alcorn
simplest USB driver that's already existing. I think I have a pretty good idea how/where to start. It would just be helpful to have something easy to understand to follow. As such, maybe the first thing I should do is write a drivers/usb/dummy_drv.[ch] that could serve as a template for fu

Re: [linux-usb-devel] Newbies: file system question for embedded sotfware

2002-09-17 Thread Doug Alcorn
could run uCLinux on it and simplify some of your porting issues for filesystems. If you're not familiar with uCLinux, take a look here for the FAQ (including supported hardware and porting guide) http://www.uclinux.org/pub/uClinux/FAQ.shtml. -- (__) Doug Alcorn - Unix/Linux/Web Developing

[linux-usb-devel] uhci.c: fca0: host controller halted. very bad

2002-09-20 Thread Doug Alcorn
tus 100, change 2, 12 Mb/s Sep 20 12:31:42 kerneltest kernel: hub.c: port 2 enable change, status 100 -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63 D543 |_/ mailto:[EMAIL PROTECTED] http://www.lathi.net --

Re: [linux-usb-devel] usb skeleton

2002-09-20 Thread Doug Alcorn
device inodes requires those major/minor numbers. Going with something like driver fs doesn't require major/minor number character special files. You just operate on normal files. Anyway, YMMV. -- (__) Doug Alcorn - Unix/Linux/Web Developing oo

[linux-usb-devel] using interrupt endpoints

2002-09-20 Thread Doug Alcorn
re out why either would be the case. If someone smart could take a look at my code or my logic described here and tell me why I'm loosing my device I'd appreciate it. me: "head, meet brick wall. brick wall, meet head." -- (__) Doug Alcorn - Unix/Linux/Web Developing oo /

Re: [linux-usb-devel] uhci.c: fca0: host controller halted. verybad

2002-09-23 Thread Doug Alcorn
Johannes Erdfelt <[EMAIL PROTECTED]> writes: > On Fri, Sep 20, 2002, Doug Alcorn <[EMAIL PROTECTED]> wrote: >> Sep 20 12:31:42 kerneltest kernel: uhci.c: root-hub INT complete: port1: 80 port2: >88 data: 4 >> Sep 20 12:31:42 kerneltest kernel: uhci.c: fca0:

Re: [linux-usb-devel] using interrupt endpoints

2002-09-24 Thread Doug Alcorn
ints_dp() wasn't identifying the interrupt endpoint. It never got initialized, so the urb submission rightly failed. Sorry to waste bandwidth. -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63 D543 |_/ mailto:[EMAIL PROTECTED] htt

Re: [linux-usb-devel] uhci.c: fca0: host controller halted. verybad

2002-09-24 Thread Doug Alcorn
be in there. I don't know. I just thought I would give you a heads up that something bad happened that might be related to this patch. I'm going to try and scare up a null-modem cable to setup a serial console. -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2

Re: [linux-usb-devel] uhci.c: fca0: host controller halted. verybad

2002-09-25 Thread Doug Alcorn
ver fs. Is there some routine that I can know will get called at module unload time to insure my driver fs is unmounted? -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63 D543 |_/ mailto:[EMAIL PROTECTED] http://www.lathi.net

Re: [linux-usb-devel] 2.5.42-ac1, 2.5.42, 2.5.41 boot hang withCONFIG_USB_DEBUG=n

2002-10-14 Thread Doug Alcorn
through extra ringers. IMO, either hcd.c or the help text for CONFIG_USB_DEBUG is wrong and one of them needs to be fixed. -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63 D543 |_/ mailto:[EMAIL PROTECTED] http://www.lathi.net

Re: [linux-usb-devel] status of UML usb host controller

2002-10-22 Thread Doug Alcorn
Host Controller" or "user mode linux host controller". Haven't had much luck with either term finding your more recent work. Is there a project page for your patches? Would you like to set one up? Would you like me to set one up for you? -- (__) Doug Alcorn - Unix/

[linux-usb-devel] [PATCH] Change hcd.c to use new CONFIG_USB_HARDENING

2002-10-17 Thread Doug Alcorn
ndif - #include #include "hcd.h" @@ -1074,7 +1068,7 @@ return -EINVAL; } -#ifdef DEBUG +#ifdef CONFIG_USB_HARDENING /* stuff that drivers shouldn't do, but which shouldn't * cause problems in HCDs if they get it wrong. *

Re: [linux-usb-devel] [PATCH] Change hcd.c to use newCONFIG_USB_HARDENING

2002-10-17 Thread Doug Alcorn
is setting extra flags that "shouldn't cause problems when set" but aren't normally set. That causes the core and host controllers to go through extra logic that they wouldn't normally do. All I'm trying to do with this patch is eliminate extra code paths that don't reall

[linux-usb-devel] deadlock in device driver

2003-08-27 Thread Doug Alcorn
ht be? Any recommendations? BTW, you can find the full source to my driver at http://lathi.net/view/Main/DataPlay. -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63 D543 |_/ mailto:[EMAIL PROTECTED] http://www.lathi.net mailto:[EMAIL