Commit cf84bde9 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: give the idmouse the 132 minor number

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 98fb3140
...@@ -2563,6 +2563,7 @@ Your cooperation is appreciated. ...@@ -2563,6 +2563,7 @@ Your cooperation is appreciated.
128 = /dev/usb/brlvgr0 First Braille Voyager device 128 = /dev/usb/brlvgr0 First Braille Voyager device
... ...
131 = /dev/usb/brlvgr3 Fourth 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 144 = /dev/usb/lcd USB LCD device
160 = /dev/usb/legousbtower0 1st USB Legotower device 160 = /dev/usb/legousbtower0 1st USB Legotower device
... ...
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#define USB_IDMOUSE_PRODUCT_ID 0x0005 #define USB_IDMOUSE_PRODUCT_ID 0x0005
/* we still need a minor number */ /* 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[] = { static struct usb_device_id idmouse_table[] = {
{USB_DEVICE(USB_IDMOUSE_VENDOR_ID, USB_IDMOUSE_PRODUCT_ID)}, {USB_DEVICE(USB_IDMOUSE_VENDOR_ID, USB_IDMOUSE_PRODUCT_ID)},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment