Re: [Barry-devel] Barry & PlayBook
Status: Beta
Brought to you by:
ndprojects
From: Nicolas <pr...@fr...> - 2011-11-25 11:19:29
|
Le vendredi 25 novembre 2011 à 05:17 -0500, Chris Frey a écrit : > On Fri, Nov 25, 2011 at 10:57:51AM +0100, Nicolas wrote: > > > > For the moment, I haven't succeed to run my tool from udev ; except if I > > > > do : RUN+=/usr/sbin/bplaybook without filter... > > > > > > Is the ProductID really 0020? I don't have one, so I can't check this. > > > > Yes 0x0020 for SCSI mode. > > Then, 0x0011 for USBNET mode. > > Interesting, because the ones you added in common.h seem different: > > #define PRODUCT_RIM_PLAYBOOK_NETWORK 0x8011 > #define PRODUCT_RIM_PLAYBOOK_STORAGE 0x8020 > > > Am I missing something? Sorry, my #define are OK :) 0x8020 for SCSI mode and 0x8011 for USBNET mode and so, I understand why my udev.rules doesn't work :) So we have to fix the udev file ; and it works well. thx Nicolas |