June 1, 2015
12:22 a.m.
On Sat, May 30, 2015 at 9:28 PM, <Valdis.Kletnieks@vt.edu> wrote:
On Sat, 30 May 2015 04:07:08 -0400, Armin Moradi said:
had done, but while I was reading LDD 3rd ed., I also wanted to get probing to work which is done after the driver is already loaded.
If it's a dummy driver, what device is it going to probe?
I have tried specifying a vendorID and productID in the id_table for one of the keyboards I have lying around. My expectation would be that the probe would get called when that device is connected, but I see usbhid initializing the keyboard and probe() not getting called at all.