Re: [linux-usb-devel] devfs & printer

2001-05-15 Thread Tom Rini
On Tue, May 15, 2001 at 02:04:42AM -0400, Pete Zaitcev wrote: > > From: Mark McClelland <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Date: Mon, 14 May 2001 21:07:02 -0700 > > > > > I was looking at the USB printer driver for a quick how-to on devfs'ing > > > a driver, and in usblp_probe, the

Re: [linux-usb-devel] devfs & printer

2001-05-14 Thread Pete Zaitcev
> From: Mark McClelland <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Mon, 14 May 2001 21:07:02 -0700 > > > I was looking at the USB printer driver for a quick how-to on devfs'ing > > a driver, and in usblp_probe, the comments above devfs_reigster say: > > "Create with perms=664", but there

Re: [linux-usb-devel] devfs & printer

2001-05-14 Thread Mark McClelland
Tom Rini wrote: > I was looking at the USB printer driver for a quick how-to on devfs'ing > a driver, and in usblp_probe, the comments above devfs_reigster say: > "Create with perms=664", but there's a missing | S_IROTH in the call so > it creates with 660. So either the comment or the code is w

[linux-usb-devel] devfs & printer

2001-05-14 Thread Tom Rini
I was looking at the USB printer driver for a quick how-to on devfs'ing a driver, and in usblp_probe, the comments above devfs_reigster say: "Create with perms=664", but there's a missing | S_IROTH in the call so it creates with 660. So either the comment or the code is wrong.. :) -- Tom Rini (