Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-11-04 Thread Randy.Dunlap
On Thu, 2 Nov 2006, David Brownell wrote: > On Thursday 02 November 2006 6:27 pm, Adrian Bunk wrote: > > > It seems to lack the "select MII" at the USB_RTL8150 option that was in > > Randy's first patch? > > I was just addressing the usbnet issues ... that driver doesn't > use the usbnet framework

Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-10-28 Thread Randy.Dunlap
Adrian Bunk wrote: > On Wed, Oct 25, 2006 at 04:58:58PM -0700, Randy Dunlap wrote: >> ... >> Build tested with CONFIG_MII=y, m, n. >> ... >> --- linux-2619-rc3-pv.orig/drivers/usb/net/usbnet.c >> +++ linux-2619-rc3-pv/drivers/usb/net/usbnet.c >> @@ -47,6 +47,12 @@ >> >> #define DRIVER_VERSION

Re: [linux-usb-devel] [PATCH 1/2] !CONFIG_NET_ETHERNET unsets CONFIG_PHYLIB, but CONFIG_USB_USBNET also needs CONFIG_PHYLIB

2006-10-26 Thread Randy.Dunlap
David Brownell wrote: > On Wednesday 25 October 2006 4:59 pm, Randy Dunlap wrote: >> On Wed, 25 Oct 2006 15:27:09 -0700 David Brownell wrote: >> >>> The other parts are right, this isn't. >>> >>> Instead, "usbnet.c" should #ifdef the relevant ethtool hooks >>> according to CONFIG_MII ... since it's

Re: [linux-usb-devel] [RFC] USB device persistence across suspend-to-disk

2006-09-05 Thread Randy.Dunlap
On Tue, 5 Sep 2006 11:26:48 -0400 (EDT) Alan Stern wrote: > Index: mm/Documentation/usb/persist.txt > === > --- /dev/null > +++ mm/Documentation/usb/persist.txt > @@ -0,0 +1,154 @@ > + > + What is the solution? > + > +Setting the

[linux-usb-devel] [PTCH -mm] adutux: fix printk format warnings

2006-08-26 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix printk format warnings: drivers/usb/misc/adutux.c:388: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ drivers/usb/misc/adutux.c:541: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’ drivers/usb/misc/ad

[linux-usb-devel] [PATCH -mm] aircable: fix printk format warnings

2006-08-26 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix printk format warnings: drivers/usb/serial/aircable.c:221: warning: format ‘%Zd’ expects type ‘signed size_t’, but argument 4 has type ‘int’ drivers/usb/serial/aircable.c:283: warning: format ‘%Zd’ expects type ‘signed size_t’, but argument 4 has type ‘

Re: [linux-usb-devel] [PATCH] Support for gzipped usb.ids files

2006-08-22 Thread Randy.Dunlap
On Mon, 14 Aug 2006 15:22:10 +0200 Aurelien Jarno wrote: > Hi! > > On Tue, Aug 08, 2006 at 06:36:30PM +0200, Aurelien Jarno wrote: > > On Tue, Aug 08, 2006 at 02:22:24PM +0200, Thomas Sailer wrote: > > > On Sun, 2006-08-06 at 14:10 -0700, Randy.Dunlap wrote: > > &g

Re: [linux-usb-devel] [PATCH] Support for gzipped usb.ids files

2006-08-08 Thread Randy.Dunlap
On Tue, 08 Aug 2006 14:22:24 +0200 Thomas Sailer wrote: > On Sun, 2006-08-06 at 14:10 -0700, Randy.Dunlap wrote: > > > It was just posted to the linux-pci m-l on Aug-04 and has not > > been acted on. > > I'm a bit worried that just storing a gzipped file as usb.ids

Re: [linux-usb-devel] [PATCH] Support for gzipped usb.ids files

2006-08-06 Thread Randy.Dunlap
On Sun, 6 Aug 2006 17:08:34 +0200 Aurelien Jarno wrote: > On Sat, Aug 05, 2006 at 04:02:39PM -0700, David Brownell wrote: > > There seems to be a missing "install gzipped usb.ids file" step > > for "make install" ... > > Oops, you are right. Please find attached a new version of the patch. > > >

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-10 Thread Randy.Dunlap
On Mon, 10 Jul 2006 14:51:40 -0300 Naranjo Manuel Francisco wrote: > Hi, > I'm sending the patch again, I have applied the modifications suggested by > Randy > Dunlap. I hope this time the patch gets to you exactly as I have sended it. > I'm sending this patch using a different account, not gmail

Re: [linux-usb-devel] [PATCH] usbcore: add back missing #include line

2006-07-10 Thread Randy.Dunlap
On Mon, 10 Jul 2006 12:14:09 -0400 (EDT) Alan Stern wrote: > Greg: > > This patch (as750) adds back a #include line that accidentally got deleted > in that long series of patches last week. > > Alan Stern > > > > Signed-off-by: Alan Stern <[EMAIL PROTECTED]> > > --- > > Index: usb-2.6/driv

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-10 Thread Randy.Dunlap
On Sun, 09 Jul 2006 17:26:43 -0300 Manuel Naranjo wrote: > Hi, > Here is the patch again :) , I have made the corrections suggested by > Olivier and Luiz. > I have corrected what my email client was removing. > Please take a look at it. The Kconfig and Makefile patches fail for me. They appear to

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver Revision 3

