Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-14 Thread Marr
On Friday 12 December 2003 06:50pm, Greg KH wrote: > On Fri, Dec 12, 2003 at 06:44:39PM -0500, Pete Zaitcev wrote: > > On Fri, Dec 12, 2003 at 03:31:57PM -0800, Greg KH wrote: > > > From: Greg KH <[EMAIL PROTECTED]> > > > Date: Fri, 12 Dec 2003 15:31:57 -0800 > > > > > > As it turns out, the secon

Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-14 Thread Sergey Vlasov
On Fri, Dec 12, 2003 at 03:31:54PM -0800, Greg KH wrote: > ChangeSet 1.1136.78.2, 2003/12/05 10:42:16-08:00, [EMAIL PROTECTED] > > [PATCH] USB: add TIOCMIWAIT support to pl2303 driver > [skip] > @@ -662,6 +704,7 @@ > spin_lock_irqsave(&priv->lock, flags); > priv->line_status = data[UA

Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
On Fri, Dec 12, 2003 at 06:52:43PM -0500, Pete Zaitcev wrote: > > From: Greg KH <[EMAIL PROTECTED]> > > Date: Fri, 12 Dec 2003 15:31:57 -0800 > > > ChangeSet 1.1287, 2003/12/12 10:18:22-08:00, [EMAIL PROTECTED] > > > > [PATCH] USB: fix io_edgeport driver alignment issues. > > > diff -Nru a/drive

Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Pete Zaitcev
> From: Greg KH <[EMAIL PROTECTED]> > Date: Fri, 12 Dec 2003 15:31:57 -0800 > ChangeSet 1.1287, 2003/12/12 10:18:22-08:00, [EMAIL PROTECTED] > > [PATCH] USB: fix io_edgeport driver alignment issues. > diff -Nru a/drivers/usb/serial/io_fw_boot.h b/drivers/usb/serial/io_fw_boot.h > --- a/drivers/u

Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
On Fri, Dec 12, 2003 at 06:44:39PM -0500, Pete Zaitcev wrote: > On Fri, Dec 12, 2003 at 03:31:57PM -0800, Greg KH wrote: > > From: Greg KH <[EMAIL PROTECTED]> > > Date: Fri, 12 Dec 2003 15:31:57 -0800 > > > As it turns out, the second of those 2 requests is critical in > > making the adapter tran

Re: [linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Pete Zaitcev
On Fri, Dec 12, 2003 at 03:31:57PM -0800, Greg KH wrote: > From: Greg KH <[EMAIL PROTECTED]> > Date: Fri, 12 Dec 2003 15:31:57 -0800 > As it turns out, the second of those 2 requests is critical in > making the adapter transmit data to a device which doesn't assert 'CTS'. Was it too hard to hono

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1280, 2003/12/11 16:32:42-08:00, [EMAIL PROTECTED] [PATCH] USB storage: patch for unusual_devs.h I send a patch and copy of /proc/bus/usb/devices for my 5`25 external USB enclosure. I don't know exactly manufacturer of this device, but model is CD-509. It will be nice if it helps some

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1282, 2003/12/11 17:04:41-08:00, [EMAIL PROTECTED] [PATCH] USB storage: Minolta Dimage S414 usb patch here I submitt you the vendor/id patch for the Minolta Dimage S414 Camera, which runs fine with the usb under linux. cat /proc/bus/usb/device -> drivers/usb/storage/unusual_devs.h

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1278, 2003/12/11 16:22:58-08:00, [EMAIL PROTECTED] [PATCH] USB storage: unusual_devs.h entry revision Here is another update for unusual_devs.h in both 2.6 and 2.4. No urgency. On Wed, 12 Nov 2003, Aris Basic wrote: > Device Sony Memory Stick Reader MSAC-US1 > usb-storage: This de

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1281, 2003/12/11 17:02:03-08:00, [EMAIL PROTECTED] [PATCH] USB storage: Another unusual_devs.h update On Thu, 20 Nov 2003, Stefan J. Betz wrote: > Hello People, > > i have some Mitsumi USB Floppy Drive with the following Data: > Manufactur: Mitsumi > Typ : D353FUE > > When i pl

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1289, 2003/12/12 12:18:04-08:00, [EMAIL PROTECTED] [PATCH] USB: MCT-U232 Patch for cts Brief Patch Description: Fix a problem in the 'mct_u232' driver whereby output data gets held up in the USB/RS-232 adapter for RS-232 devices which don't assert the 'CTS' signal. Background: The

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1136.78.2, 2003/12/05 10:42:16-08:00, [EMAIL PROTECTED] [PATCH] USB: add TIOCMIWAIT support to pl2303 driver drivers/usb/serial/pl2303.c | 43 +++ 1 files changed, 43 insertions(+) diff -Nru a/drivers/usb/serial/pl2303.c b/drivers/usb/seri

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1273, 2003/12/11 11:37:20-08:00, [EMAIL PROTECTED] [PATCH] USB: pegasus driver update This is a patch for pegasus driver. Nothing exciting, just 2 more devices and a small fix. correct handling of external PHYs; better output to ethtool and suchlike; two new vendors. one of t

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1277, 2003/12/11 11:55:29-08:00, [EMAIL PROTECTED] [PATCH] USB storage: add unusual storage device entry for Minolta DiMAGE Yes, it seems to work OK on the 7i with this updated patch. I don't have a 7 or 7Hi to try, but everything on the web seems to say the USB firmware works the sa

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1287, 2003/12/12 10:18:22-08:00, [EMAIL PROTECTED] [PATCH] USB: fix io_edgeport driver alignment issues. drivers/usb/serial/io_fw_boot.h |2 +- drivers/usb/serial/io_fw_boot2.h |2 +- drivers/usb/serial/io_fw_down.h |2 +- drivers/usb/serial/io_fw_down2.h |2 +- 4

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1284, 2003/12/11 17:35:40-08:00, [EMAIL PROTECTED] [PATCH] USB storage: Unusual_devs.h addition This patch adds to unusual_devs.h an entry reported by Andries Brouwer and it moves another entry to the correct position in the numerical ordering. drivers/usb/storage/unusual_devs.h |

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1286, 2003/12/12 10:18:02-08:00, [EMAIL PROTECTED] [PATCH] USB: fix bug when errors happen in ioedgeport driver drivers/usb/serial/io_edgeport.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff -Nru a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1279, 2003/12/11 16:23:45-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: freecom dvd-rw fx-50 usb-ide patch drivers/usb/storage/unusual_devs.h |5 + 1 files changed, 5 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/dr

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1274, 2003/12/11 11:42:50-08:00, [EMAIL PROTECTED] [PATCH] USB storage: Make Pentax Optio S4 work The change below is needed to get the S4 camera working. Tested with both Optio S/S4 drivers/usb/storage/unusual_devs.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1276, 2003/12/11 11:51:17-08:00, [EMAIL PROTECTED] [PATCH] USB storage: patch for Kyocera S5 camera I've seen some entries in 2.4.22 and 2.6.0 unusual_devs.h for Kyocera Finecam S3 et S4 cameras and I own a Finecam S5 that does not work out of the box either (here is the beast : http:

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1285, 2003/12/12 10:02:22-08:00, [EMAIL PROTECTED] [PATCH] USB: add support for another pl2303 device Info came from John Zhuge <[EMAIL PROTECTED]> drivers/usb/serial/pl2303.c |1 + drivers/usb/serial/pl2303.h |1 + 2 files changed, 2 insertions(+) diff -Nru a/drivers/usb

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1272, 2003/12/11 11:23:51-08:00, [EMAIL PROTECTED] [PATCH] USB: scanner driver: new device ids Added vendor/product ids for Epson, Genius, Microtek, Plustek, Reflecta, and Visioneer scanners. Removed ids for HP PSC devices as these are supported by the hpoj userspace driver. driver

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1275, 2003/12/11 11:48:09-08:00, [EMAIL PROTECTED] [PATCH] USB storage: patch for Fujifilm EX-20 drivers/usb/storage/unusual_devs.h |6 ++ 1 files changed, 6 insertions(+) diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h --- a/drivers/usb

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1288, 2003/12/12 11:49:05-08:00, [EMAIL PROTECTED] [PATCH] USB: Backport of printer 2.6=>2.4 > Pete, I tested your backport + this change above on 2.4.23 and it works > well on my HP psc 2110. > I did have to apply part of the patch by hand, so I rediffed it against > 2.4.23. Patch

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1283, 2003/12/11 17:33:25-08:00, [EMAIL PROTECTED] [PATCH] USB storage: Medion 6047 Digital Camera ...a patch for the "Medion 6047 Digital Camera" *** a/drivers/usb/storage/unusual_devs.hSun Nov 23 22:31:51 2003 drivers/usb/storage/unusual_devs.h |8 1 files

[linux-usb-devel] Re: [PATCH] USB fixes for 2.4.24-pre1

2003-12-12 Thread Greg KH
ChangeSet 1.1290, 2003/12/12 13:13:46-08:00, [EMAIL PROTECTED] [PATCH] USB: add support for Sony UX50 device to visor driver Thanks to Ralf Dietrich <[EMAIL PROTECTED]> for the information. drivers/usb/serial/visor.c |2 ++ drivers/usb/serial/visor.h |1 + 2 files changed, 3 insertions