ChangeSet 1.2329.2.16, 2005/01/14 16:27:59-08:00, [EMAIL PROTECTED] [PATCH] USB: give the idmouse the 132 minor number
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Documentation/devices.txt | 1 + drivers/usb/misc/idmouse.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff -Nru a/Documentation/devices.txt b/Documentation/devices.txt --- a/Documentation/devices.txt 2005-01-17 13:48:42 -08:00 +++ b/Documentation/devices.txt 2005-01-17 13:48:42 -08:00 @@ -2563,6 +2563,7 @@ 128 = /dev/usb/brlvgr0 First Braille Voyager device ... 131 = /dev/usb/brlvgr3 Fourth Braille Voyager device + 132 = /dev/usb/idmouse ID Mouse (fingerprint scanner) device 144 = /dev/usb/lcd USB LCD device 160 = /dev/usb/legousbtower0 1st USB Legotower device ... diff -Nru a/drivers/usb/misc/idmouse.c b/drivers/usb/misc/idmouse.c --- a/drivers/usb/misc/idmouse.c 2005-01-17 13:48:42 -08:00 +++ b/drivers/usb/misc/idmouse.c 2005-01-17 13:48:42 -08:00 @@ -41,7 +41,7 @@ #define USB_IDMOUSE_PRODUCT_ID 0x0005 /* we still need a minor number */ -#define USB_IDMOUSE_MINOR_BASE 0xFA +#define USB_IDMOUSE_MINOR_BASE 132 static struct usb_device_id idmouse_table[] = { {USB_DEVICE(USB_IDMOUSE_VENDOR_ID, USB_IDMOUSE_PRODUCT_ID)}, ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel