Re: [linux-usb-devel] Disable autosuspend for scanners/printers

2007-08-10 Thread Sam Liddicott
-Original Message- From: "Greg KH" <[EMAIL PROTECTED]> Sent: 10/08/07 04:30 =There's no way we could ever get a list of all good or all bad printers, =so no matter what we do, we'd miss some :( But better to miss suspend on some than miss working altogether on others surely? I never h

Re: [linux-usb-devel] Disable autosuspend for scanners/printers

2007-08-09 Thread Sam Liddicott
Please lets do this. It would shameful for every new device to "not work" until the next release of most distributions. We should either do this, or have soft blacklists that can be loaded from file, or have whitelists for suspend-ok. Sam -Original Message- From: "Alan Stern" <[EMAIL

Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader

2007-08-05 Thread Sam Liddicott
flag 0x of partition table 4 will be corrected by w(rite)" Ok, great, definitely no partition table, anymore! After closing fdisk without doing anything, I popped the card into my Windows XP machine. It instantly appears in the Disk Management applet as a healthy 1.92GB unformatted dev

Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader

2007-08-05 Thread Sam Liddicott
-Original Message- From: "Wolfgang Mües" <[EMAIL PROTECTED]> Subject: Re: [linux-usb-devel] Problem with 2GB card using USB SD card reader >H... I think Windows is using the information from >the partitions to >compute the size, not from the CSD. I think so. If the poster uses d a

[linux-usb-devel] Bounty offered $150 for 0402:5602 m560x webcam driver

2007-06-27 Thread Sam Liddicott
I'm offering $150 to encourage development of drivers for a USB webcam, which like many others is known by the USB id 0402:5602 and chip family m560x. More details are at: http://www.liddicott.com/~sam/?p=76 Perhaps it's more sane-devel than usb-devel? In which case I hope to be corrected. Ac

Re: [linux-usb-devel] crash for ftdi_sio, usbmon

2007-05-25 Thread Sam Liddicott
I think it maybe the carrier detect handling that is causing the problem, I'm investigating this. Sam - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control o

Re: [linux-usb-devel] crash for ftdi_sio, usbmon

2007-05-25 Thread Sam Liddicott
Here is usbmon output. The first cluster of traffic is (I believe) when minicom starts. The final cluster of traffic is (I believe) when everythnig breaks. Sam dd660740 334756980 S Co:003:00 s 40 00 0 dd660740 334759010 C Co:003:00 0 0 dd660740 334759057 S Co:003:00 s 40 04 0008 0

Re: [linux-usb-devel] crash for ftdi_sio

2007-05-24 Thread Sam Liddicott
For some reason usb-devel is bouncing these messages saying: Message rejected by filter rule match Anyway, kernel 2.6.18 compiled with CONFIG_USB_DEBUG=y dmesg seems more detailed but /var/log/messages is not, so I have both: Anyway, here goes: Here we have /var/log/messages of the modprobe M

Re: [linux-usb-devel] crash for ftdi_sio

2007-05-23 Thread Sam Liddicott
* Oliver Neukum wrote, On 23/05/07 15:03: > > Sorry for the harsh words. > Your attention more than compensates, I thank you. > Please recompile with USB_DEBUG. This may yield more info. > The build will probably take all night, but I'll have details first thing tomorrow. Sam --

[linux-usb-devel] crash for ftdi_sio

2007-05-23 Thread Sam Liddicott
I've got some ftdi usb-serial devices causing mass USB hanging on SOME hardware often; it seems when the remote serial device asserts DSR or some such handshaking line. On a problem device, lsusb shows: Bus 002 Device 001: ID : Bus 001 Device 005: ID 0403:6001 Future Technology Devices In

Re: [linux-usb-devel] Resubmit [PATCH] pu203 dual controller

2007-05-18 Thread Sam Liddicott
-Original Message- From: "Jiri Kosina" <[EMAIL PROTECTED]> To: "Sam Liddicott" <[EMAIL PROTECTED]> Cc: linux-usb-devel@lists.sourceforge.net; [EMAIL PROTECTED] Sent: 18/05/07 22:00 Subject: Re: Resubmit [PATCH] pu203 dual controller On Fri, 18 May 2007,

[linux-usb-devel] Resubmit [PATCH] pu203 dual controller

2007-05-18 Thread Sam Liddicott
Cc'ding you guys directly, this patch send on 9 May doesn't seem to be picked up yet. I've tested this patch on ubuntu's 2.6.20 kernel. It adds the same quirks for the PCS Ltd pu203 as I recently added for the Wisegroup quad controller. I don't exactly know if both quirks are required (for th

[linux-usb-devel] [PATCH] pu203 dual controller

2007-05-09 Thread Sam Liddicott
I've tested this patch on ubuntu's 2.6.20 kernel. It adds the same quirks for the PCS Ltd pu203 as I recently added for the Wisegroup quad controller. I don't exactly know if both quirks are required, but it works for me like this. Sam --- /usr/src/linux-source-2.6.20/drivers/usb/input/hid-

[linux-usb-devel] [PATCH] support USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_QUAD_USB_JOYPAD

2007-04-09 Thread Sam Liddicott
d for me giving support for multiple joysticks again - however the patch is obvious enough. - and a big thanks to whoever is behind putting all these quirks in the kernel avoiding unsightly per-library SDL-type hacks etc. Signed-off-by: Sam Liddicott <[EMAIL PROTECTED]> -- Sam --- l