2006-07-09 Thread Randy.Dunlap
On Sun, 9 Jul 2006 15:10:32 -0300 Naranjo Manuel Francisco wrote: > Hi, > Here is the patch again :), I have made the corrections suggested by > Olivier and Luiz. > Please take a look at it. > Naranjo, Manuel Francisco > [EMAIL PROTECTED] Something along the way (mail client/server) has split (br

Re: [linux-usb-devel] [RFC][PATCH] AIRcable USB Bluetooth Dongle Driver

2006-07-07 Thread Randy.Dunlap
On Thu, 6 Jul 2006 16:41:10 +0200 Oliver Neukum wrote: > Am Donnerstag, 6. Juli 2006 16:23 schrieb Naranjo Manuel Francisco: > > Question when i have corrected all that you told me to correct, do i > > send a patch showing the differences or I must send patch will the > > hole thing, i think the s

Re: [linux-usb-devel] how I know if a interrupt is ioapic_edge_type or ioapic_level_type? [Was Re: [Fwd: Re: [Linux-usb-users] Fwd: Re: 2.6.17-rc6-mm2 - USB issues]]

2006-06-23 Thread Randy.Dunlap
On Fri, 23 Jun 2006 02:50:15 +0100 Sergio Monteiro Basto wrote: > On Thu, 2006-06-22 at 18:39 -0700, Randy.Dunlap wrote: > > This sounds like just running with CONFIG_IO_APIC=n or using > > "noapic" on the kernel boot command line. If that's what is > > neede

Re: [linux-usb-devel] how I know if a interrupt is ioapic_edge_type or ioapic_level_type? [Was Re: [Fwd: Re: [Linux-usb-users] Fwd: Re: 2.6.17-rc6-mm2 - USB issues]]

2006-06-23 Thread Randy.Dunlap
On Fri, 23 Jun 2006 02:00:44 +0100 Sergio Monteiro Basto wrote: > On Thu, 2006-06-22 at 15:54 -0700, Chris Wedgwood wrote: > > On Thu, Jun 22, 2006 at 11:46:38PM +0100, Sergio Monteiro Basto wrote: > > > > > yap, in my opinion this function should back to > > > > > +DECLARE_PCI_FIXUP_ENABLE(PCI_

Re: [linux-usb-devel] how I know if a interrupt is ioapic_edge_type or ioapic_level_type? [Was Re: [Fwd: Re: [Linux-usb-users] Fwd: Re: 2.6.17-rc6-mm2 - USB issues]]

2006-06-23 Thread Randy.Dunlap
On Thu, 22 Jun 2006 23:46:38 +0100 Sergio Monteiro Basto wrote: > On Thu, 2006-06-22 at 14:29 -0700, Randy.Dunlap wrote: > > On Thu, 22 Jun 2006 12:56:25 +0100 Sergio Monteiro Basto wrote: > > > > > On Wed, 2006-06-21 at 21:08 -0700, Randy.Dunlap wrote: > > >

Re: [linux-usb-devel] how I know if a interrupt is ioapic_edge_type or ioapic_level_type? [Was Re: [Fwd: Re: [Linux-usb-users] Fwd: Re: 2.6.17-rc6-mm2 - USB issues]]

2006-06-23 Thread Randy.Dunlap
On Thu, 22 Jun 2006 12:56:25 +0100 Sergio Monteiro Basto wrote: > On Wed, 2006-06-21 at 21:08 -0700, Randy.Dunlap wrote: > > > > If you have a specific issue/problem, it would probably be > > better just to focus on that. > > on linux-2.6.17/drivers/pci/quirks.c

Re: [linux-usb-devel] how I know if a interrupt is ioapic_edge_type or ioapic_level_type? [Was Re: [Fwd: Re: [Linux-usb-users] Fwd: Re: 2.6.17-rc6-mm2 - USB issues]]

2006-06-23 Thread Randy.Dunlap
On Thu, 22 Jun 2006 02:04:48 +0100 Sergio Monteiro Basto wrote: > who no, how sorry! I am a little tired > > On Wed, 2006-06-21 at 17:47 -0700, Randy.Dunlap wrote: > > On Thu, 22 Jun 2006 01:36:46 +0100 Sergio Monteiro Basto wrote: > > > > > who I do know if a

Re: [linux-usb-devel] who I do know if a interrupt is ioapic_edge_type or ioapic_level_type? [Was Re: [Fwd: Re: [Linux-usb-users] Fwd: Re: 2.6.17-rc6-mm2 - USB issues]]

2006-06-23 Thread Randy.Dunlap
On Thu, 22 Jun 2006 01:36:46 +0100 Sergio Monteiro Basto wrote: > who I do know if a interrupt is ioapic_edge_type or ioapic_edge_type ? Do you mean how they are configured in a running kernel? cat /proc/interrupts :: CPU0 CPU1 0: 12412944 12407808IO-APIC-edge

[linux-usb-devel] [PATCH] fix usb kernel-doc

2006-06-22 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Warning(/var/linsrc/linux-2617-g4//include/linux/usb.h:66): No description found for parameter 'ep_dev' Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- include/linux/usb.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2617-g4.ori

Re: [linux-usb-devel] [GIT PATCH] USB patches for 2.6.17

2006-06-22 Thread Randy.Dunlap
On Thu, 22 Jun 2006 11:30:21 -0700 Greg KH wrote: > On Thu, Jun 22, 2006 at 11:18:26AM -0700, Greg KH wrote: > > On Wed, Jun 21, 2006 at 06:22:58PM -0700, Linus Torvalds wrote: > > > And as usual, the diff options work fine with "git log" too, so you can do > > > > > > git log -M --stat --summa

Re: [linux-usb-devel] USB enumeration

2006-06-20 Thread Randy.Dunlap
On Tue, 20 Jun 2006 14:35:28 -0500 Ken Cobler wrote: > This might be off topic, but, I have been scouring the web with little > luck in finding what I am looking for. > > USB enumeration and mapping to dev fs. Can this be controlled in some > way (through a script) ? You don't say what kernel

Re: [linux-usb-devel] [3/3] USB: make endpoints real struct devices

2006-06-15 Thread Randy.Dunlap
On Thu, 15 Jun 2006 15:08:43 -0700 David Brownell wrote: > On Thursday 15 June 2006 1:36 pm, Greg KH wrote: > > On Thu, Jun 15, 2006 at 01:07:32PM -0700, David Brownell wrote: > > > On Wednesday 14 June 2006 11:33 pm, Greg KH wrote: > > > > > > > + snprintf(ep_dev->dev.bus_id, BUS_ID_SIZE,

[linux-usb-devel] Re: [linux-pm] __releases and __acquires macros in compiler.h

2006-05-03 Thread Randy.Dunlap
kernel source code and this email from Linus: http://marc.theaimsgroup.com/?l=linux-sparse&m=109865107109043&w=2 > Thanks and regards, > Rasmit. > > > > -Original Message- > > From: Randy.Dunlap [mailto:[EMAIL PROTECTED] > > Sent: Thursday, M

[linux-usb-devel] Re: [linux-pm] __releases and __acquires macros in compiler.h

2006-05-03 Thread Randy.Dunlap
On Thu, 4 May 2006 11:13:20 +0530 [EMAIL PROTECTED] wrote: > Hi all, > I came across two macros __releases and __acquires defined in > compiler.h. > Can anyone please tell me the exact use of these two macros. They are for the sparse static checker to count locks released and acquired, to mak

Re: [linux-usb-devel] Re: ovfx2 status ?

2006-05-03 Thread Randy.Dunlap
On Tue, 02 May 2006 16:27:12 -0700 Mark McClelland wrote: > Randy.Dunlap wrote: > > On Tue, 02 May 2006 12:47:20 -0700 Mark McClelland wrote: > > > >> Randy.Dunlap wrote: > >>> I downloaded 2.32 and tested it on my ibot2. All that I see is a > >&g

Re: [linux-usb-devel] Re: ovfx2 status ?

2006-05-02 Thread Randy.Dunlap
On Tue, 02 May 2006 12:47:20 -0700 Mark McClelland wrote: > Randy.Dunlap wrote: > > I downloaded 2.32 and tested it on my ibot2. All that I see is a > > kernel log message that says: > > /home/rdunlap/builds/ov511-2.32/ovfx2.c: No sensor is detected yet > > any time

Re: [linux-usb-devel] Re: ovfx2 status ?

2006-05-01 Thread Randy.Dunlap
On Mon, 27 Mar 2006 09:20:46 -0800 Randy.Dunlap wrote: > On Mon, 27 Mar 2006 08:46:23 -0800 Mark McClelland wrote: > > > Randy.Dunlap wrote: > > > Hi Mark, > > > > > > Has there been any ovfx2 progress lately? > > > > As a matter of fact,

[linux-usb-devel] Re: [2.6 Patch] isdn4linux: Siemens Gigaset base driver: fix disconnect handling

2006-04-20 Thread Randy.Dunlap
On Thu, 20 Apr 2006 17:32:36 +0200 Adrian Bunk wrote: > On Thu, Apr 20, 2006 at 08:21:20AM -0700, Randy.Dunlap wrote: > > On Thu, 20 Apr 2006 14:07:11 +0200 Tilman Schmidt wrote: > > > > > On 20.04.2006 09:11, Andrew Morton wrote: > > > > Tilm

[linux-usb-devel] Re: [2.6 Patch] isdn4linux: Siemens Gigaset base driver: fix disconnect handling

2006-04-20 Thread Randy.Dunlap
On Thu, 20 Apr 2006 14:07:11 +0200 Tilman Schmidt wrote: > On 20.04.2006 09:11, Andrew Morton wrote: > > Tilman Schmidt <[EMAIL PROTECTED]> wrote: > > > >>This patch fixes a possible Oops in the Siemens Gigaset base driver when > >> the device is unplugged while an ISDN connection is still active

Re: [linux-usb-devel] [OOPS] console=ttyUSB0 with ftdi_sio

2006-04-12 Thread Randy.Dunlap
On Wed, 12 Apr 2006 15:14:54 -0700 Greg KH wrote: > On Thu, Apr 13, 2006 at 12:06:55AM +0200, Guennadi Liakhovetski wrote: > > This is the uncertain part. It also addresses several problems, so, could > > also be further splitted, but this is just a draft anyway... I am not even > > signing-off

Re: [linux-usb-devel] Re: ovfx2 status ?

2006-03-27 Thread Randy.Dunlap
On Mon, 27 Mar 2006 08:46:23 -0800 Mark McClelland wrote: > Randy.Dunlap wrote: > > Hi Mark, > > > > Has there been any ovfx2 progress lately? > > As a matter of fact, yes. I've been working on adding V4L2 support, and > should have a semi-functional implemen

[linux-usb-devel] ovfx2 status ?

2006-03-26 Thread Randy.Dunlap
Hi Mark, Has there been any ovfx2 progress lately? Vojtech, didn't you know of some issues with the driver and possibly have some updates for them? Can you post those? Thanks, --- ~Randy --- This SF.Net email is sponsored by xPML, a groundbr

[linux-usb-devel] gadget/fs comment

2006-03-26 Thread Randy.Dunlap
gadget/file_storage.c says: #define MAX_LUNS8 /* Arggh! There should be a module_param_array_named macro! */ static char *file[MAX_LUNS]; static int ro[MAX_LUNS]; and ahoy matey, there is such a macro. Does it need to be used here? --- ~Randy --

[linux-usb-devel] Re: [PATCH] reduce syslog clutter (take 2)

2006-03-10 Thread Randy.Dunlap
On Fri, 10 Mar 2006 10:15:13 +0100 Tilman Schmidt wrote: > Greg KH wrote: > > On Thu, Mar 09, 2006 at 01:18:47PM -0800, Pete Zaitcev wrote: > [...] > >> Symbol names are generally unique. As a USB stack developer, I never saw > >> the file name being useful for anything in the error message, let a

[linux-usb-devel] Re: [PATCH] reduce syslog clutter (take 2)

2006-03-09 Thread Randy.Dunlap
On Thu, 9 Mar 2006 03:02:57 -0800 Andrew Morton wrote: > Tilman Schmidt <[EMAIL PROTECTED]> wrote: > > > > The current versions of the err() / info() / warn() syslog macros > > insert __FILE__ at the beginning of the message, which expands to > > the complete path name of the source file within

[linux-usb-devel] Re: [PATCH] reduce syslog clutter (take 2)

2006-03-08 Thread Randy.Dunlap
On Wed, 08 Mar 2006 23:54:23 +0100 Tilman Schmidt wrote: > The current versions of the err() / info() / warn() syslog macros > insert __FILE__ at the beginning of the message, which expands to > the complete path name of the source file within the kernel tree. > > With the following patch, when u

Re: [linux-usb-devel] RE: Spam:Re: USB Host Stack Debugging

2006-02-13 Thread Randy.Dunlap
On Tue, 14 Feb 2006 10:08:06 +0530 Mukund JB. wrote: > > Hi Randy, > > >> > >> Dear All, > >> Can some BIG HEAD help on this? > >> I guess it is the 2.2.6 kernel might have had the USB initial USB > Stack. > >> i.e. Linus initial USB Mouse debugging STACK. > >> Can some one please help me with a

[linux-usb-devel] Re: Spam:Re: USB Host Stack Debugging

2006-02-13 Thread Randy.Dunlap
(moved to linux-usb-devel mailing list) On Mon, 13 Feb 2006 13:11:09 +0530 Mukund JB. wrote: > > Dear All, > Can some BIG HEAD help on this? > I guess it is the 2.2.6 kernel might have had the USB initial USB Stack. > i.e. Linus initial USB Mouse debugging STACK. > Can some one please help me w

Re: [linux-usb-devel] Usb-Serial console problem with linux-2.6.10

2006-01-28 Thread Randy.Dunlap
On Tue, 10 Jan 2006 16:37:34 -0800 Greg KH wrote: > On Tue, Jan 10, 2006 at 12:31:01AM -0800, jassi brar wrote: > > Hi, > > I have problem using prolific usb/serial adaptor for > > console. > > > > It prints boot messages but stop after printing > > "warning: unable to open an initial console.

Re: [linux-usb-devel] Re: [PATCH] USB HID: add blacklist entry for HP keyboard

2006-01-25 Thread Randy.Dunlap
On Wed, 25 Jan 2006, Michael Fischer wrote: > Pete Zaitcev wrote: > > On Wed, 25 Jan 2006 16:31:35 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> > > wrote: > > > > > >> This patch (as643) removes the clear-halt call and adds the blacklist > >> entry. > >> > > > > > >> Signed-off-by: Alan Stern <[EM

Re: [linux-usb-devel] Generic USB driver

2006-01-23 Thread Randy.Dunlap
On Mon, 23 Jan 2006, Randy.Dunlap wrote: > On Mon, 23 Jan 2006, Arne Caspari wrote: > > > Hi! > > > > Is there a generic USB driver that allows access to USB devices from a > > userspace application? I am thinking of a driver that does for USB what > > raw1394

Re: [linux-usb-devel] Generic USB driver

2006-01-23 Thread Randy.Dunlap
On Mon, 23 Jan 2006, Arne Caspari wrote: > Hi! > > Is there a generic USB driver that allows access to USB devices from a > userspace application? I am thinking of a driver that does for USB what > raw1394 does for firewire. > > It should support bulk and isochronous streams. > > Is there somethin

Re: [linux-usb-devel] Looking for help porting to 2.6

2005-12-29 Thread Randy.Dunlap
On Thu, 29 Dec 2005 17:02:19 -0600 John wrote: > I'm a novice programmer looking for help porting a USB kernel module > for 2.4 to 2.6. > > I've got no idea what I'm doing really, is there anyone who'd be > willing to help? Once it compiles, I can test etc. It's for an Epson > TM series POS pri

[linux-usb-devel] [PATCH] EHCI: fix gfp_t sparse warning

2005-12-25 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix sparse warning: drivers/usb/host/ehci-hcd.c:719:35: warning: incorrect type in argument 3 (different base types) drivers/usb/host/ehci-hcd.c:719:35:expected unsigned int [unsigned] mem_flags drivers/usb/host/ehci-hcd.c:719:35:got restricted unsi

Re: [linux-usb-devel] Re: ehci-hcd reload

2005-12-22 Thread Randy.Dunlap
On Thu, 22 Dec 2005, Greg KH wrote: > On Thu, Dec 22, 2005 at 08:12:02PM +, James Courtier-Dutton wrote: > > Randy.Dunlap wrote: > > >> > > >>Load ehci-hcd OR ohci-hcd, but not both at the same time. > > > > > > > > >What&

Re: [linux-usb-devel] Re: ehci-hcd reload

2005-12-22 Thread Randy.Dunlap
On Thu, 22 Dec 2005, James Courtier-Dutton wrote: > Brown, Len wrote: > > > > > >>As an alternate experiment, > >>first manually insmod ohci-hcd.ko and then insmod ehci-hcd.ko. > > > > > > keyboard started working when ohci-hcd was loaded, > > loading ehci-hcd broke it > > unloading ehci-hcd fixe

Re: [linux-usb-devel] Question concerning message sequence to usb storage

2005-12-17 Thread Randy.Dunlap
device descriptor and log > that cp request. > They are doing this on Windows so of course they want > it on Linux. Do you have any idea how it's done on Windows (generally)? /me wonders about "They" and who the apparently untrusted users are... > Thanks, > Garyc >

Re: [linux-usb-devel] Question concerning message sequence to usb storage

2005-12-17 Thread Randy.Dunlap
On Sat, 17 Dec 2005 12:49:35 -0800 (PST) gary clark wrote: > > Hello, > > I want to trace what happens when a file is copied to > a usb storage device. The linux "cp" command will > perform an open on > the path given and obtain the inode which is used to > access the usb device. Can somebody te

[linux-usb-devel] Re: 2.6.15-rc5-mm1

2005-12-05 Thread Randy.Dunlap
copy linux-usb-devel list... On Tue, 6 Dec 2005, J.A. Magallon wrote: > On Sun, 4 Dec 2005 23:21:53 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.15-rc5/2.6.15-rc5-mm1/ > > > > > > I still get this oops on boot, then th

[linux-usb-devel] [PATCH] kernel-doc for linux/usb.h

2005-11-18 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix kernel-doc warning in linux/usb.h. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- include/linux/usb.h |1 + 1 files changed, 1 insertion(+) diff -Naurp linux-2615-rc1-g6/include/linux/usb.h~kdoc_usb_h linux-2615-rc1-g6/include/linux/usb.h --

RE: [linux-usb-devel] USB Memory Modules

2005-11-03 Thread Randy.Dunlap
ginal Message > > Subject: RE: [linux-usb-devel] USB Memory Modules > > From: "Randy.Dunlap" <[EMAIL PROTECTED]> > > Date: Thu, November 03, 2005 4:30 pm > > To: [EMAIL PROTECTED] > > Cc: "Randy.Dunlap" <[EMAIL PROTECTED]

RE: [linux-usb-devel] USB Memory Modules

2005-11-03 Thread Randy.Dunlap
it's named). Oh, you didn't give us the kernel message log from when you insert the USB device... ~Randy > > ---- Original Message > > Subject: Re: [linux-usb-devel] USB Memory Modules > > From: "Randy.Dunlap" <[EMAIL PROTECTED]>

Re: [linux-usb-devel] USB Memory Modules

2005-11-03 Thread Randy.Dunlap
On Thu, 3 Nov 2005 [EMAIL PROTECTED] wrote: > I have updated and upgraded my Debian Linux stable distribution many > times. I use gdm for the xwindow environment. I had been accustomed > to reading in the contents of a 128 Megabyte memory module by going > into the terminal window as root and ty

[linux-usb-devel] [PATCH] usb/buffer: fix kernel-doc

2005-10-23 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> usb/core/buffer.c does not contain Exported symbols, so use !I instead of !E. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/DocBook/usb.tmpl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naurp linux-2614-rc5/Documenta

Re: [linux-usb-devel] Re: [PATCH 01/04] USB: add notifier

2005-10-19 Thread Randy.Dunlap
On Wed, 19 Oct 2005, Greg KH wrote: > On Wed, Oct 19, 2005 at 01:24:58PM -0700, gary clark wrote: > > I am new to this evolving linux USB list. Hence please > > excuse my lack of understanding of the current state > > of design. > > > > What I want to achieve is to have the ability to > > enable/d

[linux-usb-devel] [PATCH] usb doc: fix kernel-doc warning

2005-10-15 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> usb/core/buffer.c doesn't export any symbols, so it should use !I instead of !E to eliminate this warning message: Warning(/var/linsrc/linux-2614-rc4//drivers/usb/core/buffer.c): no structured comments found Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>

Re: [linux-usb-devel] USB function driver document needed

2005-10-06 Thread Randy.Dunlap
On Thu, 6 Oct 2005 15:20:47 +0530 AnsumanTapan Satpathy wrote: > Hi, > > I am quite new to USB device drivers. I have Linux device which I > want to publish as a video device. So, basically i want to write a USB > camera function driver. But I am not able to find any specific > documents on this

[linux-usb-devel] [PATCH] safe_serial: use preprocessor directive for error

2005-10-02 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Use valid #preprocessor instruction to generate an error. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/usb/serial/safe_serial.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naurp linux-2614-rc2-git6/drivers/usb/serial/sa

Re: [linux-usb-devel] driver version in sysfs

2005-09-28 Thread Randy.Dunlap
(btw, Bill, reply-to-all is customary on almost all Linux-related mailing lists) On Wed, 28 Sep 2005 23:01:01 -0400 (EDT) Alan Stern wrote: > On Wed, 28 Sep 2005, Bill Rees wrote: > > > Randy.Dunlap wrote: > > > > >On Wed, 28 Sep 2005, Bill Rees wrote: > > &

Re: [linux-usb-devel] driver version in sysfs

2005-09-28 Thread Randy.Dunlap
On Wed, 28 Sep 2005, Bill Rees wrote: > Hi All, > > First of all, are driver versions located anywhere in the sysfs tree? > I've looked through the code of some devices and didn't see any. What > I'ld like to do is add a software driver version to the sysfs tree but > don't know the proper locati

Re: [linux-usb-devel] Re: OHCI is claiming my USB 2.0 devices

2005-09-26 Thread Randy.Dunlap
On Mon, 26 Sep 2005 23:40:20 -0400 Chuck Ebbert wrote: > In-Reply-To: <[EMAIL PROTECTED]> > > On Sat, 24 Sep 2005 at 10:59:14 -0400, Alan Stern wrote: > > > Have you tried building these things as modules instead of compiling them > > into the kernel? Then you could test what happens when you

Re: [linux-usb-devel] Re: CDC-ACM class driver/driver development

2005-09-21 Thread Randy.Dunlap
On Wed, 21 Sep 2005, David Kubicek wrote: > On Wed, Sep 21, 2005 at 06:32:05PM +0200, Oliver Neukum wrote: > > Am Mittwoch, 21. September 2005 14:51 schrieb David Kubicek: > > > Hello all, > > > > > > I am sorry for being so slow with the new patch - didn't really have > > > time for hacking on th

Re: [linux-usb-devel] question on bandwidth release.

2005-09-13 Thread Randy.Dunlap
On Tue, 13 Sep 2005, Alan Stern wrote: > On Tue, 13 Sep 2005, Franck wrote: > > > Thanks for these usefull explanations ! I have another question ;) > > urb->error_count is documented (in kernel code)as follows: "Returns > > the number of ISO transfers that reported errors." For not ISO > > transf

Re: [linux-usb-devel] encode Video data, and saved data in USB storage

2005-09-12 Thread Randy.Dunlap
On Tue, 13 Sep 2005 10:49:00 +0800 Liau.Cloud wrote: > > -Original Message- > From: Randy.Dunlap [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 10:28 AM > To: Liau.Cloud > Cc: linux-usb-devel@lists.sourceforge.net > Subject: Re: [linux-usb-devel] e

Re: [linux-usb-devel] multiple webcam single machine

2005-09-12 Thread Randy.Dunlap
(back on the mailing list) On Sun, 11 Sep 2005 22:30:08 -0700 (PDT) jatan wrote: > > > > > > Thanx for replying. Ya, I am connecting 3 webcams > > to > > > single usb host controller. I am using usb hub to > > > connect rest 2 out of 3 webcams. usb documentation > > > says that one can attach 1

Re: [linux-usb-devel] encode Video data, and saved data in USB storage

2005-09-12 Thread Randy.Dunlap
On Mon, 12 Sep 2005 14:04:06 +0800 Liau.Cloud wrote: > Dear all: >I used VWEB vw2010 to encode Video data, and saved data in USB storage > through PCI. When I used NEC HC chip, system will crash at processing the > write function of VWEB > encode. But it's OK with VIA HC chip. What was

Re: [linux-usb-devel] multiple webcam single machine

2005-09-11 Thread Randy.Dunlap
(keep it on the mailing list, please; back on there now) On Sun, 11 Sep 2005 20:17:01 -0700 (PDT) jatan wrote: > > Bandwidth allocation is a kernel config option under > > the main USB > > config heading. I would expect (but don't know) > > that most distros > > do not enable it. It's mostly

[linux-usb-devel] Re: encode Video data, and saved data in USB storage

2005-09-11 Thread Randy.Dunlap
(let's move this to the usb-devel list) On Mon, 12 Sep 2005 12:06:41 +0800 Liau.Cloud wrote: > Dear all: >I used VWEB vw2010 to encode Video data, and saved data in USB storage > through PCI. > When I used NEC HC chip, system will crash at processing the write function > of VWEB enc

Re: [linux-usb-devel] multiple webcam single machine

2005-09-11 Thread Randy.Dunlap
On Sun, 11 Sep 2005 18:25:35 -0700 (PDT) jatan wrote: > Hello, > > i am a newbie in linux. i am supposed to attach three > webcams to a single machine(logitech pro 4000). linux > successfully detects three webcams but applications > like streamer, webcam dont work with three webcams > attached.on

[linux-usb-devel] [PATCH] proc_usb_info.txt: add blank lines

2005-09-08 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Update Documentation/usb/proc_usb_info.txt: - remove some trailing whitespace - add a blank line before each T: line to match current kernel and to make the text more readable. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/usb/proc_u

Re: [linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Randy.Dunlap
On Thu, 18 Aug 2005 20:53:43 -0700 (PDT) Annamalai Prakash wrote: > Hi, > > Anybody have tried to add isoc endpoints and isoc read/write callback > functions in Serial to USB Converter driver ?. > > I have seen some drivers under /driver/usb/serial. All driver uses Bulk > and other e

Re: [linux-usb-devel] USB hub device naming

2005-08-02 Thread Randy.Dunlap
On Tue, 2 Aug 2005 23:47:18 -0400 Jon Smirl wrote: > Any idea where this is coming from? The word controller is missing > from device #3. It also shows up in HAL the same way. Uh, where did you get this list to paste it in email? lspci, kernel, X, or anything else that uses pcilib... > 00:1d.0

[linux-usb-devel] [PATCH] usblp: rate-limit printer status error messages

2005-07-31 Thread Randy.Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Rate-limit usblp printer error status messages. I unplugged my USB printer and almost instantly got several hundred of these in my kernel message log: drivers/usb/class/usblp.c: usblp0: error -19 reading printer status Signed-off-by: Randy Dunlap <[EMAIL PR

Re: [linux-usb-devel] HELP: Problem with HP Laserjet 1022 and USB in Linux 2.6.12

2005-07-31 Thread Randy.Dunlap
(resending, sorry about losing the threading and the dup. messages; i seem to have had some email client config problems) On Sun, 31 Jul 2005 16:38:45 +1000 Neil Brown wrote: > On Saturday July 30, [EMAIL PROTECTED] wrote: > > > > What I would do would be to install Snoopy on Windows, get that

Re: [linux-usb-devel] Problem seeing SD card on 6-1 USB Reader

2005-05-02 Thread Randy.Dunlap
On Mon, 2 May 2005 20:41:19 +1000 Ian Wienand wrote: | Hi, | | I have a Billionton branded 6-1 card reader which I can't for the life | of me get to recognise the SD card (the CF card works OK). | | I have everything I can think of turned on, including multiple lun | support. | | lsub shows me

Re: [linux-usb-devel] Questions about the USB stack and networking

2005-05-01 Thread Randy.Dunlap
On Sun, 1 May 2005 21:31:45 -0400 Gregg C Levine wrote: | Hello from Gregg C Levine | In going over the LinkSys website I see three USB Network devices. All three | naturally do not mention Linux on their portion of the site regarding | operating systems. | | Is the USB stack's networking driver

Re: [linux-usb-devel] __FILE__ returns full path now?

2005-04-22 Thread Randy.Dunlap
On Sat, 23 Apr 2005 02:28:15 +0400 Michael Tokarev <[EMAIL PROTECTED]> wrote: > Randy.Dunlap wrote: > > On Mon, 18 Apr 2005 11:15:50 -0500 Stephen Morgan wrote: > > > > | Hello all, > > | > > | I'm converting a USB driver for Linux 2.4.20-8 to 2.

Re: [linux-usb-devel] __FILE__ returns full path now?

2005-04-22 Thread Randy.Dunlap
On Sat, 23 Apr 2005 02:29:46 +0400 Michael Tokarev <[EMAIL PROTECTED]> wrote: > Randy.Dunlap wrote: > > On Mon, 18 Apr 2005 14:51:38 -0500 Stephen Morgan wrote: > [] > > | Thanks Randy. So, is __FILE__ deprecated usage now? I know it was > > | used extensively

Re: [linux-usb-devel] __FILE__ returns full path now?

2005-04-18 Thread Randy.Dunlap
On Mon, 18 Apr 2005 14:51:38 -0500 Stephen Morgan wrote: | > -Original Message- | > From: Randy.Dunlap [mailto:[EMAIL PROTECTED] | > Sent: Monday, April 18, 2005 11:21 AM | > To: Stephen Morgan | > Cc: linux-usb-devel@lists.sourceforge.net | > Subject: Re: [linux-u

Re: [linux-usb-devel] __FILE__ returns full path now?

2005-04-18 Thread Randy.Dunlap
On Mon, 18 Apr 2005 11:15:50 -0500 Stephen Morgan wrote: | Hello all, | | I'm converting a USB driver for Linux 2.4.20-8 to 2.6.9-1.667 and have found | that the __FILE__ macro is now giving me the full path of the driver source. | In 2.4, I was just getting the file name. Like: | | /home/me/

Re: [linux-usb-devel] RE: linux 2.6 porting issue

2005-04-14 Thread Randy.Dunlap
On Thu, 14 Apr 2005 17:16:33 -0700 Lan, Oliver wrote: | Greg, | In my program, I have following lines: | struct usbdevfs_urb *pURB; | pURB->type = USBDEVFS_URB_TYPE_BULK; | pURB->endpoint = endpoint; | pURB->buffer = pBuffer; | pURB->buffer_length = iBufferLen; |

Re: [linux-usb-devel] no more usb bk trees

2005-04-07 Thread Randy.Dunlap
On Thu, 7 Apr 2005 22:05:28 -0400 (EDT) Alan Stern wrote: | On Thu, 7 Apr 2005, Christopher Li wrote: | | > So now when you what to do a "bk pull", you go out and see Greg has any | > new patch on the site or not. If there is, grab it and reapply it. | > (after using your local quilt pop out all

Re: [linux-usb-devel] Reverse Engineering FM Whale Mouse

2005-03-29 Thread Randy.Dunlap
On Tue, 29 Mar 2005, Randy.Dunlap wrote: Jan Merka wrote: On Tuesday 29 March 2005 12:08 pm, jklaas wrote: In the process of doing this, I updated a couple of perl scripts that parse sniffusb 1.8 and snoopypro 0.22 plain text logs. These scripts originally came from the hp5400 scanner project

Re: [linux-usb-devel] Reverse Engineering FM Whale Mouse

2005-03-29 Thread Randy.Dunlap
Jan Merka wrote: On Tuesday 29 March 2005 12:08 pm, jklaas wrote: In the process of doing this, I updated a couple of perl scripts that parse sniffusb 1.8 and snoopypro 0.22 plain text logs. These scripts originally came from the hp5400 scanner project. Let me know if anyone is interested in them

[linux-usb-devel] [PATCH] usb/hcd: fix gcc printk warnings

2005-03-16 Thread Randy.Dunlap
Fix gcc printk warnings: drivers/usb/core/hcd.c:1689: warning: long long unsigned int format, u64 arg (arg 6) drivers/usb/core/hcd.c:1695: warning: long long unsigned int format, u64 arg (arg 5) Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> diffstat:= drivers/usb/core/hcd.c |6 -- 1

[linux-usb-devel] [PATCH] pwc: fix printk arg types

2005-03-14 Thread Randy.Dunlap
Fix gcc printk arg type warnings: drivers/usb/media/pwc/pwc-if.c:325: warning: int format, different type arg (arg 2) drivers/usb/media/pwc/pwc-if.c:1182: warning: int format, different type arg (arg 4) Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> diffstat:= drivers/usb/media/pwc/pwc-if.c

[linux-usb-devel] [PATCH] sisusb: fix arg. types

2005-03-14 Thread Randy.Dunlap
Fix gcc printk arg type and other function parameter warnings: drivers/usb/misc/sisusbvga/sisusb.c: In function `sisusb_send_packet': drivers/usb/misc/sisusbvga/sisusb.c:583: warning: passing arg 7 of `sisusb_send_bulk_msg' from incompatible pointer type drivers/usb/misc/sisusbvga/sisusb.c:591:

Re: [linux-usb-devel] Help with Linksys USB200M

2005-02-28 Thread Randy.Dunlap
[EMAIL PROTECTED] wrote: On Thu, 24 Feb 2005, Jamie Painter wrote: I have a Fedora Core 3 system with kernel 2.6.10-1.760_FC3smp. My usb200M works fine, both with the "stock" usbnet and the patched version. The patched version has about double the throughput on receives. My ethtool and mii-tool

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-24 Thread Randy.Dunlap
Steve Calfee wrote: Hi Randy, Ironically, my spam trap email account is now blocked from sending to the mailing list, probably because of too much spamming from hotmail. So, if you think this is relevant, please forward to the list. Anyway see below: At 02:18 PM 2/23/2005 -0800, you wrote: A

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Randy.Dunlap
Alan Stern wrote: On Wed, 23 Feb 2005, Glenn Maynard wrote: On Wed, Feb 23, 2005 at 03:39:29PM -0500, Alan Stern wrote: I ngelected to mention it above, but the stored strings should also be used in core/devices.c for populating /proc/bus/usb/devices. And since the strings should be accessible t

Re: [linux-usb-devel] Re: [PATCH as447] Re: [ak@suse.de: [PATCH] Fix EHCI boot oops on AMD 8111]

2005-02-08 Thread Randy.Dunlap
Matthew Dharm wrote: On Tue, Feb 08, 2005 at 05:40:00PM -0800, Randy.Dunlap wrote: I wrote code to turn off the 0x80 bit at PCI config space offset 0x47 in DevB, or at least I think I did, but it's not working. Is it being done too late? The patch is attached. Matt, did you try this? wo

Re: [linux-usb-devel] Re: [PATCH as447] Re: [ak@suse.de: [PATCH] Fix EHCI boot oops on AMD 8111]

2005-02-08 Thread Randy.Dunlap
Andi Kleen wrote: On Tue, Feb 08, 2005 at 10:26:51AM -0800, Matthew Dharm wrote: On Tue, Feb 08, 2005 at 04:34:01PM +0100, Andi Kleen wrote: So how does one use EHCI on an 8111, if the BIOS disables it anyway when needed? E.g., on an IBM IntelliStation A Pro Type 6224? There's a bit somewhere in th

Re: [linux-usb-devel] Re: [PATCH as447] Re: [ak@suse.de: [PATCH] Fix EHCI boot oops on AMD 8111]

2005-02-08 Thread Randy.Dunlap
Andi Kleen wrote: The only USB debug device that I have been able to find is this one: http://store.yahoo.com/plxtech/net20dg.html I've ordered one and will be beginning on supporting it RSN. It would be much nicer to try to support the standard host2host cables. This would there would be actually

Re: [linux-usb-devel] Re: [PATCH as447] Re: [ak@suse.de: [PATCH] Fix EHCI boot oops on AMD 8111]

2005-02-08 Thread Randy.Dunlap
David Brownell wrote: On Tuesday 08 February 2005 1:03 am, Andi Kleen wrote: BTW EHCI works, you just shouldn't use any USB 2.0 devices. That is, the root hub "switch to the companion controller" works, but not any other traffic? Then there's no point... But there are valid reasons in some cases

Re: [linux-usb-devel] Re: [PATCH as447] Re: [ak@suse.de: [PATCH] Fix EHCI boot oops on AMD 8111]

2005-02-08 Thread Randy.Dunlap
Andi Kleen wrote: On Mon, Feb 07, 2005 at 04:02:44PM -0800, Matthew Dharm wrote: On Tue, Feb 08, 2005 at 12:19:19AM +0100, Andi Kleen wrote: Remove useless AMD 8111 EHCI USB 2.0 errata check. The BIOS disable it anyways when needed, and when not then the hardware works. This cleans up the EHCI driv

Re: [linux-usb-devel] [patch] To make the ovfx2 driver work properly ;)

2005-02-07 Thread Randy.Dunlap
Mark McClelland wrote: Randy.Dunlap wrote: Mark McClelland wrote: BTW, IIRC, the source files need some kind of license info added to them. Maybe I was looking at one of the other .c files then... ovfx2.[ch] have this message near the top: * This program is free software; you can redistribute it

Re: [linux-usb-devel] [patch] To make the ovfx2 driver work properly ;)

2005-02-07 Thread Randy.Dunlap
Mark McClelland wrote: BTW, IIRC, the source files need some kind of license info added to them. Randy.Dunlap wrote: I'm still not able to open /dev/video with an app for some reason. (no video or camera device found) Any ideas or suggestions? I'm testing on 2.6.11-rc2. Please po

Re: [linux-usb-devel] [patch] To make the ovfx2 driver work properly ;)

2005-02-06 Thread Randy.Dunlap
Vojtech Pavlik wrote: Hi! I've got an OrangeMicro iBot2 camera and I want to use it in my robotic project. You helped me to get it running somehow with the ovfx2 driver, but it still was not satisfying. As the project starts to get completed, I really really needed to get it running, and so I sat f

  1   2   3   4   >