Hi,
I feel writing udev rules is good.
2009/1/26 mariodebian <mariodebian@...>:
> El lun, 26-01-2009 a las 19:43 +0900, Takahiro Hirofuchi escribió:
>> Hi,
>>
>>
>> Thank you!
>> I updated the trunk of the svn repository with your patch.
>>
>>
>> Takahiro
>>
>>
>
> Thanks for applying ;)
>
> I'm working on thin client framework (called TCOS [1], like LTSP) and I
> want to make work USBIP in thin clients networks.
>
>
> We have (for example) a thin client server and 5 thin clients in a local
> network...
>
> If a thin client connect (for example again) a webcam, and I attach
> webcam to server all users logged in server can use it.
>
> How can I restrict to only use by single user?
>
> Perhaps some udev rule (based on Virtual HUB connected) to call
> script/app to set mode=0600 and owner?
>
>
>
>
> Greetings
>
> [1] http://www.tcosproject.org
>
>
>> 2009/1/25 mariodebian <mariodebian@...>:
>> > Hi.
>> >
>> > I'm trying to make work USBIP with thin clients and need a better
>> > parseable output of «bind_driver --list».
>> >
>> >
>> > I made the attached patch. (Patch is in dpatch format to build Debian
>> > package, but if you delete first lines you can apply to usbip dir)
>> >
>> > Before:
>> >
>> > # bind_driver --list
>> > List USB devices
>> > - busid 3-3 (04b4:6830)
>> > 3-3:1.0 -> usb-storage
>> >
>> > - busid 7-1 (05e3:0608)
>> > 7-1:1.0 -> hub
>> >
>> > - busid 1-2 (147e:2016)
>> > 1-2:1.0 -> none
>> >
>> > - busid 7-2 (0204:6025)
>> > 7-2:1.0 -> usb-storage
>> >
>> > - busid 7-1.2 (04fc:0c15)
>> > 7-1.2:1.0 -> usb-storage
>> >
>> > - busid 7-1.4 (05e3:0608)
>> > 7-1.4:1.0 -> hub
>> >
>> > - busid 7-1.4.4 (046d:c062)
>> > 7-1.4.4:1.0 -> usbhid
>> >
>> >
>> > After:
>> >
>> > # bind_driver --list2
>> >
>> > #busid=3-3#usbid=04b4:6830#3-3:1.0=usb-storage#
>> > #busid=7-1#usbid=05e3:0608#7-1:1.0=hub#
>> > #busid=1-2#usbid=147e:2016#1-2:1.0=none#
>> > #busid=7-2#usbid=0204:6025#7-2:1.0=usb-storage#
>> > #busid=7-1.2#usbid=04fc:0c15#7-1.2:1.0=usb-storage#
>> > #busid=7-1.4#usbid=05e3:0608#7-1.4:1.0=hub#
>> > #busid=7-1.4.4#usbid=046d:c062#7-1.4.4:1.0=usbhid#
>> >
>> >
>> > I have compiled 2.6.28 stagging driverin 2.6.26 kernel and it works like
>> > a charm. Thanks for your work at USBIP.
>> >
>> > USBIP tools are in NEW of Debian:
>> > http://ftp-master.debian.org/new/usbip_0.1.7-1.html
>> >
>> >
>> > Greetings
>> > --
>> > http://soleup.eup.uva.es/mariodebian
>> >
>> > ------------------------------------------------------------------------------
>> > This SF.net email is sponsored by:
>> > SourcForge Community
>> > SourceForge wants to tell your story.
>> > http://p.sf.net/sfu/sf-spreadtheword
>> > _______________________________________________
>> > usbip-devel mailing list
>> > usbip-devel@...
>> > https://lists.sourceforge.net/lists/listinfo/usbip-devel
>> >
>> >
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>> _______________________________________________
>> usbip-devel mailing list
>> usbip-devel@...
>> https://lists.sourceforge.net/lists/listinfo/usbip-devel
> --
> http://soleup.eup.uva.es/mariodebian
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> usbip-devel mailing list
> usbip-devel@...
> https://lists.sourceforge.net/lists/listinfo/usbip-devel
>
>
|