All of lore.kernel.org
 help / color / mirror / Atom feed
* USB driver
@ 2004-10-19 21:54 Deepak Manohar
  0 siblings, 0 replies; 12+ messages in thread
From: Deepak Manohar @ 2004-10-19 21:54 UTC (permalink / raw)
  To: xen-devel

>> Does usb devices works with Xen2.0, even when only domaim0 is present?
 
 >Yes, we"ve had success reports.
 

 Hi,

 can u tell me the exact procedure to get USB devices working on Xen.
I tried connecting a USB mouse and then "cat /dev/input/mouse" it said
"no such device".

>My USB virtualisation stuff (give guests control of individual USB ports) 
>is in progess but I keep getting distracted by other things (most recently 
>the 2.0 release).
 
  Can you tell me if this would require you to make modifications to
both Xen as well the linux kernel or just one of them?

Deepak


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

^ permalink raw reply	[flat|nested] 12+ messages in thread
* USB driver
@ 2020-04-25  5:44 Sohaib Mhmd
  2020-04-25  7:00 ` Greg KH
  2020-04-29  0:25 ` Aruna Hewapathirane
  0 siblings, 2 replies; 12+ messages in thread
From: Sohaib Mhmd @ 2020-04-25  5:44 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1233 bytes --]

Hi everyone, I made a very simple USB driver
<https://gist.github.com/smalinux/3d6a5b000a32b97250b2d0c86b90711b>,
but the problem is that the probe and disconnect functions never was called.
I tried to google for this problem but unfortunately:
1- I don't use usb-storage <https://stackoverflow.com/a/31071943/5688267>,
it's a keyboard! (but anyway the same problem exists with any usb-based
device) and all driver on my machine are  bluetooth related drive (i
think!) (as you see from lsmod | grep usb)
2- I tried to rmmod usbhid <https://stackoverflow.com/a/4204608/5688267>
but I get error: ERROR: Module usbhid is builtin.
I tried to search for "usbhid" in .config file to remove it but I didn't
find anything.

What should I do?
thanks, smalinux

[root@hp kernel_mod]# lsmod | grep usb
sma_usb                16384  0
btusb                  57344  0
btrtl                  24576  1 btusb
btbcm                  20480  1 btusb
btintel                32768  1 btusb
bluetooth             634880  34 btrtl,btintel,btbcm,bnep,ath3k,btusb,rfcomm

I use  :
- Linux hp 5.6.3 #2 SMP Fri Apr 10 06:45:27 EET 2020 x86_64 x86_64 x86_64
GNU/Linux
- Linux buildroot 5.4.3-gf7688b48a-dirty #1 SMP Thu Jan 1 00:00:00 UTC 1970
x86_64 GNU/Linux

[-- Attachment #1.2: Type: text/html, Size: 1460 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 12+ messages in thread
* USB driver
@ 2004-11-30 11:58 zhonglei
  0 siblings, 0 replies; 12+ messages in thread
From: zhonglei @ 2004-11-30 11:58 UTC (permalink / raw)
  To: linuxppc-dev

hi:
My system is Lite5200 with DENX Embedded Linux running on it.I want to connect USB mass storage devices to my computer's USB port.But I found there is no driver in kernel.(when I use 'make xconfig' the USB mass storage devices driver is in grey).How can I download/install the driver and active my USB disk?
BestRegards
zhonglei

^ permalink raw reply	[flat|nested] 12+ messages in thread
* USB driver
@ 2004-11-30 11:19 zhonglei
  0 siblings, 0 replies; 12+ messages in thread
From: zhonglei @ 2004-11-30 11:19 UTC (permalink / raw)
  To: Linuxppc-embedded

hi:
My system is Lite5200 with DENX Embedded Linux running on it.I want to connect USB mass storage devices to my computer's USB port.But I found there is no driver in kernel.(when I use 'make xconfig' the USB mass storage devices driver is in grey).How can I download/install the driver and active my USB disk?
BestRegards
zhonglei

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: USB driver
@ 2004-10-19 22:32 Neugebauer, Rolf
  2004-10-19 22:58 ` Mark A. Williamson
  0 siblings, 1 reply; 12+ messages in thread
From: Neugebauer, Rolf @ 2004-10-19 22:32 UTC (permalink / raw)
  To: Deepak Manohar, xen-devel



> -----Original Message-----
> From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel-
> admin@lists.sourceforge.net] On Behalf Of Deepak Manohar
> Sent: 19 October 2004 22:54
> To: xen-devel@lists.sourceforge.net
> Subject: [Xen-devel] USB driver
> 
> >> Does usb devices works with Xen2.0, even when only domaim0 is
present?
> 
>  >Yes, we"ve had success reports.
> 
> 
>  Hi,
> 
>  can u tell me the exact procedure to get USB devices working on Xen.
> I tried connecting a USB mouse and then "cat /dev/input/mouse" it said
> "no such device".

Do you have USB support enabled in the XenoLinux kernel for Dom0? I
don't think it is on by default. 

> >My USB virtualisation stuff (give guests control of individual USB
ports)
> >is in progess but I keep getting distracted by other things (most
> recently
> >the 2.0 release).
> 
>   Can you tell me if this would require you to make modifications to
> both Xen as well the linux kernel or just one of them?

It should only require changes to XenoLinux. Essentially we would give
one VM access to the USB HW and then have faked USB controllers in other
domains talking via some control channel to the USB VM. We'll probably
fake out a virtual USB hub per domain to which we can assign real USB
devices. Basically a similar approach to what we do with PCI.

Rolf

> Deepak
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on
ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give
us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
> more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

^ permalink raw reply	[flat|nested] 12+ messages in thread
* usb_driver
@ 2004-05-07 10:30 dongzai007
  2004-05-07 23:47 ` usb_driver Greg KH
  0 siblings, 1 reply; 12+ messages in thread
From: dongzai007 @ 2004-05-07 10:30 UTC (permalink / raw)
  To: linux-kernel

I am developing a usb device driver in linux 2.4.

I have a foolish question, how can linux system differentiate usb drivers according to PID&VID.

And, I use "devfs_register(...)" to register a device node in "/dev", it seems that there is no effects, no new files created in "/dev" . Could somebody give me some examples.

THANK YOU.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-04-29  0:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-19 21:54 USB driver Deepak Manohar
  -- strict thread matches above, loose matches on Subject: below --
2020-04-25  5:44 Sohaib Mhmd
2020-04-25  7:00 ` Greg KH
2020-04-25  7:45   ` Sohaib Mhmd
2020-04-25  8:05     ` Greg KH
2020-04-29  0:25 ` Aruna Hewapathirane
2004-11-30 11:58 zhonglei
2004-11-30 11:19 zhonglei
2004-10-19 22:32 Neugebauer, Rolf
2004-10-19 22:58 ` Mark A. Williamson
2004-05-07 10:30 usb_driver dongzai007
2004-05-07 23:47 ` usb_driver Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.