Re: [linux-usb-devel] (no subject)

2001-05-03 Thread Chmouel Boudjnah
"Antonis Georgiou" <[EMAIL PROTECTED]> writes: > I install Mandrake 8 and during the installation my USB ( > InteliExplorer Mous) was working ok. After i finnished it and the pc > rebooted when linux started in KDE environment the mouse wasend > working. > > I installed it with 2.4 kernel odes

Re: [linux-usb-devel] [announce] Philips USB webcam source code

2001-04-22 Thread Chmouel Boudjnah
"Nemosoft Unv." <[EMAIL PROTECTED]> writes: > This just shows what you can get with some diplomacy and good talking. It > may take a little time, but this is a big step forward. > The homepage is: http://www.smcc.demon.nl/webcam/ Great, would be possible to send a clean patch to Alan for inclusi

Re: [linux-usb-devel] ibmcam author/maintainer?

2001-04-19 Thread Chmouel Boudjnah
Pete Zaitcev <[EMAIL PROTECTED]> writes: > Have you looked into this: > http://www.cameratechsupport.com/ibm/developers_pcpro.htm > They have a self-extracting .exe there, so Wine installation > may be in order. I downloaded it and working on unpacking. It can be uncompressed by unzip : (chmou@

Re: [linux-usb-devel] Make owner and gid works with usbdevfs

2001-04-15 Thread Chmouel Boudjnah
Alan Cox <[EMAIL PROTECTED]> writes: > > -static DECLARE_FSTYPE(usbdevice_fs_type, "usbdevfs", usbdevfs_read_super, >FS_SINGLE); > > +static DECLARE_FSTYPE(usbdevice_fs_type, "usbdevfs", usbdevfs_read_super, 0); > No this turns off multimount protection and lets anyone break the machine.. so wh

[linux-usb-devel] Make owner and gid works with usbdevfs

2001-04-15 Thread Chmouel Boudjnah
--- linux/drivers/usb/inode.c.chmou Fri Apr 13 03:33:35 2001 +++ linux/drivers/usb/inode.c Fri Apr 13 04:27:45 2001 @@ -600,7 +600,7 @@ return NULL; } -static DECLARE_FSTYPE(usbdevice_fs_type, "usbdevfs", usbdevfs_read_super, FS_SINGLE); +static DECLARE_FSTYPE(usbdevice_fs_type,

[linux-usb-devel] usbdevfs with devmode and devgid

2001-04-07 Thread Chmouel Boudjnah
Hi, With 2.4.3 i could not mount a usbdevfs partitions with devmode or devgid it always mount with root.root(644). It works fine with 2.2.19 and couldn't not remember when this has been broken with last 2.4.x -- MandrakeSoft Inc http://www.chmouel.org -