[linux-usb-devel] >>Last Chance...15.3 MILLION OPT-IN EMAIL ADDRESSES...PLUS $2,000 IN FREE EMAIL MARKETING SOFTWARE!

2003-02-02 Thread Edean
WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER 15.3 MILLION OPT-IN, TARGETED PROSPECTS DAILY? Below contains all the information you will ever need to market your product or service on the Internet. If you have a product, service, or message that you would like to get out to Thousands, Hund

[linux-usb-devel] PATCH: usb-storage: implement clearing of device queue

2003-02-02 Thread Matthew Dharm
This patch clears out the device queue when a unit is removed. Greg, please apply. Matt # This is a BitKeeper generated patch for the following project: # Project Name: greg k-h's linux 2.5 USB kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch

Re: [linux-usb-devel] Re: [usb-storage] Re: PATCH: usb-storage: comments, cleanup

2003-02-02 Thread Matthew Dharm
Greg, here's the patch to fix this. This makes usb-storage work again. Please apply. Matt On Sun, Feb 02, 2003 at 10:04:23AM -0800, David Brownell wrote: > > > Hmm try > > > > + /* not all host controllers use DMA (like the mainstream pci ones); > > +* they can use PIO (sl811) o

Re: [linux-usb-devel] FX2

2003-02-02 Thread David Brownell
Rpik wrote: Hello Does anyone take a chance to rebuild usb-skeleton.c to make it works with Cypress chip FX2 (CY7C68013-128AC) ? Any advice will be very helpfull for me. Advice like "add a USB_DEVICE entry matching your firmware"? :) I think Cypresss RDK has a few bulk test drivers you could

Re: [linux-usb-devel] USB Cash Drawer... so simple, so very tired...

2003-02-02 Thread Caylan Van Larson
> > All I need is a starting point and I can take it from their. I can > > decipher my own logs, its just the initial communication. Remember, "fb" > > is used to open the drawer in some way, they are toward the end, (just in > > case you do take on this challenge). > > There seem to be only

[linux-usb-devel] Major number

2003-02-02 Thread Rpik
here is newbie one again ... Is it ok to set the major number for my Cypress FX2 as 180 ??? I found another file made by mknod with numbers 180 , 0 so I think it's a problem but I know that every USB devices has major number equals 180 (except my Cypress mouse which has 13:> ? ) --- Are thes

Re: [linux-usb-devel] USB Cash Drawer... so simple, so very tired...

2003-02-02 Thread Henning Meier-Geinitz
Hi, On Sun, Feb 02, 2003 at 02:04:45PM -0600, Caylan Van Larson wrote: > The information I provided (and interpretation) was purely for your > enjoyment :) I dont really know what I am talking about but I am willing > to learn. If you know perl, just try to follow the comments I gave. If you k

Re: [linux-usb-devel] Re: [usb-storage] Re: PATCH: usb-storage:comments, cleanup

2003-02-02 Thread David Brownell
Hmm try + /* not all host controllers use DMA (like the mainstream pci ones); +* they can use PIO (sl811) or be software over another transport. +*/ + dma = (dev->dev.dma_mask == 0); making that line in usb_sg_init() use "!= 0". (Untested, "seems right".) Most curi

Re: [linux-usb-devel] Re: [PATCH] USB changes for 2.5.58

2003-02-02 Thread Matthew Dharm
Willem Riede <[EMAIL PROTECTED]> suggested to me that I simply set sdev->online = 0 for scsi_set_device_offline() Any reason that isn't good enough? On Sun, Feb 02, 2003 at 10:13:17AM -0800, Matthew Dharm wrote: > So, was any of this ever implemented? As far as I can tell, the required > changes

Re: [linux-usb-devel] USB Cash Drawer... so simple, so very tired...

2003-02-02 Thread Caylan Van Larson
> > Sending a control message to an interrupt endpoint? Looks suspicious. > The message should be sent to the control endpoint. > > > gcc usb-cashdrawer.c and never looked back. > > At least if you want to use the interrupt endpoint, that's the right > approach. But for just sending control mess

[linux-usb-devel] PATCH: usb-storage: implement device-offline code

2003-02-02 Thread Matthew Dharm
This code implements the setting of devices offline during the removal phase. Greg, please apply. Matt # This is a BitKeeper generated patch for the following project: # Project Name: greg k-h's linux 2.5 USB kernel tree # This patch format is intended for GNU patch command version 2.5 or higher

[linux-usb-devel] PATCH: usb-storage: host a host refcount a little bit longer

2003-02-02 Thread Matthew Dharm
This patch makes us hold the host reference count a little bit longer in the /proc interface code. We were releasing it too early before. Greg, please apply. Matt # This is a BitKeeper generated patch for the following project: # Project Name: greg k-h's linux 2.5 USB kernel tree # This patch f

Re: [linux-usb-devel] Re: [usb-storage] Re: PATCH: usb-storage: comments, cleanup

2003-02-02 Thread Matthew Dharm
This fixes the problem. Odd that it didn't reproduce for you. Should I send the patch to Greg, or will you? Matt On Sat, Feb 01, 2003 at 09:40:39PM -0800, David Brownell wrote: > Matthew Dharm wrote: > > On Sat, Feb 01, 2003 at 07:58:50PM -0800, David Brownell wrote: > > > >>No problem reprodu

Re: [linux-usb-devel] Re: [PATCH] USB changes for 2.5.58

2003-02-02 Thread Matthew Dharm
So, was any of this ever implemented? As far as I can tell, the required changes were: (o) addition of scsi_schedule_host_removal() (possibly optional) (o) implementation of scsi_set_device_offline() (possibly optional) (o) change the behavior of the 'hotplug initialization model' to call my rele

Re: [linux-usb-devel] Re: USB mouse bug report

2003-02-02 Thread Rpik
Hello Does anyone take a chance to rebuild usb-skeleton.c to make it works with Cypress chip FX2 (CY7C68013-128AC) ? Any advice will be very helpfull for me. Best regards Norbert --- This SF.NET email is sponsored by: SourceForge Enterprise Edi

[linux-usb-devel] FX2

2003-02-02 Thread Rpik
Hello > Does anyone take a chance to rebuild usb-skeleton.c to make it works with > Cypress chip FX2 (CY7C68013-128AC) ? Any advice will be very helpfull for > me. > Best regards > Norbert --- This SF.NET email is sponsored by: SourceForge Ente

Re: [linux-usb-devel] USB Cash Drawer... so simple, so very tired...

2003-02-02 Thread Henning Meier-Geinitz
Hi, On Sun, Feb 02, 2003 at 06:02:40AM -0600, Caylan Van Larson wrote: > I purchased a cash drawer with a USB interface. It came with windows > drivers but no official linux drivers. It works great under Win98, got a > nice utility that polls/fires the selenoid. > > > Windows Side: > I have

[linux-usb-devel] USB Cash Drawer... so simple, so very tired...

2003-02-02 Thread Caylan Van Larson
Hi all, This is going to be a length email documenting the last 10 hours of my life before I pass out at my computer desk. Story: I purchased a cash drawer with a USB interface. It came with windows drivers but no official linux drivers. It works great under Win98, got a nice utility that po