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
> 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
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
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 (