OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: markluk41 on July 03, 2006, 05:30:39 pm

Title: Write My Own Usb Driver
Post by: markluk41 on July 03, 2006, 05:30:39 pm
I have a Zaurus SL-6000, running the factory Sharp ROM. I need to write my own usb device driver or modify the exisiting one. If it turns out that its not possible to do it with the Sharp ROM, I have installed OZ in the past and I don't mind doing it strictly for this purpose. Sorry if this question doesn't really belong in this forum. I wasn't sure where else to post it.  We don't have a "gerneal kernel hacking forum," which would have been the most appropriate one for this post.


Basically, I need to write a small piece of code at the kernel device level, so that the Zaurus can send and receive messages from a computer via the USB interface. Do anyone have any pointers on where I can get started with that?

There is a small usb interface on the Sharp Zaurus docking station, which can be used to transfer files. I was hoping that this should allow me to communicate with the computer.

I went on the Zaurus itself and looked at any modules that deals
with the USB.  There seems to be a couple.

# lsmod | grep usb
prism2_usb             68032   1
p80211                 18880   1  [prism2_usb]
usbdcore               34544   0  [pxa_bi net_fd]
usbdmonitor             5248   0
usb_ohci_tc6393        24544   0
usbcore                52048   1  [prism2_usb usb_ohci_tc6393]
#


My initial reaction was to get the corresponding source code, and then modify it, compile it, and reload the module. Does this seem like to be the correct direction?

Thanks

Mark
Title: Write My Own Usb Driver
Post by: Meanie on July 03, 2006, 09:27:56 pm
Quote
I have a Zaurus SL-6000, running the factory Sharp ROM. I need to write my own usb device driver or modify the exisiting one. If it turns out that its not possible to do it with the Sharp ROM, I have installed OZ in the past and I don't mind doing it strictly for this purpose. Sorry if this question doesn't really belong in this forum. I wasn't sure where else to post it.  We don't have a "gerneal kernel hacking forum," which would have been the most appropriate one for this post.


Basically, I need to write a small piece of code at the kernel device level, so that the Zaurus can send and receive messages from a computer via the USB interface. Do anyone have any pointers on where I can get started with that?

There is a small usb interface on the Sharp Zaurus docking station, which can be used to transfer files. I was hoping that this should allow me to communicate with the computer.

I went on the Zaurus itself and looked at any modules that deals
with the USB.  There seems to be a couple.

# lsmod | grep usb
prism2_usb             68032   1
p80211                 18880   1  [prism2_usb]
usbdcore               34544   0  [pxa_bi net_fd]
usbdmonitor             5248   0
usb_ohci_tc6393        24544   0
usbcore                52048   1  [prism2_usb usb_ohci_tc6393]
#


My initial reaction was to get the corresponding source code, and then modify it, compile it, and reload the module. Does this seem like to be the correct direction?

Thanks

Mark
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133800\"][{POST_SNAPBACK}][/a][/div]


just grab the kernel code and take the usb ethernet modules as a template and hack away
Title: Write My Own Usb Driver
Post by: lardman on July 04, 2006, 07:32:03 am
What are you trying to achieve?

Could you not use the usb host mode (I think the tosa has this...?)


Si