How hard would it be to use your source in example to port other linux usb-drivers to osx?
I am especially interested in hp-82x0 series because hp gives no support to osx and i own one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
first of all, sorry for not answering so long. for your question: you can probably only use my code as sample code to see how to do the usb transfers etc. it is very specific to the protocol used for that drive.
If you are lucky, and the hp drive you mention, actually supports the usb mass storage protocol and is just not recognized by the apple driver, you can get away with a driver that doesn't even need to contain a single line of code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm i looked around hp web site and found no information if the 82x0e supports usb mass storage protocol. Do you know where could i find information about it? Or is there such a program which can tell it? I have linux installed too if it helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With further investigation of linux-usb-project website i came to conclusion that it should be mass storage compliant. So could you give me a little information how to write that driver?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-10
hello, everyone seems to know what to do with the driver DL so as to make the traveller function under OSX except me. A newbe would really appriciate some help with what to do with the files once they are down loaded. please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How hard would it be to use your source in example to port other linux usb-drivers to osx?
I am especially interested in hp-82x0 series because hp gives no support to osx and i own one.
first of all, sorry for not answering so long. for your question: you can probably only use my code as sample code to see how to do the usb transfers etc. it is very specific to the protocol used for that drive.
If you are lucky, and the hp drive you mention, actually supports the usb mass storage protocol and is just not recognized by the apple driver, you can get away with a driver that doesn't even need to contain a single line of code.
Hmm i looked around hp web site and found no information if the 82x0e supports usb mass storage protocol. Do you know where could i find information about it? Or is there such a program which can tell it? I have linux installed too if it helps.
With further investigation of linux-usb-project website i came to conclusion that it should be mass storage compliant. So could you give me a little information how to write that driver?
hello, everyone seems to know what to do with the driver DL so as to make the traveller function under OSX except me. A newbe would really appriciate some help with what to do with the files once they are down loaded. please help.