[linux-usb-devel] Re: [PATCH 2.5] USB speedtouch: extra debug messages

2003-09-30 Thread Greg KH
On Mon, Sep 29, 2003 at 11:39:51PM +0200, Duncan Sands wrote: > speedtch.c | 10 +++--- > 1 files changed, 7 insertions(+), 3 deletions(-) Applied, thanks. greg k-h --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

[linux-usb-devel] Re: [PATCH 2.4] USB speedtouch: biscuit for Greg

2003-09-30 Thread Greg KH
On Mon, Sep 29, 2003 at 01:59:41PM +0200, Duncan Sands wrote: > 2.4 version. Applied, thanks. greg k-h --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[linux-usb-devel] Re: [PATCH 2.4] USB speedtouch: reduce memory usage

2003-09-30 Thread Greg KH
On Mon, Sep 29, 2003 at 11:38:16PM +0200, Duncan Sands wrote: > Currently, incoming packets are reassembled in a sk_buff which is then > sent to the upper layers. The sk_buff needs to be big enough to hold the > worst case packet since the size cannot be known in advance. This would > not be so b

[linux-usb-devel] Re: [PATCH 2.5] USB speedtouch: neater check

2003-09-30 Thread Greg KH
On Mon, Sep 29, 2003 at 06:52:52PM +0200, Duncan Sands wrote: > This change was applied to 2.4, but not to 2.5. > > speedtch.c |4 +--- > 1 files changed, 1 insertion(+), 3 deletions(-) Applied, thanks. greg k-h --- This sf.net email i

[linux-usb-devel] Re: [PATCH 2.4] USB speedtouch: extra debug messages

2003-09-30 Thread Greg KH
On Mon, Sep 29, 2003 at 11:40:42PM +0200, Duncan Sands wrote: > speedtch.c | 10 +++--- > 1 files changed, 7 insertions(+), 3 deletions(-) Applied, thanks. greg k-h --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

[linux-usb-devel] Re: [PATCH 2.5] USB speedtouch: reduce memory usage

2003-09-30 Thread Greg KH
On Mon, Sep 29, 2003 at 11:37:08PM +0200, Duncan Sands wrote: > Currently, incoming packets are reassembled in a sk_buff which is then > sent to the upper layers. The sk_buff needs to be big enough to hold the > worst case packet since the size cannot be known in advance. This would > not be so b

[linux-usb-devel] Re: USB-problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6

2003-09-30 Thread Greg KH
On Mon, Sep 29, 2003 at 07:18:50PM +0200, Wim Van Sebroeck wrote: > Hi All, > > I saw that you also reported problems with USB/uhci-hcd on your systems. Can you test > the following patch and see if it works now? I've applied this to my tree and will send it to Linus in the next batch of USB upda

[linux-usb-devel] Re: PATCH: fix freecom.c

2003-09-30 Thread Greg KH
On Sun, Sep 28, 2003 at 03:52:36PM -0700, Matthew Dharm wrote: > This patch for 2.6 fixes freecom.c -- an error in return-code > interpretation was introduced somewhere during 2.5. > > This also adds a few more checks to try to catch commands that appear to > want to move data, but of length 0. T

[linux-usb-devel] Re: [PATCH] 2.6.0-test6 include/linux/usb.h

2003-09-30 Thread Greg KH
On Tue, Sep 30, 2003 at 11:42:43AM -0700, Joe Perches wrote: > Reduce constant string space by reusing __FILE__ Applied, thanks. greg k-h --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

Re: PATCH: (as114b) [was Re: [linux-usb-devel] unneeded SubClass and Protocol entries in unusual_devs.h]

2003-09-30 Thread Greg KH
On Fri, Sep 26, 2003 at 09:52:39AM -0400, Alan Stern wrote: > On Thu, 25 Sep 2003, Phil Dibowitz wrote: > > > Alan, > > > > I tested the patch and it seems to work fine. Just to be clear, I was > > lazy and my test consisted of the following, which to the best of my > > knowledge should have been

Re: [linux-usb-devel] usb 2.0 card reader keeps moving to next /dev/sd with test6?

