Re: [linux-usb-devel] Porting USB device driver from 2.4 to 2.6 kernel

2004-09-16 Thread Greg KH
On Thu, Sep 16, 2004 at 11:43:41PM +0100, Niall Moran wrote: > Hi, > > I am trying to port a driver for a compaq pa2 mp3 player from the 2.4 > to 2.6 kernel. I am getting various errors relating to constants being > depreciated and various data members of usb_driver structure not being > found. (

[linux-usb-devel] Porting USB device driver from 2.4 to 2.6 kernel

2004-09-16 Thread Niall Moran
Hi, I am trying to port a driver for a compaq pa2 mp3 player from the 2.4 to 2.6 kernel. I am getting various errors relating to constants being depreciated and various data members of usb_driver structure not being found. ( specifically fops and minor ) Is there anywhere that the changes in the