[linux-usb-devel] Great! [was Re: Question]

2003-11-30 Thread Francesco Marchetti-Stasi
>> Alan Stern wrote: >> > You will have to manually edit the file >> > drivers/usb/storage/scsiglue.c in your kernel source. Around about >> > line 320 in the file you may or may not see a line that says >> > >> >.max_sectors = 240, >> > >> > If it's there, try changing the 240 to

Re: [linux-usb-devel] Great! [was Re: Question]

2003-11-30 Thread Kleiner Hampel
Francesco Marchetti-Stasi wrote: > (BTW, max_sectors is set twice in scsiglue.c, on line 316 and 319; is this > intended or is it a typo?) I have only one line with max_sectors. regards, hampel --- This SF.net email is sponsored by: SF.net Gi

[linux-usb-devel] Re: USB-Storage START-STOP in 2.6

2003-11-30 Thread Alan Stern
On Sun, 30 Nov 2003, Jan Willamowius wrote: > Hi, > > I saw your changelog for the 2.4.21 kernel about a backport from 2.6. > I have a device that I could get going on 2.4 with US_FL_START_STOP. > With 2.6 it again doesn't work. Do you know any similar flag for 2.6 or > any poiter where to look ?

[linux-usb-devel] Re: Great! [was Re: Question]

2003-11-30 Thread Alan Stern
On Sun, 30 Nov 2003, Francesco Marchetti-Stasi wrote: > > >> Alan Stern wrote: > >> > You will have to manually edit the file > >> > drivers/usb/storage/scsiglue.c in your kernel source. Around about > >> > line 320 in the file you may or may not see a line that says > >> > > >> > .max_sector

[linux-usb-devel] Re: PROBLEM: not getting any endpoint on USB interface 0 with kernel 2.6 pre 9

2003-11-30 Thread Alan Stern
On Sun, 30 Nov 2003, Bruno GRIEDER wrote: > Alan, > > Thanks for your reply ( and sorry for the spelling mistakes). > > Please find below the requested information: > > lsusb -v with kernel 2.4 showing 2 bulk endpoints on interface 0 > lsusb -v with kernel 2.6 pre 9 showing 0 endpoint on interf

Re: [linux-usb-devel] acm modem not working in 2.6-test11 but works in 2.4

2003-11-30 Thread David Brownell
[EMAIL PROTECTED] wrote: If your modem only reports "Cls=ff(vend.)" in the descriptors in /proc/bus/usb/devices, then your modem will not work with this driver. which mine does (see below), i can't understand why this works in 2.4 and not 2.6 kernels ? Because that Kconfig help text

Re: [linux-usb-devel] acm modem not working in 2.6-test11 but works in 2.4

2003-11-30 Thread Mitch
Thanks David. All working now. Can we get the Kconfig text fixed too since it's definetly confusing. much appreciated. Mitch Original Message Subject: Re: [linux-usb-devel] acm modem not working in 2.6-test11 but works in 2.4 Date: Sun, 30 Nov 2003 09:12:12 -0800 From: David Br

Re: [linux-usb-devel] linux-2.6.0-test11 usb resume problem & solution?

2003-11-30 Thread Alan Stern
On Sat, 29 Nov 2003, Michael Vogt wrote: > Well, it makes a difference for me. This may be caused by my kernel > configuration or my HW, I don't know. But without my change, my usb > optical mouse does not respond anymore after apm suspend/resume and I > get the messages I descriped in my other po

Re: [linux-usb-devel] linux-2.6.0-test11 usb resume problem & solution?

2003-11-30 Thread Michael Vogt
On Sun, Nov 30, 2003 at 12:15:18PM -0500, Alan Stern wrote: > On Sat, 29 Nov 2003, Michael Vogt wrote: [..] > > If there is a different approach to deal with my problem, I'll happly > > test it, just let me know :) Or if there are usb patches against > > 2.6.0-test11 to test or if you need more inf

[linux-usb-devel] [stern@rowland.harvard.edu: PATCH: (as139) Fix scatter-gather buffer access in usb-storage core]

2003-11-30 Thread Matthew Dharm
This patch fixes a bug in buffer-handling. Greg, please apply. The instances of this problem fixed in this patch are pretty unlikely to cause a problem -- but that's mostly luck. They're definatly wrong, and need fixing. This also lays the foundation for more significant updates, including the

[linux-usb-devel] [stern@rowland.harvard.edu: PATCH: (as140) Change sddr09 to use the new s-g access routine]

2003-11-30 Thread Matthew Dharm
This patch fixes up the sddr09 driver to properly handle sg buffers. It also cleans up some of the extraneous buffering of data, reducing the memory footprint notably. Greg, please apply. Matt - Forwarded message from Alan Stern <[EMAIL PROTECTED]> - Date: Fri, 21 Nov 2003 13:29:13 -05

[linux-usb-devel] Re: PATCH: (as141) Unaligned scatter-gather buffers and usb-storage

2003-11-30 Thread Matthew Dharm
I'm going to hold on to this patch until I see the SCSI parts go in. Alan, try to remind me if you don't see this get merged after a while. Matt On Fri, Nov 21, 2003 at 01:03:05PM -0500, Alan Stern wrote: > I'm not sure whether Jens is objecting to adding the extra member to the > host template