2003-09-30 Thread Alan Stern
On Tue, 30 Sep 2003, Mr. Mailing List wrote: > everytime i plug in my usb sandisk reader, or i think > even when i put the card in, it moves to the next > /dev/sd device. > > how do i FORCE it, as it is the only device i have > that uses scsi emulation, to stay at /dev/sda? It should do that no

[linux-usb-devel] usb 2.0 card reader keeps moving to next /dev/sd with test6?

2003-09-30 Thread Mr. Mailing List
everytime i plug in my usb sandisk reader, or i think even when i put the card in, it moves to the next /dev/sd device. how do i FORCE it, as it is the only device i have that uses scsi emulation, to stay at /dev/sda? __ Do you Yahoo!? The New Yahoo! Shopping - wi

[linux-usb-devel] horrible usb keyboard bug makes it into test6

2003-09-30 Thread Mr. Mailing List
http://bugme.osdl.org/show_bug.cgi?id=1229 it made it into test 6:( anyone have any idea about this? __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This s

[linux-usb-devel] [PATCH] 2.6.0-test6 include/linux/usb.h

2003-09-30 Thread Joe Perches
Reduce constant string space by reusing __FILE__ --- linux-2.6.0-test5/include/linux/usb.h 2003-09-28 12:43:15.0 -0700 +++ linux-2.6.0-test6/include/linux/usb.h 2003-09-30 11:35:19.0 -0700 @@ -1038,9 +1038,9 @@ #define dbg(format, arg...) do {} while (0) #endif -#de

Re: [linux-usb-devel] Question about Gadget API

2003-09-30 Thread David Brownell
Miroslaw KLABA wrote: Hello, I have some problems about the way Gadget API handle the endpoints. I'm not sure how endpoints are described. Are they described as in the USB specs (one endpoint can do both IN and OUT requests)? They are as how the USB 2.0 spec defines them, but that's not how I read

[linux-usb-devel] USB-Problems with uhci_hcd + V4L + stv680 driver

2003-09-30 Thread Paolo Ornati
[1.] One line summary of the problem: Problems with USB (uhci_hcd) + V4L + stv680 driver [2.] Full description of the problem/report: The problem is quite simple: when I use UHCI_HDC + V4L + stv680 drivers and the program "Camorama" to see the video "produced" by my Web-Cam (OREG

RE: [linux-usb-devel] HID Simple READ/WRITE

2003-09-30 Thread Robert Bliss
Damien: Thanks for your response. Is there a good tutorial on how to use these report things? (a picture being worth a thousand words) Like what is acually sent to the device from all the stuff that one fills in in the report structure? Is it just the data value and is this a single four byte un

[linux-usb-devel] trouble with hdd on usb2->ide bridge

2003-09-30 Thread Moe Wibble
hello, i have a problem with a hdd in an external usb->ide-case. the drive works fine when plugged into one of the onboard usb-ports (usb1.0). when i try to use it with my pci usb 2.0 controller it behaves very strange. it works for about a minute (or a couple of read/write operations) but then

RE: [linux-usb-devel] HID Simple READ/WRITE

2003-09-30 Thread McGivern, Damien
The HID driver doesn't allow you to write directly to the device instead you have to build a report using ioctl calls, which is made up of fields and usages. Unfortunately there is a bug in the HID driver that doesn't allow you to set reports with a count > 1. http://www.mail-archive.com/[EMAIL PR

[linux-usb-devel] Plantronics headset

2003-09-30 Thread elden duggans
Dear all, Does anyone here have the appropriate/latest Linux drivers for plantronics usb headset (DSP-100) which its firmware have been updated recently to incorporate with XP?? Thanks E. __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search htt

[linux-usb-devel] Question about Gadget API

2003-09-30 Thread Miroslaw KLABA
Hello, I have some problems about the way Gadget API handle the endpoints. I'm not sure how endpoints are described. Are they described as in the USB specs (one endpoint can do both IN and OUT requests)? Or are they described as most chip producers specs to "boost" the number of endpoints availabl