[linux-usb-devel] gear head keyboard/mouse

2007-08-13 Thread Randy Dunlap
Hi, Anyone have any good/bad experiences with these? http://www.buy.com/retail/product.asp?sku=203884913&adid=17070&dcaid=17070 Thanks. --- ~Randy - This SF.net email is sponsored by: Splunk Inc. Still grepping through log

[linux-usb-devel] [PATCH] usb.h kernel-doc additions

2007-07-19 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Add kernel-doc entries in for: Warning(linux-2.6.22-git12//include/linux/usb.h:162): No description found for parameter 'intf_assoc' Warning(linux-2.6.22-git12//include/linux/usb.h:268): No description found for parameter 'i

Re: [linux-usb-devel] long-term regression

2007-06-27 Thread Randy Dunlap
[adding [EMAIL PROTECTED] On Wed, 27 Jun 2007 00:38:17 -0700 (PDT) [EMAIL PROTECTED] wrote: > On Tue, 26 Jun 2007, Randy Dunlap wrote: > > > On Mon, 25 Jun 2007 15:56:17 -0700 (PDT) [EMAIL PROTECTED] wrote: > > > >> due to the size the files are posted at

Re: [linux-usb-devel] long-term regression

2007-06-26 Thread Randy Dunlap
pnp pnpacpi=off Somewhere between 2.6.18 and 2.6.22-development, the ACPI config symbol also starting enabling (selecting) PNP. That's one of many differences I would also disable CONFIG_USB_USS720, at least for testing. > On Mon, 25 Jun 2007, Randy Dunlap wrote: > > >

Re: [linux-usb-devel] long-term regression

2007-06-25 Thread Randy Dunlap
[EMAIL PROTECTED] wrote: > On Thu, 21 Jun 2007, Randy Dunlap wrote: > >> Date: Thu, 21 Jun 2007 08:36:59 -0700 >> From: Randy Dunlap <[EMAIL PROTECTED]> >> To: Andrew Morton <[EMAIL PROTECTED]> >> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], >>

Re: [linux-usb-devel] long-term regression

2007-06-21 Thread Randy Dunlap
On Thu, 21 Jun 2007 05:28:07 -0700 Andrew Morton wrote: > > On Sun, 17 Jun 2007 10:57:55 -0700 (PDT) [EMAIL PROTECTED] wrote: > > I haven't had time to bisect this, but I'm having a problem on a AMD64 > > gentoo system where the printer doesn't work with recent kernels. > > > > 2.6.18-rc3 worked

Re: [linux-usb-devel] Who is currently usb.ids maintainer?

2007-05-20 Thread Randy Dunlap
redirecting to usb list: On Sun, 20 May 2007 13:24:51 +0200 CIJOML wrote: > Hi guys, > > can anybody help me find current usb.ids maintainer? David Brownell is not > responding and latest official version is 5 mounths old. > > I could take ownership if nobody takes care. > > Thanks for reply

Re: [linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Randy Dunlap
Jeremy Roberson wrote: > What is Top Posting? Yes, like that or this: A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting.

Re: [linux-usb-devel] Cannot find our GTCO USB Driver in the 2.6.22-rc1 kernel

2007-05-15 Thread Randy Dunlap
On Tue, 15 May 2007 10:47:23 -0700 Jeremy Roberson wrote: > I just got finished configuring the 2.6.22-rc1 kernel and noticed that > the driver for my GTCO USB Digitizer isn't listed anymore. For that > matter, non of the tablet drivers appear to be there. I did notice that > there is a new Tabl

[linux-usb-devel] [PATCH] different values for OHCI_QUIRK_ZFMICRO

2007-05-09 Thread Randy Dunlap
On Thu, 29 Mar 2007 15:24:00 -0700 David Brownell wrote: > On Thursday 29 March 2007 3:06 pm, Randy Dunlap wrote: > > On Tue, 20 Feb 2007 01:06:54 +0100 Adrian Bunk wrote: > > > > > On Sun, Jan 14, 2007 at 06:36:10AM -0800, David Brownell wrote: > > > > On Su

Re: [linux-usb-devel] [PATCH -mm] drivers/usb/core/config.c: kzalloc(0, ..)

2007-05-08 Thread Randy Dunlap
On Tue, 8 May 2007 11:57:07 -0400 (EDT) Alan Stern wrote: > On Tue, 8 May 2007, Greg KH wrote: > > > > The problem was in drivers/usb/core/config.c in function > > > usb_parse_interface: > > > --- > > > num_ep = num_ep_orig = alt->desc.bNumEndpoints; > > > ... > > > len = sizeof(struct usb

Re: [linux-usb-devel] 2.6.20-rc4-mm1: different values for OHCI_QUIRK_ZFMICRO

2007-03-31 Thread Randy Dunlap
On Tue, 20 Feb 2007 01:06:54 +0100 Adrian Bunk wrote: > On Sun, Jan 14, 2007 at 06:36:10AM -0800, David Brownell wrote: > > On Sunday 14 January 2007 1:10 am, Adrian Bunk wrote: > > > <-- snip --> > > > > Waiting for Tony to submit bugfixes to his driver... > > Still unfixed as of 2.6.20-mm1.

[linux-usb-devel] [PATCH] gadget-storage needs BLOCK

2007-03-21 Thread Randy Dunlap
Resend from NOV-2006 and still needed: Date: Fri, 17 Nov 2006 22:19:27 -0800 From: Randy Dunlap <[EMAIL PROTECTED]> To: lud Cc: [EMAIL PROTECTED] Subject: [PATCH] gadget-storage needs BLOCK From: Randy Dunlap <[EMAIL PROTECTED]> Acked-by: Alan Stern <[EMAIL PROTECTED]> W

[linux-usb-devel] [PATCH] usb/net/dm9601: fix sparse NULL warnings

2007-03-16 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix sparse NULL warnings: drivers/usb/net/dm9601.c:88:23: warning: Using plain integer as NULL pointer drivers/usb/net/dm9601.c:174:22: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/us

Re: [linux-usb-devel] storage, no media found?

2007-03-10 Thread Randy Dunlap
On Sat, 10 Mar 2007 10:16:43 -0500 (EST) Alan Stern wrote: > On Fri, 9 Mar 2007, Pete Zaitcev wrote: > > > On Fri, 9 Mar 2007 13:43:42 -0800, Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > > > I insert a new MMCmobile card into the MMC slot and connect the >

[linux-usb-devel] storage, no media found?

2007-03-09 Thread Randy Dunlap
On a 2.6.20 kernel (on intel x86_64 and intel chipset), I'm trying to use a Belkin multi-device-type media card reader (CF, SD, MMC, etc.). I insert a new MMCmobile card into the MMC slot and connect the Belkin USB device to my system and get this (below). Suggestions welcome. I'd like to use t

Re: [linux-usb-devel] Is this bug too obvious?

2007-02-13 Thread Randy Dunlap
On Tue, 13 Feb 2007 19:41:34 -0500 Chuck Ebbert wrote: [adding linux-usb-devel] > drivers/usb/net/usbnet.c: > > int > usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod) > { > struct usbnet *dev; > struct net_device *net; >

[linux-usb-devel] [PATCH 1/3] USB kernel-doc fixes

2007-02-10 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix kernel-doc warnings and errors in USB. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/DocBook/gadget.tmpl |4 ++-- Documentation/DocBook/usb.tmpl|6 +++--- drivers/usb/core/driver.c |1 + 3 file

Re: [linux-usb-devel] [patch] use __u32 rather than u32 in userspace ioctls in usbdevice_fs.h

2007-01-28 Thread Randy Dunlap
On Sun, 28 Jan 2007 07:23:57 -0500 Mike Frysinger wrote: > the trivial attached patch fixes ioctl defines in usbdevice_fs.h that are > exported to userspace to use __u32 rather than u32 Hi Mike, Have you now audited all ioctls (and sent patches) for this misbehavior? --- ~Randy --

Re: [linux-usb-devel] patch submission?

2007-01-21 Thread Randy Dunlap
On Sun, 21 Jan 2007 00:19:07 -0800 Ken Caruso wrote: > Howdy, > > I have a small patch for airprime.c. What source version should I test > and diff against to submit a patch? development tree, whatever that may be. E.g, Linus's git tree or maybe Greg's git tree. If you are not using git, the a

Re: [linux-usb-devel] is there any web site to provide linux-usb-devel ARChives for download?

2006-12-28 Thread Randy Dunlap
On Mon, 25 Dec 2006 15:17:54 +0800 freegnu wrote: > hi all, is there any web site to provide linux-usb-devel ARChives for > download? > so that can read them offline easily. Hi, Please don't reply to some other message in order to start a new thread. Did you check out the archives that are li

Re: [linux-usb-devel] [PATCH] USB: Added usb_endpoint_xfer_control to usb.h

2006-12-24 Thread Randy Dunlap
On Sat, 23 Dec 2006 23:14:58 -0800 Sarah Bailey wrote: > Added a function to check if an endpoint is a control endpoint. > There were similar functions for bulk, interrupt, and isoc, > but not for control endpoints. Do you have code that uses this? If so, where is it? We don't generally add infr

Re: [linux-usb-devel] [PATCH] usb-storage: fix Kconfig comments

2006-12-06 Thread Randy Dunlap
On Wed, 6 Dec 2006 10:14:41 -0800 Matthew Dharm wrote: > Do we want to make those comments depend on USB && !USB_STORAGE ? I don't think that it matters very much, but I changed & tested it anyway. --- From: Randy Dunlap <[EMAIL PROTECTED]> USB_STORAGE was changed fro

[linux-usb-devel] [PATCH] usb-storage: fix Kconfig comments

2006-12-05 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> USB_STORAGE was changed from "select" SCSI to depends on SCSI at some point, so change the "comment" text to match that. Also make comments depend on USB so that they are all presented or not presented. Make all comments fi

Re: [linux-usb-devel] 2.6.19-rc5: modular USB rebuilds vmlinux?

2006-11-22 Thread Randy Dunlap
Alan Stern wrote: > On Wed, 22 Nov 2006, Randy Dunlap wrote: > >> On Wed, 22 Nov 2006 21:45:55 +0300 Andrey Borzenkov wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> I was under impression that I have fully modular

Re: [linux-usb-devel] 2.6.19-rc5: modular USB rebuilds vmlinux?

2006-11-22 Thread Randy Dunlap
On Wed, 22 Nov 2006 21:45:55 +0300 Andrey Borzenkov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I was under impression that I have fully modular USB. Still: > > {pts/1}% make -C ~/src/linux-git O=$HOME/build/linux-2.6.19 > make: Entering directory `/home/bor/src/linux-git' > G

[linux-usb-devel] [PATCH] gadget-storage needs BLOCK

2006-11-17 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> With CONFIG_BLOCK=n, this build error happens: WARNING: "bdev_read_only" [drivers/usb/gadget/g_file_storage.ko] undefined! Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/usb/gadget/Kconfig |1 + 1 file changed, 1 i

Re: [linux-usb-devel] CONFIG_USB_USBNET and mii_* (was Re: Linux 2.6.19-rc4)

2006-10-31 Thread Randy Dunlap
n pushed to/seen by Linus yet? > > 'Ironically' I don't actually _use_ the usbnet stuff, I'd only enabled > it in case my gf pestered me to test her bluetooth dongle for some > reason. Thus I'm only likely to keep tabs on this if I specifically > think to,

[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
t don't need MII. Ugh. OK. How's this? (2 patches) (oh, OP mentioned CONFIG_PHYLIB but it's actually CONFIG_MII AFAIK) --- From: Randy Dunlap <[EMAIL PROTECTED]> pegasus and mcs7830 drivers use MII interfaces and should select MII in the same way that drivers/net/ drivers do.

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

2006-10-26 Thread Randy Dunlap
On Wed, 25 Oct 2006 15:27:09 -0700 David Brownell wrote: > Instead, "usbnet.c" should #ifdef the relevant ethtool hooks > according to CONFIG_MII ... since it's completely legit to > use usbnet with peripherals that don't need MII. --- From: Randy Dunlap <[EMAIL P

[linux-usb-devel] [PATCH] !CONFIG_NET_ETHERNET unsets CONFIG_PHYLIB, but CONFIG_USB_USBNET also needs CONFIG_PHYLIB

2006-10-26 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> USB network drivers that use mii_*() interfaces should cause those interfaces to be built. Or depend on them, but this is what all drivers/net/ drivers do. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/usb/net/Kconfig |3

Re: [linux-usb-devel] [PATCH] usb/hid: The HID Simple Driver Interface 0.3.2 (core)

2006-09-29 Thread Randy Dunlap
On Fri, 29 Sep 2006 16:24:15 +0800 raise.sail wrote: > Changelogs: > > 1. A bugfix for clear usage process. > > This driver requires: > 1. [PATCH] usb: HID Simple Driver Interface 0.3.1 (Kconfig and > Makefile), this patch can be used without any change. > > PS: Who is the maint

[linux-usb-devel] Re: [patch 2.6.9] Dymo 310/320 support for usblp

2004-11-27 Thread Randy Dunlap
Pete Zaitcev redhat.com> writes: > > On Thu, 25 Nov 2004 10:16:05 +0100, "A.P.Munnikes" xs4all.nl> wrote: > > > -1021,6 +1024,8 > > > > if ((epd->bmAttributes&USB_ENDPOINT_XFERTYPE_MASK)!= > > USB_ENDPOINT_XFER_BULK) > > +

[linux-usb-devel] Re: USB Printer Cable: set specific pins?

2004-11-27 Thread Randy Dunlap
Florian Echtler fs.tum.de> writes: > Hello everyone, > > I was just thinking about using an USB printer interface cable > as a cheap interface for some homebrewn hardware. However, it > would be truly convenient to be able to use all the output lines > that the standard parallel port off

[linux-usb-devel] net2280: gcc complaints

2004-10-12 Thread Randy Dunlap
This is on x86-64. Matter or don't care? IOW, is net2280 its own gadget processor, so building on a 64-bit host isn't valid? drivers/usb/gadget/net2280.c: In function `fill_dma_desc': drivers/usb/gadget/net2280.c:718: warning: passing arg 1 of `__cpu_to_le32p' from incompatible pointer type Cou

[linux-usb-devel] [PATCH] usb/misc/emi26.c stack reduction

2003-03-23 Thread Randy . Dunlap
Hi, Please apply to 2.5.65. Reduces stack usage in emi26_load_firmware(). Builds. I don't have h/w to test it. ~Randy patch_name: emi26_stack.patch patch_version: 2003-03-23.18:28:13 author: Randy.Dunlap <[EMAIL PROTECTED]> description:reduce stack in drivers/usb/misc/emi26.c

Re: [linux-usb-devel] Re: [patch] add 'nousb' to kernel

2002-09-28 Thread Randy Dunlap
> On Fri, Sep 27, 2002 at 10:45:45PM -0700, Randy.Dunlap wrote: >> Greg, >> >> Here's "nousb" for 2.4.39 if you want it. > > Great! Yes, I have been wanting this. > >> It only applies to USB when built into a kernel image, >> not as modules. >> [Could be changed, but I didn't see a need for it.]