Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213590
b: refs/heads/master
c: 1b62d25
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 22, 2010
1 parent 5671871 commit dc2d3d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bc235a2e24a5ef677daee3fd4f74f6cd643e23c
refs/heads/master: 1b62d2583963d5974974aa923214bada7aa7b5d1
5 changes: 4 additions & 1 deletion trunk/Documentation/devices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2553,7 +2553,10 @@ Your cooperation is appreciated.
175 = /dev/usb/legousbtower15 16th USB Legotower device
176 = /dev/usb/usbtmc1 First USB TMC device
...
192 = /dev/usb/usbtmc16 16th USB TMC device
191 = /dev/usb/usbtmc16 16th USB TMC device
192 = /dev/usb/yurex1 First USB Yurex device
...
209 = /dev/usb/yurex16 16th USB Yurex device
240 = /dev/usb/dabusb0 First daubusb device
...
243 = /dev/usb/dabusb3 Fourth dabusb device
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/misc/yurex.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ static struct usb_device_id yurex_table[] = {
MODULE_DEVICE_TABLE(usb, yurex_table);

#ifdef CONFIG_USB_DYNAMIC_MINORS
#define YUREX_MINOR_BASE 0
#define YUREX_MINOR_BASE 0
#else
#define YUREX_MINOR_BASE 224 /* not official yet */
#define YUREX_MINOR_BASE 192
#endif

/* Structure to hold all of our device specific stuff */
Expand Down

0 comments on commit dc2d3d6

Please sign in to comment.