Re: [linux-usb-devel] hub does disconnect when resuming

2007-02-04 Thread Prakash Punnoor
Am Sonntag 04 Februar 2007 schrieb Alan Stern: > Prakash, here's an alternative patch. It should work just as well as the > previous one (don't try to apply them both!). Seems to work fine for me. Nice work! Out of curiousity. Did the git-bisect point to the correct

Re: [linux-usb-devel] hub does disconnect when resuming

2007-02-03 Thread Prakash Punnoor
ill be present in the other. Ok, here you go. I hope I did everything correctly. I applied the patch. recompiled and installed the modules unloaded present modules and put the newly compiled in. Attached the usbmon log and dmesg. calling sane-find-scanner 2x success, 2x failure, 1x success -- (°

Re: [linux-usb-devel] hub does disconnect when resuming

2007-02-03 Thread Prakash Punnoor
ught was OK on the hub... BTW, I think I know what you meant with the third port on the hub: I think it is the monitor as such. It is accessible via usb to adjusts settings - at least in windows... Please let me know if you need a log with 2.6.19, as well. -- (°= =°) //\

Re: [linux-usb-devel] hub does disconnect when resuming

2007-02-02 Thread Prakash Punnoor
running sane, and stop it after sane has failed. I'll have time tomorrow. Should I test 2.6.0-rc6 or rc7? bye, -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpUMwU9BX2ws.pgp Descripti

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Prakash Punnoor
y wake? Perhpas the old code delayed the access enough? -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpREcBoY2Ynu.pgp Description: PGP signature - Take Surveys. Earn Cash. Influence the Future

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Prakash Punnoor
scanner is not. Could that make a difference? -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpUyOlfFx9AP.pgp Description: PGP signature - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.ne

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-28 Thread Prakash Punnoor
es this really point to broken hw or a broken patch? Where can I get that patch as standalone? So I could revert it in rc6 and test... Am Samstag 27 Januar 2007 schrieb Alan Stern: > On Sat, 27 Jan 2007, Prakash Punnoor wrote: > > usb 1-1.3: USB disconnect, address 16 > > usb 1-1

Re: [linux-usb-devel] [patch]addition of blacklist for whole device quirks

2007-01-27 Thread Prakash Punnoor
d be the hub and not the scanner. - The scanner on the hub makes no problems with 2.6.19-rc5 with usb suspend, as I wrote earlier. I will try to find out which rc kernel started with it and try to identify the patch causing it. Hope to be able to provide more Infos later... -- (°=

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-20 Thread Prakash Punnoor
Am Freitag 19 Januar 2007 17:11 schrieb Alan Stern: > [Removed LKML from the CC: list] > > On Fri, 19 Jan 2007, Prakash Punnoor wrote: > > Hi, > > > > I found quickly booted into a 2.6.19-rc5 kjernel which was lying around > > here and here CONFIG_USB_SUSPEND

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-19 Thread Prakash Punnoor
> Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > Hi, > > > > I can't scan anymore. :-( I don't know which rc kernel introduced it, but > > this are the messages I get (w/o touching the device/usb cable except > > pluggin it in for the

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-19 Thread Prakash Punnoor
Am Freitag 19 Januar 2007 12:29 schrieb Oliver Neukum: > Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > Hi, > > > > I can't scan anymore. :-( I don't know which rc kernel introduced it, but > > this are the messages I get (w/o touching the d

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-14 Thread Prakash Punnoor
_LITTLE_ENDIAN=y CONFIG_USB_PRINTER=m CONFIG_USB_STORAGE=m -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpUiOFPXQjtx.pgp Description: PGP signature - Take Surveys. Earn Cash. Influence the F

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-14 Thread Prakash Punnoor
Am Sonntag 14 Januar 2007 10:28 schrieb Oliver Neukum: > Am Sonntag, 14. Januar 2007 10:08 schrieb Prakash Punnoor: > > Am Donnerstag 11 Januar 2007 18:28 schrieb Oliver Neukum: > > > Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > > > Hi, > &

Re: [linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-14 Thread Prakash Punnoor
Am Donnerstag 11 Januar 2007 18:28 schrieb Oliver Neukum: > Am Donnerstag, 11. Januar 2007 18:20 schrieb Prakash Punnoor: > > Hi, > > > > I can't scan anymore. :-( I don't know which rc kernel introduced it, but > > this are the messages I get (w/o touching th

[linux-usb-devel] 2.6.20-rc4: usb somehow broken

2007-01-11 Thread Prakash Punnoor
x27;ll test this week-end and upload more infos then. If you already have some ideas in the meantime, let me know. BTW, a usb2.0 card reader (connected through the same hub) works w/o problems... -- (°= =°) //\ Prakash Punnoor /\\ V_/ \_V pgpGQ9kMglnQC.pgp D

[linux-usb-devel] Serial to USB converter with Isoc

2005-08-18 Thread Annamalai Prakash
Hi, Anybody have tried to add isoc endpoints and isoc read/write callback functions in Serial to USB Converter driver ?. I have seen some drivers under /driver/usb/serial. All driver uses Bulk and other endpoints except isoc endpoints ?. Is there any problem in Using ISOC in se

Re: [linux-usb-devel] usb module unloading problem.

2005-08-08 Thread prakash
On Monday 08 August 2005 07:27 pm, Alan Stern wrote: > On Mon, 8 Aug 2005, prakash wrote: > > Hi, > > > >I am a newbie to usb driver my kernel version is 2.6.12-4. > > I m trying to add isochronous endpoint in Bluetty driver. I have added > > som

[linux-usb-devel] isochronous endpoints in Bluetty

2005-08-04 Thread Prakash
; __u8isoc_in_endpointAddress; int isoc_out_buffer_size; __u8isoc_out_endpointAddress; Thanks Prakash --- SF.Net email

[linux-usb-devel] 2.6.13-rc3/4: usb resume/suspend support prevents shutdown

2005-07-29 Thread Prakash Punnoor
onfig and dmesg of currently used slightly patched kernel (which does power off with above option disabled), but tests were done with non-tainted vanilla kernels. IIRC 2.6.13-rc1 still powered of w/ usb supend option, I haven't tested rc2, though. Cheers, Prakash Linux version 2.6.13-r

[linux-usb-devel] SPP on OPENBT

2005-06-10 Thread Annamalai Prakash (Tata Elxsi)
Hi, I am very sorry to raise this question here ... could any point out me, which file has SPP (Serial Port Profiles) implementation in OPENBT ?. Thanks Prakash --- This SF.Net email is sponsored by: NEC IT Guy Games. How far

RE: [linux-usb-devel] usb bluetooth Dongle and linux usb bluetooth tty driver

2005-06-03 Thread Annamalai Prakash
Greg, Is there any procedure to send packet from stack to tty driver ?... I didnt find any format and also flow ?... Thanks Prakash -Original Message- From: Greg KH [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 2:31 PM To: Marcel Holtmann Cc: Annamalai Prakash; linux

[linux-usb-devel] usb bluetooth Dongle and linux usb bluetooth tty driver

2005-05-31 Thread Annamalai Prakash (Tata Elxsi)
CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_WAITQ is not set # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_DEBUG_ERRORS is not set # CONFIG_DEBUG_LL is not set # CONFIG_DEBUG_DC21285_PORT is not set # CONFIG_DEBUG_CLPS711X_UART2 is not set Thanks Prakash --

[linux-usb-devel] Re: Summarizing the PWC driver questions/answers

2004-08-27 Thread Prakash K. Cheemplavam
Q: You are a fundamentalist turd / jerk / pompous ass / GNU-freebeer-biased-idiot-fundamentalist fucktard / ignorant slut! A: I've been called worse by better people, get over yourself. This was a good one. ;-) Prakash --- This SF.Net ema