Re: [linux-usb-devel] skel_udc.c and kernel 2.4.26

2004-06-01 Thread David Brownell
[EMAIL PROTECTED] wrote: Hi, thanks for your comments. Can you tell me why make pdfdocs always fails ? There have been some recent updates there, likely they fixed some of the issues (but might have broken others). I usually end up just modifying the list of docbook files to process, stripping ou

Re: [linux-usb-devel] skel_udc.c and kernel 2.4.26

2004-06-01 Thread tobiasarp
Hi, thanks for your comments. Can you tell me why make pdfdocs always fails ? I get follwoing error messages: make pdfdocs DB2PDF Documentation/DocBook/wanbook.pdf Filename suffix "Documentation/DocBook/" ambiguous: Documentation/DocBook/ make[1]: *** [Documentation/DocBook/wanbook.pdf] error

Re: [linux-usb-devel] skel_udc.c and kernel 2.4.26

2004-06-01 Thread David Brownell
Tobias Arp wrote: Hi, i want to write a gadget driver for the AT91RM9200. I started with the skeleton udc driver skel_udc.c . What is similar to struct device (which only seems to exist in kernel 2.5 and higher) in kernel 2.4.26 ? There is no analogue of "struct device" in older kernels; it's

[linux-usb-devel] skel_udc.c and kernel 2.4.26

2004-06-01 Thread Tobias Arp
Hi, i want to write a gadget driver for the AT91RM9200. I started with the skeleton udc driver skel_udc.c . What is similar to struct device (which only seems to exist in kernel 2.5 and higher) in kernel 2.4.26 ? Is it right that i do not need request_mem_region when the udc-controller re