Hello all - I'm trying to do a bit of detctive work on a so-called linksys wusb54g that I thought would work with rum(4) and came across a couple of things: - If I'm not mistaken, there is no pciconf equivelant for usb devices? (e.g. to easily determine vendor ID's, etc) - Thinking that there wasn't, I started to use the USB_GET_DEVICEINFO ioctl, which did the trick. However, to get the USB ioctls to work my program needed to pull in sys/ioccom.h in order to have the ioctl '_IOR' macro used in bus/usb/usb.h to expand properly. This didn't seem correct and caused me a bit of wasted time to figgure out.. It seemed like either the ioctl / usb / ? documentation needs to be updated to list sys/ioccom.h as a needed header, or the usb header needs to do something like ata.h, e.g. #ifndef _SYS_IOCCOMM_H_ #include <sys/ioccom.h> #endif Comments? Thinking it might make sense to try to do a sweep of any ioctl defining headers & add the appropriate includes, but wanted to check the approach here. Thanks, - Chris
| Alexandre Oliva | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Bart Van Assche | Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel |
| Thomas Meyer | Re: [PATCH] clockevents: Fix suspend/resume to disk hangs |
| S.Çağlar | Rescheduling interrupts |
git: | |
| Chris Ortman | [FEATURE REQUEST] git-svn format-patch |
| Sverre Rabbelier | Git vs Monotone |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Johannes Schindelin | Re: VCS comparison table |
| Alexey Dobriyan | [PATCH 01/53] xfrm: initialise xfrm_policy_gc_work statically |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Jarek Poplawski | Re: Data corruption issue with splice() on 2.6.27.10 |
| David Miller | [GIT]: Networking |
| Nick Holland | Re: keyboard lockup, KVM, dual-boot |
| Richard Stallman | Real men don't attack straw men |
| Anders Langworthy | Re: OpenBSD/i386 won't boot on Transmeta Efficeon CPU |
| Matthew Dempsky | hoststated/relayd and Linux's tcp_tw_recycle option |
