Dear Sir:
Thank you for your suggestion
I tried to find the file you point to, but don't find
I do some experiment for registering functions
(1) misc_register can auto-create device node under /dev
(2) register_chrdev don't auto-create device node under /dev,
but I can use "cat /proc/devices" to find
(3) usb_register_dev don't create any device node under /dev
and /proc/devices
I tried to use "mknod" to manual-create device node unde /
dev, but android kernel can't support this command
Above 3 functions for registering device, can they auto-
create device node under /dev? Or some can and some can't ?
I just want to send my ioctl command into my usb driver, but
I don't find out correct device node to open
Thank you
BR,
Alan
On 4月3日, 下午5時45分, Tauno Voipio <tauno.voi...@notused.fi.invalid>
wrote: