Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
cf84bde9
Commit
cf84bde9
authored
Jan 14, 2005
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: give the idmouse the 132 minor number
Signed-off-by:
Greg Kroah-Hartman
<
greg@kroah.com
>
parent
98fb3140
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Documentation/devices.txt
Documentation/devices.txt
+1
-0
drivers/usb/misc/idmouse.c
drivers/usb/misc/idmouse.c
+1
-1
No files found.
Documentation/devices.txt
View file @
cf84bde9
...
@@ -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
...
...
...
...
drivers/usb/misc/idmouse.c
View file @
cf84bde9
...
@@ -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
)},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment