Re: [linux-usb-devel] Re: the module pointer

2003-03-13 Thread Greg KH
On Thu, Mar 13, 2003 at 09:42:14PM -0800, David Brownell wrote: > > Too bad "sysfs" doesn't seem to want to hold general purpose > read/write files, or it'd have a number of the most important > capabilities: exposing device and interface descriptor state, > as well as the logical structure of th

Re: [linux-usb-devel] Re: the module pointer

2003-03-13 Thread David Brownell
Greg KH wrote: On Fri, Mar 14, 2003 at 03:48:24AM +0100, Oliver Neukum wrote: Hi Greg, you recently asked whether the module pointers could be removed. I looked at the question and the answers is that they cannot be removed. The ioctl into the driver through usbfs makes that impossible. Ah crap

[linux-usb-devel] Re: [patch 2.5.64] partial usbcore synchronous call cleanup

2003-03-13 Thread Greg KH
On Thu, Mar 13, 2003 at 09:29:09PM -0800, David Brownell wrote: > > Well you shouldn't apply that version at any rate, I noticed that > somewhere along the line the "free that urb" logic got mislaid! > > > Do I understand that if Linus (say) were to take the io_wait_completion() > logic into ker

[linux-usb-devel] Re: [patch 2.5.64] partial usbcore synchronous call cleanup

2003-03-13 Thread David Brownell
Greg KH wrote: First off, sorry for the delay, been swamped with non-usb stuff... On Wed, Mar 05, 2003 at 12:35:26PM -0800, David Brownell wrote: Greg, you seemed willing to merge the first version of this when it came around (2.5.50 or so), though you seemed to agree that it'd be worth trying to

[linux-usb-devel] Re: the module pointer

2003-03-13 Thread Greg KH
On Fri, Mar 14, 2003 at 03:48:24AM +0100, Oliver Neukum wrote: > Hi Greg, > > you recently asked whether the module pointers could be removed. > I looked at the question and the answers is that they cannot be removed. > The ioctl into the driver through usbfs makes that impossible. Ah crap, I hat

[linux-usb-devel] (광고)토비스콘도(제주,무주,경주) 특별판매(분양)안내

2003-03-13 Thread TOVICE condo
Title: 토비스콘도, 한경 주거문화대상 수상(2002년 리조트부문) 토비스콘도, 한경 주거문화대상 수상(2002년 리조트부문)   고객 성원에 감사드리며 수상기념으로 특별회원을 모십니다.   주요일간지(동아일보등)에 전면광고하고 있습니다 계약금 150만원으로 제주,무주, 경주에 등기제콘도를 마련하세요 계약과 동시에 19개 직영, 체인콘도를 정회원으로 이용   ☆직영콘도 ; 제주(1,2

[linux-usb-devel] the module pointer

2003-03-13 Thread Oliver Neukum
Hi Greg, you recently asked whether the module pointers could be removed. I looked at the question and the answers is that they cannot be removed. The ioctl into the driver through usbfs makes that impossible. Sorry Oliver ---

Re: [linux-usb-devel] Patch to ftdi_sio.c and ftdi_sio.h for 2.4.21-pre5

2003-03-13 Thread Thomas Jarosch
> > > That would be a good reason to check for valid data, right? > > > > A complete valid data check would be too much for kernel space, > > but I could add a check if the CRC add the end of the eeprom is correct. > > Would that be sufficient? > > For firmware download, yes, that should not be c