* USB adutux device number
@ 2007-05-14 16:10 Vitaliy Ivanov
2007-05-15 12:05 ` Vitaliy Ivanov
0 siblings, 1 reply; 3+ messages in thread
From: Vitaliy Ivanov @ 2007-05-14 16:10 UTC (permalink / raw)
To: linux-kernel
Hello,
I'm not sure if it's correct place to deal with the issue.
In Documentation/devices.txt there is no info about adutux driver that
is included in the kernel:
...
65 = /dev/usb/usblcd USBLCD Interface (info@usblcd.de)
66 = /dev/usb/cpad0 Synaptics cPad (mouse/LCD)
96 = /dev/usb/hiddev0 1st USB HID device
...
...
The driver itself includes the following (drivers/usb/misc/adutux.c):
#ifdef CONFIG_USB_DYNAMIC_MINORS
#define ADU_MINOR_BASE 0
#else
#define ADU_MINOR_BASE 67
#endif
We need to update Documentation/devices.txt with this information. The
number of devices is 16.
I found an old mail tread for this:
http://www.uwsg.iu.edu/hypermail/linux/kernel/0609.3/2173.html
But I don't see anything related to adu devices in devices.txt at all.
Please let me know what is the reason of this. If needed I will create
a patch for this.
-- V
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: USB adutux device number
2007-05-14 16:10 USB adutux device number Vitaliy Ivanov
@ 2007-05-15 12:05 ` Vitaliy Ivanov
2007-06-01 13:35 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Vitaliy Ivanov @ 2007-05-15 12:05 UTC (permalink / raw)
To: linux-kernel
Did any of USB fellows has a chance to look at this issue?
It can be critical to customers as this 67 minor number is listed in
the driver code only and not all of them going through the code.
-- Vitaliy
On 5/14/07, Vitaliy Ivanov <vitalivanov@gmail.com> wrote:
> Hello,
>
> I'm not sure if it's correct place to deal with the issue.
>
> In Documentation/devices.txt there is no info about adutux driver that
> is included in the kernel:
> ...
> 65 = /dev/usb/usblcd USBLCD Interface (info@usblcd.de)
> 66 = /dev/usb/cpad0 Synaptics cPad (mouse/LCD)
> 96 = /dev/usb/hiddev0 1st USB HID device
> ...
> ...
>
> The driver itself includes the following (drivers/usb/misc/adutux.c):
>
> #ifdef CONFIG_USB_DYNAMIC_MINORS
> #define ADU_MINOR_BASE 0
> #else
> #define ADU_MINOR_BASE 67
> #endif
>
> We need to update Documentation/devices.txt with this information. The
> number of devices is 16.
>
> I found an old mail tread for this:
> http://www.uwsg.iu.edu/hypermail/linux/kernel/0609.3/2173.html
> But I don't see anything related to adu devices in devices.txt at all.
>
> Please let me know what is the reason of this. If needed I will create
> a patch for this.
>
> -- V
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: USB adutux device number
2007-05-15 12:05 ` Vitaliy Ivanov
@ 2007-06-01 13:35 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2007-06-01 13:35 UTC (permalink / raw)
To: Vitaliy Ivanov; +Cc: linux-kernel
On Tue, May 15, 2007 at 03:05:41PM +0300, Vitaliy Ivanov wrote:
> Did any of USB fellows has a chance to look at this issue?
>
> It can be critical to customers as this 67 minor number is listed in
> the driver code only and not all of them going through the code.
Yeah, someone reverted all of the USB minor numbers in this file, I'll
work to fix it up again...
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-01 17:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-14 16:10 USB adutux device number Vitaliy Ivanov
2007-05-15 12:05 ` Vitaliy Ivanov
2007-06-01 13:35 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox