[linux-usb-devel] boot from usb storage

2002-11-06 Thread Filipau, Ihar
Hello All! [ I'm not subscribed to the list - please CC to me ] Short question - hope for short answer. Google gives too much garbage and IOMega web site has some info, but only for Macs. Is it possible to boot from USB storage? I'm in interested in booti

[linux-usb-devel] ****Business Proposal****

2002-11-06 Thread jmusa4
NATIONAL ELECTRIC POWER AUTHORITY NIGERIAN WATER WAYS APAPA, LAGOS.NIGERIA CELL PHONE:234-804-213-8559 REPLY TO: [EMAIL PROTECTED] DEAR FRIEND, YOUR COMPANY'S NAME AND ADDRESS WAS GOTTEN FROM A BUSINESS DIRECTORY IN MY SEARCH FOR A WELL KNOWN BUSINESSMAN WHO HAS NO QUESTIONABLE CHARACTER AND

[linux-usb-devel] Margo bekler ucdx

2002-11-06 Thread Destiny Chopowick
SADECE TÜRK KAÞARLAR VAR!!! DÜNYANIN EN SEKSÝ KIZLARINI CANLI SEYREDÝN! KARÞILIKLI CHAT YAPIN, WEBCAM DE ÝSTEDÝÐÝNÝZ HERÞEYÝ YAPSINLAR! SÝZ ÝSTEYÝN ONLAR SOYUNSUN! TÜRK KIZLARI-TÜRK KAÞARLARI-TÜRK ÜNV. KIZLARI-TÜRK EV KADINLARI VAR! YABANCI HATUN YOK! HEPSÝ SADECE AMA SADECE TÜRK HATUNLARI! VAK

Re: [linux-usb-devel] [PATCH] hub.c - "hub.c: connect-debouncefailed, port N disabled"

2002-11-06 Thread Martin Diehl
On Wed, 6 Nov 2002, Pete Zaitcev wrote: > > From: Michal Cihar <[EMAIL PROTECTED]> > > Date: Wed, 06 Nov 2002 09:59:55 +0100 > > > I was having problems with my usb device, that failed with "hub.c: > > connect-debounce failed, port N disabled". [...] > > > Problems seems to be in clearing USB_P

Re: [linux-usb-devel] [PATCH] hub.c - "hub.c: connect-debounce failed, port N disabled"

2002-11-06 Thread Pete Zaitcev
> Date: Wed, 6 Nov 2002 18:24:31 -0500 > From: Johannes Erdfelt <[EMAIL PROTECTED]> > > Interestingly, JE was up in arms against a simple 400ms delay > > in this place, which always worked before. Now, someone came > > with the debonce routine and lo and behold: it always delays > > for the same 4

Re: [linux-usb-devel] [PATCH] hub.c - "hub.c: connect-debounce failed, port N disabled"

2002-11-06 Thread Johannes Erdfelt
On Wed, Nov 06, 2002, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > From: Michal Cihar <[EMAIL PROTECTED]> > > Date: Wed, 06 Nov 2002 09:59:55 +0100 > > > I was having problems with my usb device, that failed with "hub.c: > > connect-debounce failed, port N disabled". [...] > > > Problems seems to

Re: [linux-usb-devel] [PATCH] hub.c - "hub.c: connect-debounce failed, port N disabled"

2002-11-06 Thread Pete Zaitcev
> From: Michal Cihar <[EMAIL PROTECTED]> > Date: Wed, 06 Nov 2002 09:59:55 +0100 > I was having problems with my usb device, that failed with "hub.c: > connect-debounce failed, port N disabled". [...] > Problems seems to be in clearing USB_PORT_STAT_CONNECTION flag after it > is being read once

[linux-usb-devel] Re: linux-usb-devel -- confirmation of subscription -- request 229316

2002-11-06 Thread geekcelibataire
confirm 229316 --- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en ___ [EMAIL PROTEC

[linux-usb-devel] [PATCH] "Hama" storage card reader

2002-11-06 Thread Peter 'p2' De Schrijver
Hi, The attached patch gets my HAMA multi card reader to work under linux usb. The patch was floating around on the net, but not yet in the source tree, so I posted it here. The reader basically consists of a Atmel USB hub chip and 2 USB controllers, one handles CF,MMC and SM cards, the other one

Re: [linux-usb-devel] getting battery info from logitech wireless usb

2002-11-06 Thread Vojtech Pavlik
On Wed, Nov 06, 2002 at 06:04:25PM +1100, Brad Hards wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 6 Nov 2002 17:51, Pete Zaitcev wrote: > > This is wonderful, however I am concerned that hiddev cannot be > > used while input is using hid. This seems a little too limiting. >

[linux-usb-devel] Logitech MX700 extra buttons (Re: getting battery info from logitech wireless usb)

2002-11-06 Thread Juergen Stuber
Hi Robert, Robert Love <[EMAIL PROTECTED]> writes: > > I just got that new Logitech MX700 and before that I had a Logitech > Wireless Optical Mouseman. Both are USB. did you have any success in using the extra buttons of the MX700 under X (XFree)? I can see only 7 of the 10 buttons as X events

[linux-usb-devel] [PATCH] hub.c - "hub.c: connect-debounce failed, port N disabled"

2002-11-06 Thread Michal Cihar
Hi I was having problems with my usb device, that failed with "hub.c: connect-debounce failed, port N disabled". This problem appears in all kernels from 2.4.19pre2 (including those 2.5.x I have tested, but there most probably with all 2.5.x as the impacted code seems to be same). Problems see