public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* devfs support for the USB scanner driver
@ 2001-08-25 11:28 Flavio Stanchina
  0 siblings, 0 replies; only message in thread
From: Flavio Stanchina @ 2001-08-25 11:28 UTC (permalink / raw)
  To: linux-kernel; +Cc: dnelson

Hello, this is my first message here and I am a little bit intimidated: 
I'm not new to software hacking but the Linux kernel is a different 
matter. Please be nice. :-)

I switched to devfs yesterday and I had to patch the USB scanner driver 
because it didn't support devfs. *Then* I looked around and I discovered 
that this patch has already been done twice: one comes from Pavel Roskin 
(see http://www.uwsg.indiana.edu/hypermail/linux/kernel/0106.1/0079.html)
and another is in the 2.4.8-ac6 kernel. Note however that the latter is 
incorrect because it supports only one scanner: devfs_register() is given 
the name "scanner" instead of "scanner%d" (with %d = minor).

This patch is trivial and definitely useful so I would argue that it 
should go into the official kernel soon.

Two questions/requests for comments:
1. Where should one call devfs_unregister()? Pavel's patch calls it in 
close_scanner() and disconnect_scanner(), but I believe you only need to 
do it in disconnect_scanner() where the scn_usb_data structure is kfree'd.

2. Which default permissions should apply to the device files? The printer 
driver used 660 and that's OK because only the printer daemon will usually 
talk to the device, but I think 666 is preferable for the scanner because 
in general it will be used by users (no pun intended). The patch in 
2.4.8-ac6 uses 660, the other patch uses 664.

-- 
Ciao,
    Flavio Stanchina
    Trento - Italy

"The best defense against logic is ignorance."

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-25 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-25 11:28 devfs support for the USB scanner driver Flavio Stanchina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox