Skip to content

Commit

Permalink
V4L/DVB (7939): pvrusb2: Remove sysfs interface hackery
Browse files Browse the repository at this point in the history
Back in the early days of the pvrusb2 driver, the kernel class
mechanism in use for the sysfs interface had no means to pass
per-attribute information to the show / store functions.  This forced
me to implement a horrible ugly thunking mechanism (i.e. infer the
missing data through the use of dedicated cookie cutter bounce
functions).  However now we're using a better mechanism which also
passes enough additional information to the show / store functions
that we no longer need the hack.  So eliminate all the crap.  Yay!

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent fa98e59 commit f90fe7a
Showing 1 changed file with 114 additions and 346 deletions.
Loading

0 comments on commit f90fe7a

Please sign in to comment.