[linux-usb-devel] Re: [usb-storage] Re: Linux 2.4.22-rc1

2003-08-09 Thread Fridtjof Busse
* Alan Stern <[EMAIL PROTECTED]>: > > I mentioned it on LKML, you probably didn't get it, sorry: > > nforce2 with ehci, some reported he doesn't have this problem with > > ohci (but I really don't want to do backups over USB 1.1). > > I'm not sure if you also got the error forwarded: > > "host_rese

Re: [linux-usb-devel] [ACPI] Re: 2.6.0-test2: Lost USB mouse afterresuming from S3

2003-08-09 Thread Rob Miller
On Thu, 7 Aug 2003, Greg KH wrote: > On Thu, Aug 07, 2003 at 12:01:56PM +0100, Rob Miller wrote: > > > > the above syslog excerpts are from 2.4.22rc1 (no acpi patch) and 2.4.21 > > (acpi 20030619). Any suggestions, or hope for a fix? > > Can you try 2.4.22-preX (where X is the latest version)?

[linux-usb-devel] Usb in 2.6 breaks proc

2003-08-09 Thread Pete Zaitcev
Greg, Matt & folks: There was a tangential report from one of our users that /proc seems to get corrupt when usb-storage is rmmod-ed and inserted again. Kernel 2.6.0-0.test2.1.29 (Arjan's -test2 based RPM). Problem looks like this: [EMAIL PROTECTED] scsi]# pwd /proc/scsi [EMAIL PROTECTED] scsi]

[linux-usb-devel] usb-storage: WIN_SECURITY_UNLOCK

2003-08-09 Thread Phoenix
Is it possible to send ATAPI commands to usb-storage hard-disks, like WIN_SECURITY_UNLOCK, through the scsi inteface? I have an ALI5621 chipset that supports SCSI transparent command set only and I didn't find anything in SCSI-2 that is related to the ATAPI security features. /phoenix --

[linux-usb-devel] Usbd status

2003-08-09 Thread totoro
Hello, I was wondering what is the status of the usbd drivers developped initially by lineo. I've seen Greg send patch since 2.5.3. Were they included in the 2.5 / 2.6? Is there any patch against 2.4? or should I shift to 2.6? How stable is this code? And how many projects (which one?) use it? I

[linux-usb-devel] Re: [PATCH]remove GFP_DMA from pegasus

2003-08-09 Thread Oliver Neukum
Am Mittwoch, 6. August 2003 10:33 schrieb Petko Manolov: > On Wed, 6 Aug 2003, Oliver Neukum wrote: > > > Am Mittwoch, 6. August 2003 08:24 schrieb Petko Manolov: > > > On Wed, 6 Aug 2003, Oliver Neukum wrote: > > > > > > > GFP_DMA has no place in USB drivers, as its meaning is inconsistent > > >

[linux-usb-devel] Re: Suggested reorganization of usb_reset_device() etc.

2003-08-09 Thread David Brownell
Alan Stern wrote: I've got a plan for reorganizing usb_reset_device(), usb_set_configuration(), and parts of the hub driver and core. .. Before doing any real programming, I wanted to get some feedback to see if this plan makes any sense. Well, please let me submit some chunks of that set_configu

[linux-usb-devel] Re: [stern@rowland.harvard.edu: PATCH: (as62b) Move static string out of initializers.h]

2003-08-09 Thread Greg KH
On Sun, Aug 03, 2003 at 02:30:57PM -0700, Matthew Dharm wrote: > Greg, please apply this patch from Alan. Applied, thanks. greg k-h --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, a

[linux-usb-devel] hiddev changes between 2.4.18 and 2.4.20 ?

2003-08-09 Thread Julien Boibessot
Hi ! I haven written a small prog to handle a HID keyboard (standard mouse + keyboard + special keys/sliders) we are developping. Mouse and keyboard are managed by X, special keys are handled through hiddev by my small prog. This prog reads report from hiddev ( we have 3 In-Endpoints on our keyboa

[linux-usb-devel] USB mass storage stopped working in 2.6?

2003-08-09 Thread Alessandro Fiorino
I installed the 2.6 kernel to test it and I have some problems with the USB mass storage driver: my external HD enclousure doesn't work anymore (the device works perfectly with the 2.4.21 version). My computer is an Acer TravelMate 521TE with an ALI USB 1.1 controller, the device is an USB2 2.5" HD

[linux-usb-devel] Re: Badness in local_bh_enable at kernel/softirq.c:113 (2.6.0-test2, bluetooth)

2003-08-09 Thread Greg KH
On Thu, Aug 07, 2003 at 01:39:35AM +0200, Dagfinn Ilmari Mannsåker wrote: > When unplugging my MSI USB Bluetooth adapter on 2.6.0-test2 I got two > instances of the following backtrace: {sigh, doesn't anyone read the archives anymore...} Known issue, fixed in Linus's latest kernel tree, fix will

Re: [linux-usb-devel] [ACPI] Re: 2.6.0-test2: Lost USB mouse after resuming from S3

2003-08-09 Thread Greg KH
On Thu, Aug 07, 2003 at 12:01:56PM +0100, Rob Miller wrote: > > the above syslog excerpts are from 2.4.22rc1 (no acpi patch) and 2.4.21 > (acpi 20030619). Any suggestions, or hope for a fix? Can you try 2.4.22-preX (where X is the latest version)? It has acpi already in it. thanks, greg k-h

[linux-usb-devel] Re: [PATCH] Fix usb interface change in hisax st5481_*

2003-08-09 Thread Herbert Xu
On Sat, Aug 09, 2003 at 10:25:39PM +1000, herbert wrote: > > This patch makes the HISAX ST5481 driver build again with 2.6.0-test3 > where the usb_host_config structure has changed. And here is the patch. -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[

[linux-usb-devel] 2.4.22-rc1-ac1 versus 2.6.0-test2-ac1 and broken usb-storage/Clie

2003-08-09 Thread Robert L. Harris
Ok, it's not broken hardware on my Archos usb-storage or Sony Clie. I just compiled 2.4.22-rc1-ac1 as a test of something else and while I was thinking about it I tested them. They both work with 2.4.22-rc1-ac1 but not 2.6.0-test2-ac1. What can I do to give you more output? I can recompil

[linux-usb-devel] [PATCH]remove GFP_DMA from pegasus

2003-08-09 Thread Oliver Neukum
Hi, GFP_DMA has no place in USB drivers, as its meaning is inconsistent across architectures. Regards Oliver You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. =